Build Information
Failed to build Shuttle, reference master (5c35f1
), with Swift 6.1 for Linux on 25 Apr 2025 11:27:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/autobahnswift/shuttle.git
https://github.com/autobahnswift/shuttle.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/Moya/Moya.git
Fetching https://github.com/devxoul/MoyaSugar.git
[1/1196] Fetching rainbow
[61/1740] Fetching rainbow, moyasugar
[1535/27007] Fetching rainbow, moyasugar, moya
Fetched https://github.com/devxoul/MoyaSugar.git from cache (1.45s)
[15335/26463] Fetching rainbow, moya
Fetched https://github.com/onevcat/Rainbow from cache (3.60s)
Fetched https://github.com/Moya/Moya.git from cache (3.68s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 10.0.2 (4.51s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/2533] Fetching result
[2534/32670] Fetching result, alamofire
[3740/85158] Fetching result, alamofire, reactiveswift
[9669/137834] Fetching result, alamofire, reactiveswift, rxswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (3.90s)
[83703/85346] Fetching result, alamofire, rxswift
Fetched https://github.com/antitypical/Result.git from cache (8.97s)
Fetched https://github.com/Alamofire/Alamofire.git from cache (9.06s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (9.18s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
error: 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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Updating https://github.com/Moya/Moya.git
Updating https://github.com/onevcat/Rainbow
Updating https://github.com/devxoul/MoyaSugar.git
Updated https://github.com/devxoul/MoyaSugar.git (0.28s)
Updated https://github.com/onevcat/Rainbow (0.36s)
Updated https://github.com/Moya/Moya.git (0.36s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 10.0.2 (3.44s)
Updating https://github.com/Alamofire/Alamofire.git
Updating https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating https://github.com/antitypical/Result.git
Updating https://github.com/ReactiveX/RxSwift.git
Updated https://github.com/ReactiveCocoa/ReactiveSwift.git (0.45s)
Updated https://github.com/ReactiveX/RxSwift.git (0.45s)
Updated https://github.com/antitypical/Result.git (0.45s)
Updated https://github.com/Alamofire/Alamofire.git (0.52s)
Computing version for https://github.com/ReactiveCocoa/ReactiveSwift.git
error: 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 linux