Build Information
Failed to build KituraHTTPTest, reference master (b1cde2
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 19:19: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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nicholasjackson/kitura-http-test.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nicholasjackson/kitura-http-test
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at b1cde22 Updated circle ci config
Cloned https://github.com/nicholasjackson/kitura-http-test.git
Revision (git rev-parse @):
b1cde2242c91a1d86ba15264581771724b26c746
SUCCESS checkout https://github.com/nicholasjackson/kitura-http-test.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/nicholasjackson/kitura-http-test.git
https://github.com/nicholasjackson/kitura-http-test.git
{
"dependencies" : [
{
"identity" : "kitura-net",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "1.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura-net.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "17.0.0",
"upper_bound" : "17.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyJSON.git"
}
],
"manifest_display_name" : "KituraHTTPTest",
"name" : "KituraHTTPTest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KituraHTTPTest",
"targets" : [
"KituraHTTPTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KituraHTTPTestTests",
"module_type" : "SwiftTarget",
"name" : "KituraHTTPTestTests",
"path" : "Tests/KituraHTTPTestTests",
"sources" : [
"RequestTests.swift",
"ResponseRecorderTests.swift"
],
"target_dependencies" : [
"KituraHTTPTest"
],
"type" : "test"
},
{
"c99name" : "KituraHTTPTest",
"module_type" : "SwiftTarget",
"name" : "KituraHTTPTest",
"path" : "Sources/KituraHTTPTest",
"product_dependencies" : [
"KituraNet",
"SwiftyJSON"
],
"product_memberships" : [
"KituraHTTPTest"
],
"sources" : [
"Request.swift",
"ResponseRecorder.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
{
"identity" : "kitura-net",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.0",
"upper_bound" : "1.8.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/Kitura-net.git"
},
{
"identity" : "swiftyjson",
"requirement" : {
"range" : [
{
"lower_bound" : "17.0.0",
"upper_bound" : "17.1.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IBM-Swift/SwiftyJSON.git"
}
],
"manifest_display_name" : "KituraHTTPTest",
"name" : "KituraHTTPTest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "KituraHTTPTest",
"targets" : [
"KituraHTTPTest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "KituraHTTPTestTests",
"module_type" : "SwiftTarget",
"name" : "KituraHTTPTestTests",
"path" : "Tests/KituraHTTPTestTests",
"sources" : [
"RequestTests.swift",
"ResponseRecorderTests.swift"
],
"target_dependencies" : [
"KituraHTTPTest"
],
"type" : "test"
},
{
"c99name" : "KituraHTTPTest",
"module_type" : "SwiftTarget",
"name" : "KituraHTTPTest",
"path" : "Sources/KituraHTTPTest",
"product_dependencies" : [
"KituraNet",
"SwiftyJSON"
],
"product_memberships" : [
"KituraHTTPTest"
],
"sources" : [
"Request.swift",
"ResponseRecorder.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "KituraHTTPTest",
"schemes" : [
"CHTTPParser",
"KituraHTTPTest",
"KituraNet",
"LoggerAPI",
"Socket",
"SSLService",
"SwiftyJSON"
],
"targets" : [
"LoggerAPI",
"Socket",
"SSLService",
"KituraNet",
"CHTTPParser",
"SwiftyJSON",
"KituraHTTPTest",
"KituraHTTPTestTests"
]
}
}
2025-04-24 12:19:38.427 xcodebuild[571:3195] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_12-19-0038.xcresult
xcodebuild: error: Could not resolve package dependencies:
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Updating from https://github.com/IBM-Swift/Kitura-net.git
Updating from https://github.com/IBM-Swift/SwiftyJSON.git
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 12:19:40.882 xcodebuild[952:4603] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_12-19-0040.xcresult
xcodebuild: error: Could not resolve package dependencies:
the Swift tools version specification is missing a label; consider inserting 'swift-tools-version:' between the comment marker and the version specifier
BUILD FAILURE 6.1 watchOS