Build Information
Failed to build SwiftOpenAIProxy, reference 0.3.2 (c8dc72
), with Swift 6.1 for visionOS using Xcode 16.3 on 29 Apr 2025 08:06:06 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/PicoMLX/PicoAIProxy.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PicoMLX/PicoAIProxy
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at c8dc729 Fix server crash on iOS requests
Cloned https://github.com/PicoMLX/PicoAIProxy.git
Revision (git rev-parse @):
c8dc729b7a89945c4d3235d74586818c9568099a
SUCCESS checkout https://github.com/PicoMLX/PicoAIProxy.git at 0.3.2
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/PicoMLX/PicoAIProxy.git
https://github.com/PicoMLX/PicoAIProxy.git
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "hummingbird-auth",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-auth"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.19.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
},
{
"identity" : "app-store-server-library-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/app-store-server-library-swift.git"
},
{
"identity" : "jwt-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt-kit.git"
},
{
"identity" : "hummingbird-fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-fluent.git"
},
{
"identity" : "fluent-kit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-kit.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "SwiftOpenAIProxy",
"name" : "SwiftOpenAIProxy",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"product_dependencies" : [
"HummingbirdXCT"
],
"sources" : [
"AppTests.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Hummingbird",
"HummingbirdAuth",
"ArgumentParser",
"AsyncHTTPClient",
"AppStoreServerLibrary",
"JWTKit",
"HummingbirdFluent",
"FluentKit",
"FluentSQLiteDriver"
],
"product_memberships" : [
"App"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/App/Resources/AppleComputerRootCertificate.cer",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/App/Resources/AppleIncRootCertificate.cer",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/App/Resources/AppleRootCA-G2.cer",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/App/Resources/AppleRootCA-G3.cer",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"App.swift",
"Application+configure.swift",
"Controllers/AppStoreController.swift",
"Middleware/AppStoreAuthenticator.swift",
"Middleware/JWTAuthenticator.swift",
"Middleware/OpenAIKeyMiddleware.swift",
"Middleware/ProxyServerMiddleware.swift",
"Middleware/RateLimiterMiddleware.swift",
"Middleware/StreamingResponseDelegate.swift",
"Models/User.swift",
"Models/UserMigration.swift",
"Models/UserRequest.swift",
"Models/UserRequestMigration.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
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
Fetching from https://github.com/hummingbird-project/hummingbird.git
Fetching from https://github.com/swift-server/swift-service-lifecycle.git
Fetching from https://github.com/apple/swift-nio-http2.git (cached)
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-nio-ssl.git (cached)
Fetching from https://github.com/swift-server/async-http-client.git (cached)
Fetching from https://github.com/apple/swift-nio-transport-services.git (cached)
Fetching from https://github.com/apple/swift-nio-extras.git (cached)
Fetching from https://github.com/apple/swift-distributed-tracing.git
Fetching from https://github.com/apple/swift-http-types.git (cached)
Fetching from https://github.com/apple/swift-metrics.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-async-algorithms.git
Fetching from https://github.com/vapor/fluent-sqlite-driver.git
Fetching from https://github.com/vapor/fluent-kit.git
Fetching from https://github.com/hummingbird-project/hummingbird-fluent.git
Fetching from https://github.com/vapor/jwt-kit.git
Fetching from https://github.com/apple/app-store-server-library-swift.git
Fetching from https://github.com/apple/swift-argument-parser.git (cached)
Fetching from https://github.com/hummingbird-project/hummingbird-auth
Fetching from https://github.com/swift-extras/swift-extras-base64.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-certificates.git
Fetching from https://github.com/apple/swift-asn1.git (cached)
Fetching from https://github.com/apple/swift-service-context.git
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-http-structured-headers.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/vapor/sqlite-kit.git
Fetching from https://github.com/vapor/sql-kit.git
Fetching from https://github.com/vapor/async-kit.git
Fetching from https://github.com/vapor/sqlite-nio.git
Creating working copy of package ‘hummingbird-auth’
Checking out 1.3.0 of package ‘hummingbird-auth’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘swift-asn1’
Checking out 1.3.2 of package ‘swift-asn1’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘jwt-kit’
Checking out 4.13.5 of package ‘jwt-kit’
Creating working copy of package ‘swift-async-algorithms’
Checking out 1.0.4 of package ‘swift-async-algorithms’
Creating working copy of package ‘swift-nio-http2’
Checking out 1.36.0 of package ‘swift-nio-http2’
Creating working copy of package ‘fluent-sqlite-driver’
Checking out 4.8.1 of package ‘fluent-sqlite-driver’
Creating working copy of package ‘swift-certificates’
Checking out 1.10.0 of package ‘swift-certificates’
Creating working copy of package ‘fluent-kit’
Checking out 1.52.1 of package ‘fluent-kit’
Creating working copy of package ‘swift-http-types’
Checking out 1.4.0 of package ‘swift-http-types’
Creating working copy of package ‘swift-numerics’
Checking out 1.0.3 of package ‘swift-numerics’
Creating working copy of package ‘swift-crypto’
Checking out 3.12.3 of package ‘swift-crypto’
Creating working copy of package ‘swift-http-structured-headers’
Checking out 1.2.2 of package ‘swift-http-structured-headers’
Creating working copy of package ‘swift-nio-transport-services’
Checking out 1.24.0 of package ‘swift-nio-transport-services’
Creating working copy of package ‘swift-service-context’
Checking out 1.2.0 of package ‘swift-service-context’
Creating working copy of package ‘sql-kit’
Checking out 3.33.0 of package ‘sql-kit’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘swift-metrics’
Checking out 2.6.1 of package ‘swift-metrics’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-service-lifecycle’
Checking out 2.7.0 of package ‘swift-service-lifecycle’
Creating working copy of package ‘hummingbird-fluent’
Checking out 1.1.0 of package ‘hummingbird-fluent’
Creating working copy of package ‘app-store-server-library-swift’
Checking out 1.1.0 of package ‘app-store-server-library-swift’
Creating working copy of package ‘swift-extras-base64’
Checking out 0.7.0 of package ‘swift-extras-base64’
Creating working copy of package ‘async-kit’
Checking out 1.20.0 of package ‘async-kit’
Creating working copy of package ‘async-http-client’
Checking out 1.25.2 of package ‘async-http-client’
Creating working copy of package ‘swift-nio-extras’
Checking out 1.26.0 of package ‘swift-nio-extras’
Creating working copy of package ‘hummingbird’
Checking out main (acaba2e) of package ‘hummingbird’
Creating working copy of package ‘swift-argument-parser’
Checking out 1.5.0 of package ‘swift-argument-parser’
Creating working copy of package ‘sqlite-kit’
Checking out 4.5.2 of package ‘sqlite-kit’
Creating working copy of package ‘sqlite-nio’
Checking out 1.11.2 of package ‘sqlite-nio’
Creating working copy of package ‘swift-distributed-tracing’
Checking out 1.2.0 of package ‘swift-distributed-tracing’
Creating working copy of package ‘swift-nio-ssl’
Checking out 2.30.0 of package ‘swift-nio-ssl’
product 'HummingbirdXCT' required by package 'spi-builder-workspace' target 'AppTests' not found in package 'hummingbird'. Did you mean 'HummingbirdTLS'?Resolve Package Graph
product 'HummingbirdXCT' required by package 'spi-builder-workspace' target 'AppTests' not found in package 'hummingbird'. Did you mean 'HummingbirdTLS'?
Resolved source packages:
spi-builder-workspace: (null)
2025-04-29 01:06:05.010 xcodebuild[521:2959] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-06-0005.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'HummingbirdXCT' required by package 'spi-builder-workspace' target 'AppTests' not found in package 'hummingbird'. Did you mean 'HummingbirdTLS'?
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
product 'HummingbirdXCT' required by package 'spi-builder-workspace' target 'AppTests' not found in package 'hummingbird'. Did you mean 'HummingbirdTLS'?
Resolved source packages:
spi-builder-workspace: (null)
2025-04-29 01:06:06.557 xcodebuild[1874:8366] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-29-04_01-06-0006.xcresult
xcodebuild: error: Could not resolve package dependencies:
product 'HummingbirdXCT' required by package 'spi-builder-workspace' target 'AppTests' not found in package 'hummingbird'. Did you mean 'HummingbirdTLS'?
BUILD FAILURE 6.1 visionOS