Build Information
Failed to build VaporMonitoring, reference 2.1.2 (77c9af
), with Swift 6.2 (beta) for iOS using Xcode 26.0 on 18 Jun 2025 07:35:40 UTC.
Build Command
No build command. This typically means the build failed at an early stage where we determine the build command.
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vapor-community/vapormonitoring.git
Reference: 2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor-community/vapormonitoring
* tag 2.1.2 -> FETCH_HEAD
HEAD is now at 77c9af0 Fix shared issues
Cloned https://github.com/vapor-community/vapormonitoring.git
Revision (git rev-parse @):
77c9af0d7a6f2c57a5de788c12ee1e07f74586e8
SUCCESS checkout https://github.com/vapor-community/vapormonitoring.git at 2.1.2
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/vapor-community/vapormonitoring.git
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/MrLotU/SwiftPrometheus.git
Fetching from https://github.com/vapor/vapor.git
Fetching from https://github.com/RuntimeTools/SwiftMetrics.git
Fetching from https://github.com/IBM-Swift/Swift-cfenv.git
Fetching from https://github.com/IBM-Swift/Kitura-WebSocket.git
Fetching from https://github.com/IBM-Swift/BlueCryptor.git
Fetching from https://github.com/IBM-Swift/Kitura.git
Fetching from https://github.com/RuntimeTools/omr-agentcore
Fetching from https://github.com/Kitura/Configuration.git
Fetching from https://github.com/Kitura/FileKit.git
Fetching from https://github.com/Kitura/LoggerAPI.git
Fetching from https://github.com/apple/swift-log.git
Fetching from https://github.com/IBM-Swift/Kitura-net.git
Fetching from https://github.com/vapor/template-kit.git
Fetching from https://github.com/vapor/multipart.git
Fetching from https://github.com/vapor/routing.git
Fetching from https://github.com/vapor/service.git
Fetching from https://github.com/vapor/websocket.git
Fetching from https://github.com/vapor/url-encoded-form.git
Fetching from https://github.com/vapor/validation.git
Fetching from https://github.com/vapor/http.git
Fetching from https://github.com/vapor/database-kit.git
Fetching from https://github.com/vapor/crypto.git
Fetching from https://github.com/vapor/core.git
Fetching from https://github.com/vapor/console.git
Fetching from https://github.com/apple/swift-nio-ssl.git
Fetching from https://github.com/apple/swift-nio.git
Fetching from https://github.com/apple/swift-nio-zlib-support.git
Fetching from https://github.com/apple/swift-nio-ssl-support.git
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.FzdR9c/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.73qJUL/kitura-net-manifest"])
/Package.swift:30:36: error: missing argument for parameter 'condition' in call
28 |
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
| `- error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:31:34: error: missing argument for parameter 'condition' in call
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
| `- error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:32:31: error: missing argument for parameter 'condition' in call
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
| `- error: missing argument for parameter 'condition' in call
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:33:30: error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
| `- error: missing argument for parameter 'condition' in call
34 | .byNameItem(name: "SSLService")
35 | ]
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:34:35: error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
| `- error: missing argument for parameter 'condition' in call
35 | ]
36 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/IBM-Swift/Kitura-net.gitResolve Package Graph
Updating from https://github.com/RuntimeTools/SwiftMetrics.git
Updating from https://github.com/vapor/vapor.git
Updating from https://github.com/MrLotU/SwiftPrometheus.git
Updating from https://github.com/IBM-Swift/Kitura.git
Updating from https://github.com/RuntimeTools/omr-agentcore
Updating from https://github.com/IBM-Swift/BlueCryptor.git
Updating from https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating from https://github.com/IBM-Swift/Swift-cfenv.git
Updating from https://github.com/Kitura/Configuration.git
Updating from https://github.com/Kitura/FileKit.git
Updating from https://github.com/Kitura/LoggerAPI.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/IBM-Swift/Kitura-net.git
Updating from https://github.com/vapor/websocket.git
Updating from https://github.com/vapor/routing.git
Updating from https://github.com/vapor/validation.git
Updating from https://github.com/vapor/template-kit.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/url-encoded-form.git
Updating from https://github.com/vapor/multipart.git
Updating from https://github.com/vapor/http.git
Updating from https://github.com/vapor/database-kit.git
Updating from https://github.com/vapor/crypto.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/console.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-nio-ssl.git
Updating from https://github.com/apple/swift-nio-zlib-support.git
Updating from https://github.com/apple/swift-nio-ssl-support.git
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.7kPoUB/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.zFX51c/kitura-net-manifest"])
/Package.swift:30:36: error: missing argument for parameter 'condition' in call
28 |
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
| `- error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:31:34: error: missing argument for parameter 'condition' in call
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
| `- error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:32:31: error: missing argument for parameter 'condition' in call
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
| `- error: missing argument for parameter 'condition' in call
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:33:30: error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
| `- error: missing argument for parameter 'condition' in call
34 | .byNameItem(name: "SSLService")
35 | ]
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:34:35: error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
| `- error: missing argument for parameter 'condition' in call
35 | ]
36 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/IBM-Swift/Kitura-net.gitResolve Package Graph
Updating from https://github.com/RuntimeTools/SwiftMetrics.git
Updating from https://github.com/vapor/vapor.git
Updating from https://github.com/MrLotU/SwiftPrometheus.git
Updating from https://github.com/RuntimeTools/omr-agentcore
Updating from https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating from https://github.com/IBM-Swift/Swift-cfenv.git
Updating from https://github.com/IBM-Swift/Kitura.git
Updating from https://github.com/IBM-Swift/BlueCryptor.git
Updating from https://github.com/Kitura/Configuration.git
Updating from https://github.com/Kitura/FileKit.git
Updating from https://github.com/Kitura/LoggerAPI.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/IBM-Swift/Kitura-net.git
Updating from https://github.com/vapor/template-kit.git
Updating from https://github.com/vapor/validation.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/multipart.git
Updating from https://github.com/vapor/routing.git
Updating from https://github.com/vapor/websocket.git
Updating from https://github.com/vapor/url-encoded-form.git
Updating from https://github.com/vapor/http.git
Updating from https://github.com/vapor/database-kit.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/console.git
Updating from https://github.com/vapor/crypto.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-nio-ssl.git
Updating from https://github.com/apple/swift-nio-zlib-support.git
Updating from https://github.com/apple/swift-nio-ssl-support.git
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.5k9QmH/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.P6lYFx/kitura-net-manifest"])
/Package.swift:30:36: error: missing argument for parameter 'condition' in call
28 |
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
| `- error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:31:34: error: missing argument for parameter 'condition' in call
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
| `- error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:32:31: error: missing argument for parameter 'condition' in call
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
| `- error: missing argument for parameter 'condition' in call
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:33:30: error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
| `- error: missing argument for parameter 'condition' in call
34 | .byNameItem(name: "SSLService")
35 | ]
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:34:35: error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
| `- error: missing argument for parameter 'condition' in call
35 | ]
36 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/IBM-Swift/Kitura-net.git
Resolved source packages:
spi-builder-workspace: (null)
2025-06-18 00:35:31.859 xcodebuild[524:3023] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_00-35-0031.xcresult
xcodebuild: error: Could not resolve package dependencies:
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.5k9QmH/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.P6lYFx/kitura-net-manifest"])
Command line invocation:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/MrLotU/SwiftPrometheus.git
Updating from https://github.com/RuntimeTools/SwiftMetrics.git
Updating from https://github.com/vapor/vapor.git
Updating from https://github.com/IBM-Swift/BlueCryptor.git
Updating from https://github.com/IBM-Swift/Kitura.git
Updating from https://github.com/IBM-Swift/Swift-cfenv.git
Updating from https://github.com/RuntimeTools/omr-agentcore
Updating from https://github.com/IBM-Swift/Kitura-WebSocket.git
Updating from https://github.com/Kitura/Configuration.git
Updating from https://github.com/Kitura/FileKit.git
Updating from https://github.com/Kitura/LoggerAPI.git
Updating from https://github.com/apple/swift-log.git
Updating from https://github.com/IBM-Swift/Kitura-net.git
Updating from https://github.com/vapor/service.git
Updating from https://github.com/vapor/validation.git
Updating from https://github.com/vapor/template-kit.git
Updating from https://github.com/vapor/websocket.git
Updating from https://github.com/vapor/url-encoded-form.git
Updating from https://github.com/vapor/multipart.git
Updating from https://github.com/vapor/routing.git
Updating from https://github.com/vapor/http.git
Updating from https://github.com/vapor/crypto.git
Updating from https://github.com/vapor/core.git
Updating from https://github.com/vapor/database-kit.git
Updating from https://github.com/vapor/console.git
Updating from https://github.com/apple/swift-nio-ssl.git
Updating from https://github.com/apple/swift-nio.git
Updating from https://github.com/apple/swift-nio-zlib-support.git
Updating from https://github.com/apple/swift-nio-ssl-support.git
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.3z3mVw/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.xxMXHK/kitura-net-manifest"])
/Package.swift:30:36: error: missing argument for parameter 'condition' in call
28 |
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
| `- error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:31:34: error: missing argument for parameter 'condition' in call
29 | var kituraNetDependencies: [Target.Dependency] = [
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
| `- error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:32:31: error: missing argument for parameter 'condition' in call
30 | .byNameItem(name: "CHTTPParser"),
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
| `- error: missing argument for parameter 'condition' in call
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:33:30: error: missing argument for parameter 'condition' in call
31 | .byNameItem(name: "LoggerAPI"),
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
| `- error: missing argument for parameter 'condition' in call
34 | .byNameItem(name: "SSLService")
35 | ]
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 |
/Package.swift:34:35: error: missing argument for parameter 'condition' in call
32 | .byNameItem(name: "Socket"),
33 | .byNameItem(name: "CCurl"),
34 | .byNameItem(name: "SSLService")
| `- error: missing argument for parameter 'condition' in call
35 | ]
36 |
PackageDescription.Target.Dependency.byNameItem:3:6: note: 'byNameItem(name:condition:)' declared here
1 | class Target {
2 | enum Dependency {
3 | case byNameItem(name: String, condition: PackageDescription.TargetDependencyCondition?) }
| `- note: 'byNameItem(name:condition:)' declared here
4 | }
5 | in https://github.com/IBM-Swift/Kitura-net.git
Resolved source packages:
spi-builder-workspace: (null)
2025-06-18 00:35:39.967 xcodebuild[1570:7112] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-18-06_00-35-0039.xcresult
xcodebuild: error: Could not resolve package dependencies:
Invalid manifest (compiled with: ["/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc", "-vfsoverlay", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.3z3mVw/vfs.yaml", "-L", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-lPackageDescription", "-Xlinker", "-rpath", "-Xlinker", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-target", "arm64-apple-macos14.0", "-plugin-path", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-swift-version", "4", "-I", "/Applications/Xcode-26.0.0-Beta.app/Contents/SharedFrameworks/SwiftPM.framework/SharedSupport/ManifestAPI", "-sdk", "/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.0.sdk", "-package-description-version", "4.0.0", "-Xfrontend", "-serialize-diagnostics-path", "-Xfrontend", "/Users/admin/Library/Caches/org.swift.swiftpm/manifests/ManifestLoading/kitura-net.dia", "/Package.swift", "-o", "/var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/TemporaryDirectory.xxMXHK/kitura-net-manifest"])
BUILD FAILURE 6.2 iOS