do this instead for linux
A Swift library and client for the Buildkite REST and GraphQL APIs.
import Buildkite let client = BuildkiteClient(token: "...") let response = try await client.send(.pipelines(in: "buildkite")) let pipelines = response.content print(pipelines)
Getting Started
Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号 京公网安备 11010802032778号
Buildkite
A Swift library and client for the Buildkite REST and GraphQL APIs.
Usage
Getting Started
References
License
Buildkite for Swift is released under the BSD-2 license. See LICENSE for details.