Build Information
Failed to build ConsulSwift, reference 0.5.0 (b4480c
), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 17:22:05 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cpageler93/consulswift.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cpageler93/consulswift
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at b4480c9 Update to Quack 1.3.1 for Linux Support
Cloned https://github.com/cpageler93/consulswift.git
Revision (git rev-parse @):
b4480c9ce94c209777bb4f3acfbd810e811fb24d
SUCCESS checkout https://github.com/cpageler93/consulswift.git at 0.5.0
Fetching https://github.com/cpageler93/quack
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/Alamofire/Alamofire
Fetching https://github.com/IBM-Swift/SwiftyJSON.git
[1/639] Fetching quack
[40/3326] Fetching quack, swiftyjson
[67/5859] Fetching quack, swiftyjson, result
Fetched https://github.com/cpageler93/quack from cache (0.85s)
Computing version for https://github.com/cpageler93/quack
[2854/5220] Fetching swiftyjson, result
[3640/35357] Fetching swiftyjson, result, alamofire
Fetched https://github.com/IBM-Swift/SwiftyJSON.git from cache (1.03s)
[4342/32670] Fetching result, alamofire
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.M0uj7i/vfs.yaml", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-package-description-version", "4.1.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.g3VVKi/quack-manifest"])
/Package.swift:10:74: error: missing argument for parameter 'condition' in call
8 | #else
9 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.6.0")
10 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
| `- error: missing argument for parameter 'condition' in call
11 | #endif
12 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:26:43: error: missing argument for parameter 'condition' in call
24 | .target(name: "Quack", dependencies: [
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
| `- error: missing argument for parameter 'condition' in call
27 | .byNameItem(name: "Result")
28 | ]),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:27:39: error: missing argument for parameter 'condition' in call
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
27 | .byNameItem(name: "Result")
| `- error: missing argument for parameter 'condition' in call
28 | ]),
29 | .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/cpageler93/quack
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/cpageler93/consulswift.git
https://github.com/cpageler93/consulswift.git
{
"dependencies" : [
{
"identity" : "quack",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/cpageler93/quack"
}
],
"manifest_display_name" : "ConsulSwift",
"name" : "ConsulSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ConsulSwift",
"targets" : [
"ConsulSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ConsulSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ConsulSwiftTests",
"path" : "Tests/ConsulSwiftTests",
"sources" : [
"ConsulAgentTests.swift",
"ConsulCatalogTests.swift",
"ConsulEventTests.swift",
"ConsulHealthTests.swift",
"ConsulKeyValueTests.swift",
"ConsulSwiftTests.swift"
],
"target_dependencies" : [
"ConsulSwift"
],
"type" : "test"
},
{
"c99name" : "ConsulSwift",
"module_type" : "SwiftTarget",
"name" : "ConsulSwift",
"path" : "Sources/ConsulSwift",
"product_dependencies" : [
"Quack"
],
"product_memberships" : [
"ConsulSwift"
],
"sources" : [
"Consul+AgentBase.swift",
"Consul+AgentChecks.swift",
"Consul+AgentServices.swift",
"Consul+Catalog.swift",
"Consul+Events.swift",
"Consul+Health.swift",
"Consul+KVStore.swift",
"Consul.swift",
"ConsulAgentCheck.swift",
"ConsulAgentConfiguration.swift",
"ConsulAgentMember.swift",
"ConsulAgentService.swift",
"ConsulCatalogDatacenter.swift",
"ConsulCatalogNode.swift",
"ConsulCatalogService.swift",
"ConsulEvent.swift",
"ConsulKeyValuePair.swift"
],
"type" : "library"
}
],
"tools_version" : "4.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Updating https://github.com/cpageler93/quack
Updated https://github.com/cpageler93/quack (0.40s)
Computing version for https://github.com/cpageler93/quack
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.kHRIk6/vfs.yaml", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-package-description-version", "4.1.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.lz6FJ8/quack-manifest"])
/Package.swift:10:74: error: missing argument for parameter 'condition' in call
8 | #else
9 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
10 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
| `- error: missing argument for parameter 'condition' in call
11 | #endif
12 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:26:43: error: missing argument for parameter 'condition' in call
24 | .target(name: "Quack", dependencies: [
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
| `- error: missing argument for parameter 'condition' in call
27 | .byNameItem(name: "Result")
28 | ]),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:27:39: error: missing argument for parameter 'condition' in call
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
27 | .byNameItem(name: "Result")
| `- error: missing argument for parameter 'condition' in call
28 | ]),
29 | .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/cpageler93/quack
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/cpageler93/quack
Updated https://github.com/cpageler93/quack (0.39s)
Computing version for https://github.com/cpageler93/quack
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.FeSwNL/vfs.yaml", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx14.0", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-F", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk", "-package-description-version", "4.1.0", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.SePos3/quack-manifest"])
/Package.swift:10:74: error: missing argument for parameter 'condition' in call
8 | #else
9 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
10 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
| `- error: missing argument for parameter 'condition' in call
11 | #endif
12 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:26:43: error: missing argument for parameter 'condition' in call
24 | .target(name: "Quack", dependencies: [
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
| `- error: missing argument for parameter 'condition' in call
27 | .byNameItem(name: "Result")
28 | ]),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:27:39: error: missing argument for parameter 'condition' in call
25 | httpTargetDependency,
26 | .byNameItem(name: "SwiftyJSON"),
27 | .byNameItem(name: "Result")
| `- error: missing argument for parameter 'condition' in call
28 | ]),
29 | .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/cpageler93/quack
BUILD FAILURE 6.1 macosSpm