Build Information
Failed to build Shuttle, reference master (5c35f1
), with Swift 6.1 for visionOS using Xcode 16.3 on 24 Apr 2025 11:16:32 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/autobahnswift/shuttle.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/autobahnswift/shuttle
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5c35f19 Rename some targets to avoid conflicts with Vapor
Cloned https://github.com/autobahnswift/shuttle.git
Revision (git rev-parse @):
5c35f1993572d29b11afffe215251c50cc86a180
SUCCESS checkout https://github.com/autobahnswift/shuttle.git at master
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/autobahnswift/shuttle.git
https://github.com/autobahnswift/shuttle.git
{
"dependencies" : [
{
"identity" : "moyasugar",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/devxoul/MoyaSugar.git"
},
{
"identity" : "moya",
"requirement" : {
"range" : [
{
"lower_bound" : "10.0.2",
"upper_bound" : "11.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Moya/Moya.git"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
}
],
"manifest_display_name" : "Shuttle",
"name" : "Shuttle",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Shuttle",
"targets" : [
"Shuttle"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ShuttleDevelopment",
"targets" : [
"ShuttleDevelopment"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"3",
"4"
],
"targets" : [
{
"c99name" : "TunesTests",
"module_type" : "SwiftTarget",
"name" : "TunesTests",
"path" : "Tests/TunesTests",
"sources" : [
"TunesTests.swift"
],
"target_dependencies" : [
"Tunes",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "Tunes",
"module_type" : "SwiftTarget",
"name" : "Tunes",
"path" : "Sources/Tunes",
"product_memberships" : [
"Shuttle",
"ShuttleDevelopment"
],
"sources" : [
" Models/App.swift",
" Models/IAP.swift",
" Models/Member.swift",
"Tunes+Client.swift",
"Tunes.swift"
],
"target_dependencies" : [
"ShuttleCore"
],
"type" : "library"
},
{
"c99name" : "TestSupport",
"module_type" : "SwiftTarget",
"name" : "TestSupport",
"path" : "Sources/TestSupport",
"sources" : [
"NetworkResponseStubs.swift"
],
"type" : "library"
},
{
"c99name" : "TestFlightTests",
"module_type" : "SwiftTarget",
"name" : "TestFlightTests",
"path" : "Tests/TestFlightTests",
"sources" : [
"BuildTests.swift",
"TestFlightTests.swift"
],
"target_dependencies" : [
"TestFlight",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "TestFlight",
"module_type" : "SwiftTarget",
"name" : "TestFlight",
"path" : "Sources/TestFlight",
"product_memberships" : [
"Shuttle",
"ShuttleDevelopment"
],
"sources" : [
"Models/AppTestInfo.swift",
"Models/BetaReviewInfo.swift",
"Models/Build.swift",
"Models/BuildTrains.swift",
"Models/ExportCompliance.swift",
"Models/Group.swift",
"Models/TestInfo.swift",
"Models/Tester.swift",
"TestFlight+API.swift",
"TestFlight+Client.swift",
"TestFlight.swift"
],
"target_dependencies" : [
"ShuttleCore"
],
"type" : "library"
},
{
"c99name" : "ShuttleTests",
"module_type" : "SwiftTarget",
"name" : "ShuttleTests",
"path" : "Tests/ShuttleTests",
"sources" : [
"ShuttleTests.swift"
],
"target_dependencies" : [
"Shuttle",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "ShuttleDevelopment",
"module_type" : "SwiftTarget",
"name" : "ShuttleDevelopment",
"path" : "Sources/ShuttleDevelopment",
"product_memberships" : [
"ShuttleDevelopment"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"Shuttle"
],
"type" : "executable"
},
{
"c99name" : "ShuttleCoreTests",
"module_type" : "SwiftTarget",
"name" : "ShuttleCoreTests",
"path" : "Tests/ShuttleCoreTests",
"sources" : [
"ClientTests.swift",
"DecodableTests.swift",
"TwoStepAuthTests.swift"
],
"target_dependencies" : [
"ShuttleCore",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "ShuttleCore",
"module_type" : "SwiftTarget",
"name" : "ShuttleCore",
"path" : "Sources/ShuttleCore",
"product_dependencies" : [
"MoyaSugar",
"Moya",
"Rainbow"
],
"product_memberships" : [
"Shuttle",
"ShuttleDevelopment"
],
"sources" : [
"AlamofireDecodableError.swift",
"AppleAuth+API.swift",
"Base.swift",
"Client+TwoStepAuth.swift",
"Client.swift",
"Core.swift",
"Extensions/DataRequest+Decodable.swift",
"Extensions/MoyaProvider+Extension.swift",
"Extensions/MoyaSugar+Extension.swift",
"Extensions/RequestCSRFPlugin.swift",
"Extensions/Response+Decodable.swift",
"Models/AuthService.swift",
"Models/HelpLink.swift",
"Models/ITCModule.swift",
"Models/OlympusSessionResponse.swift",
"Models/Team.swift",
"Models/User.swift",
"Models/UserDetailsResponse.swift",
"Olympus+API.swift",
"TunesCore+API.swift"
],
"type" : "library"
},
{
"c99name" : "Shuttle",
"module_type" : "SwiftTarget",
"name" : "Shuttle",
"path" : "Sources/Shuttle",
"product_memberships" : [
"Shuttle",
"ShuttleDevelopment"
],
"sources" : [
"ProvisioningProfile.swift",
"Shuttle.swift"
],
"target_dependencies" : [
"TestFlight",
"Tunes",
"DevPortal"
],
"type" : "library"
},
{
"c99name" : "DevPortalTests",
"module_type" : "SwiftTarget",
"name" : "DevPortalTests",
"path" : "Tests/DevPortalTests",
"sources" : [
"DevPortalTests.swift",
"ProvisioningProfileTests.swift"
],
"target_dependencies" : [
"DevPortal",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "DevPortal",
"module_type" : "SwiftTarget",
"name" : "DevPortal",
"path" : "Sources/DevPortal",
"product_memberships" : [
"Shuttle",
"ShuttleDevelopment"
],
"sources" : [
"DevPortal+API.swift",
"DevPortal+Client.swift",
"DevPortal.swift",
"DevPortalBase.swift",
"Models/App.swift",
"Models/AppGroup.swift",
"Models/AppService.swift",
"Models/Certificate.swift",
"Models/Client.swift",
"Models/Device.swift",
"Models/Invite.swift",
"Models/Key.swift",
"Models/Merchant.swift",
"Models/Passbook.swift",
"Models/Person.swift",
"Models/ProvisioningProfile.swift"
],
"target_dependencies" : [
"ShuttleCore"
],
"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
Resolve Package Graph
Fetching from https://github.com/Moya/Moya.git
Fetching from https://github.com/onevcat/Rainbow
Fetching from https://github.com/devxoul/MoyaSugar.git
Fetching from https://github.com/antitypical/Result.git
Fetching from https://github.com/ReactiveCocoa/ReactiveSwift.git
Fetching from https://github.com/ReactiveX/RxSwift.git
Fetching from https://github.com/Alamofire/Alamofire.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/devxoul/MoyaSugar.git
Updating from https://github.com/onevcat/Rainbow
Updating from https://github.com/Moya/Moya.git
Updating from https://github.com/antitypical/Result.git
Updating from https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating from https://github.com/ReactiveX/RxSwift.git
Updating from https://github.com/Alamofire/Alamofire.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/devxoul/MoyaSugar.git
Updating from https://github.com/onevcat/Rainbow
Updating from https://github.com/Moya/Moya.git
Updating from https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating from https://github.com/ReactiveX/RxSwift.git
Updating from https://github.com/antitypical/Result.git
Updating from https://github.com/Alamofire/Alamofire.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools versionResolve Package Graph
Updating from https://github.com/onevcat/Rainbow
Updating from https://github.com/devxoul/MoyaSugar.git
Updating from https://github.com/Moya/Moya.git
Updating from https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating from https://github.com/ReactiveX/RxSwift.git
Updating from https://github.com/Alamofire/Alamofire.git
Updating from https://github.com/antitypical/Result.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 04:16:29.505 xcodebuild[518:2888] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_04-16-0029.xcresult
xcodebuild: error: Could not resolve package dependencies:
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
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/Moya/Moya.git
Updating from https://github.com/devxoul/MoyaSugar.git
Updating from https://github.com/onevcat/Rainbow
Updating from https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating from https://github.com/ReactiveX/RxSwift.git
Updating from https://github.com/Alamofire/Alamofire.git
Updating from https://github.com/antitypical/Result.git
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
Resolved source packages:
spi-builder-workspace: (null)
2025-04-24 04:16:32.006 xcodebuild[969:4643] Writing error result bundle to /var/folders/5k/5yc19ymj0jqd5v0zvgfqz0xw0000gn/T/ResultBundle_2025-24-04_04-16-0032.xcresult
xcodebuild: error: Could not resolve package dependencies:
package 'package.swift' is using Swift tools version 3.1.0 which is no longer supported; consider using '// swift-tools-version: 6.1' to specify the current tools version
BUILD FAILURE 6.1 visionOS