The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Shuttle, reference master (5c35f1), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 11:16:19 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

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
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/devxoul/Immutable.git
Fetching https://github.com/antitypical/Result.git
Fetching https://github.com/Alamofire/Alamofire.git
Fetching https://github.com/devxoul/MoyaSugar.git
Fetching https://github.com/ReactiveCocoa/ReactiveSwift.git
[1/160] Fetching immutable
[161/704] Fetching immutable, moyasugar
[281/30841] Fetching immutable, moyasugar, alamofire
[369/83517] Fetching immutable, moyasugar, alamofire, rxswift
[8610/86050] Fetching immutable, moyasugar, alamofire, rxswift, result
[11802/87246] Fetching immutable, moyasugar, alamofire, rxswift, result, rainbow
[34818/139734] Fetching immutable, moyasugar, alamofire, rxswift, result, rainbow, reactiveswift
Fetched https://github.com/onevcat/Rainbow from cache (2.07s)
[41323/138538] Fetching immutable, moyasugar, alamofire, rxswift, result, reactiveswift
Fetching https://github.com/Moya/Moya.git
[72754/163805] Fetching immutable, moyasugar, alamofire, rxswift, result, reactiveswift, moya
Fetched https://github.com/Moya/Moya.git from cache (2.09s)
Fetching https://github.com/devxoul/Then.git
[96849/138538] Fetching immutable, moyasugar, alamofire, rxswift, result, reactiveswift
[98580/139353] Fetching immutable, moyasugar, alamofire, rxswift, result, reactiveswift, then
Fetched https://github.com/Alamofire/Alamofire.git from cache (4.88s)
Fetched https://github.com/antitypical/Result.git from cache (4.88s)
Fetched https://github.com/devxoul/Immutable.git from cache (4.88s)
[66992/106523] Fetching moyasugar, rxswift, reactiveswift, then
Fetched https://github.com/devxoul/Then.git from cache (0.75s)
[67230/105708] Fetching moyasugar, rxswift, reactiveswift
Fetched https://github.com/ReactiveCocoa/ReactiveSwift.git from cache (8.98s)
Fetched https://github.com/devxoul/MoyaSugar.git from cache (8.98s)
Computing version for https://github.com/onevcat/Rainbow
[51033/52676] Fetching rxswift
Computed https://github.com/onevcat/Rainbow at 3.1.1 (9.59s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 10.0.2 (0.59s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (10.66s)
Computing version for https://github.com/devxoul/MoyaSugar.git
Computed https://github.com/devxoul/MoyaSugar.git at 1.1.0 (1.07s)
Computing version for https://github.com/ReactiveX/RxSwift.git
warning: 'rxswift': /Package.swift:8:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 6 |
 7 | func filterNil<T>(_ array: [T?]) -> [T] {
 8 |   return array.flatMap { $0 }
   |                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                `- note: use 'compactMap(_:)' instead
 9 | }
10 |
Computed https://github.com/ReactiveX/RxSwift.git at 4.1.1 (0.61s)
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
========================================
Selected platform:         macosSpm
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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Updating https://github.com/devxoul/MoyaSugar.git
Updating https://github.com/Moya/Moya.git
Updating https://github.com/onevcat/Rainbow
Updated https://github.com/devxoul/MoyaSugar.git (0.64s)
Updated https://github.com/onevcat/Rainbow (0.64s)
Updated https://github.com/Moya/Moya.git (0.64s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 10.0.2 (1.24s)
Updating https://github.com/Alamofire/Alamofire.git
Updating https://github.com/ReactiveX/RxSwift.git
Updating https://github.com/ReactiveCocoa/ReactiveSwift.git
Updating https://github.com/antitypical/Result.git
Updated https://github.com/Alamofire/Alamofire.git (0.64s)
Updated https://github.com/antitypical/Result.git (0.68s)
Updated https://github.com/ReactiveCocoa/ReactiveSwift.git (0.68s)
Updated https://github.com/ReactiveX/RxSwift.git (0.68s)
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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/Moya/Moya.git
Updating https://github.com/devxoul/MoyaSugar.git
Updating https://github.com/onevcat/Rainbow
Updated https://github.com/onevcat/Rainbow (0.42s)
Updated https://github.com/devxoul/MoyaSugar.git (0.63s)
Updated https://github.com/Moya/Moya.git (0.63s)
Computing version for https://github.com/Moya/Moya.git
Computed https://github.com/Moya/Moya.git at 10.0.2 (0.71s)
Updating https://github.com/Alamofire/Alamofire.git
Updating https://github.com/ReactiveX/RxSwift.git
Updating https://github.com/antitypical/Result.git
Updating https://github.com/ReactiveCocoa/ReactiveSwift.git
Updated https://github.com/ReactiveCocoa/ReactiveSwift.git (0.54s)
Updated https://github.com/antitypical/Result.git (0.54s)
Updated https://github.com/Alamofire/Alamofire.git (0.58s)
Updated https://github.com/ReactiveX/RxSwift.git (0.66s)
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 macosSpm