The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ConsulSwift, reference 0.5.0 (b4480c), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 08:53:11 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.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

Build Log

========================================
RunAll
========================================
Builder version: 4.58.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/IBM-Swift/SwiftyJSON.git
Fetching https://github.com/Alamofire/Alamofire
Fetching https://github.com/antitypical/Result.git
[1/639] Fetching quack
[78/3326] Fetching quack, swiftyjson
[105/5859] Fetching quack, swiftyjson, result
[5860/35876] Fetching quack, swiftyjson, result, alamofire
Fetched https://github.com/antitypical/Result.git from cache (4.20s)
Fetched https://github.com/cpageler93/quack from cache (4.20s)
Fetched https://github.com/IBM-Swift/SwiftyJSON.git from cache (4.20s)
Fetched https://github.com/Alamofire/Alamofire from cache (4.20s)
Computing version for https://github.com/cpageler93/quack
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.GCII6Z/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "4.1.0", "/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.6mzhjv/quack-manifest"])
/Package.swift:11:74: error: missing argument for parameter 'condition' in call
 9 | #else
10 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.6.0")
11 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
   |                                                                          `- error: missing argument for parameter 'condition' in call
12 | #endif
13 |
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Package.swift:27:43: error: missing argument for parameter 'condition' in call
25 |         .target(name: "Quack", dependencies: [
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
   |                                           `- error: missing argument for parameter 'condition' in call
28 |             .byNameItem(name: "Result")
29 |         ]),
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Package.swift:28:39: error: missing argument for parameter 'condition' in call
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
28 |             .byNameItem(name: "Result")
   |                                       `- error: missing argument for parameter 'condition' in call
29 |         ]),
30 |         .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String in https://github.com/cpageler93/quack
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/cpageler93/consulswift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.56s)
Computing version for https://github.com/cpageler93/quack
error: Invalid manifest (compiled with: ["/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.ubjbin/vfs.yaml", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-target", "arm64-apple-macosx13.0", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-F", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-L", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib", "-swift-version", "4", "-I", "/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/pm/ManifestAPI", "-sdk", "/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.1.sdk", "-package-description-version", "4.1.0", "/Package.swift", "-o", "/var/folders/fs/0w3t9t1d28xc3bj0tgb8hcrw0000gn/T/TemporaryDirectory.fDZ8as/quack-manifest"])
/Package.swift:11:74: error: missing argument for parameter 'condition' in call
 9 | #else
10 | let httpPackageDependency = Package.Dependency.package(url: "https://github.com/Alamofire/Alamofire", from: "4.8.2")
11 | let httpTargetDependency = Target.Dependency.byNameItem(name: "Alamofire")
   |                                                                          `- error: missing argument for parameter 'condition' in call
12 | #endif
13 |
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Package.swift:27:43: error: missing argument for parameter 'condition' in call
25 |         .target(name: "Quack", dependencies: [
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
   |                                           `- error: missing argument for parameter 'condition' in call
28 |             .byNameItem(name: "Result")
29 |         ]),
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String
/Package.swift:28:39: error: missing argument for parameter 'condition' in call
26 |             httpTargetDependency,
27 |             .byNameItem(name: "SwiftyJSON"),
28 |             .byNameItem(name: "Result")
   |                                       `- error: missing argument for parameter 'condition' in call
29 |         ]),
30 |         .testTarget(name: "QuackUnitTests", dependencies: ["Quack"])
PackageDescription.Target:17:14: note: 'byNameItem(name:condition:)' declared here
15 |         case targetItem(name: String, condition: TargetDependencyCondition?)
16 |         case productItem(name: String, package: String?, moduleAliases: [String : String]?, condition: TargetDependencyCondition?)
17 |         case byNameItem(name: String, condition: TargetDependencyCondition?)
   |              `- note: 'byNameItem(name:condition:)' declared here
18 |     }
19 |     final public var name: String in https://github.com/cpageler93/quack
BUILD FAILURE 6.0 macosSpm