The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build auth, reference master (ddf22f), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 22:52:43 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/vapor/auth.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vapor/auth
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ddf22f9 Vapor 4 note (#71)
Cloned https://github.com/vapor/auth.git
Revision (git rev-parse @):
ddf22f9869c1bb8a2e961aec428150025bcdcd16
SUCCESS checkout https://github.com/vapor/auth.git at master
Fetching https://github.com/vapor/crypto.git
[1/2786] Fetching crypto
Fetched https://github.com/vapor/crypto.git from cache (0.91s)
Fetching https://github.com/vapor/fluent.git
[1/13407] Fetching fluent
Fetched https://github.com/vapor/fluent.git from cache (1.30s)
error: could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vapor/auth.git
https://github.com/vapor/auth.git
{
  "dependencies" : [
    {
      "identity" : "crypto",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/crypto.git"
    },
    {
      "identity" : "fluent",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/fluent.git"
    },
    {
      "identity" : "vapor",
      "requirement" : {
        "branch" : [
          "master"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vapor/vapor.git"
    }
  ],
  "manifest_display_name" : "auth",
  "name" : "auth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Authentication",
      "targets" : [
        "Authentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "AuthenticationTests",
      "path" : "Tests/AuthenticationTests",
      "product_dependencies" : [
        "Vapor"
      ],
      "sources" : [
        "AuthenticationTests.swift",
        "TokenAuthenticationTests.swift",
        "User.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Authentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Authentication",
      "module_type" : "SwiftTarget",
      "name" : "Authentication",
      "path" : "Sources/Authentication",
      "product_dependencies" : [
        "Fluent",
        "Vapor"
      ],
      "product_memberships" : [
        "Authentication"
      ],
      "sources" : [
        "Authenticatable.swift",
        "AuthenticationCache.swift",
        "AuthenticationProvider.swift",
        "Basic/BasicAuthenticatable.swift",
        "Basic/BasicAuthenticationMiddleware.swift",
        "Bearer/BearerAuthenticatable.swift",
        "Bearer/BearerAuthenticationMiddleware.swift",
        "Exports.swift",
        "Header/HeaderAuthenticatableMiddleware.swift",
        "Header/HeaderValueAuthenticatable.swift",
        "Password/PasswordAuthenticatable.swift",
        "Password/PasswordVerifier.swift",
        "Persist/AuthenticationSessionsMiddleware.swift",
        "Persist/RedirectMiddleware.swift",
        "Persist/SessionAuthenticatable.swift",
        "Token/TokenAuthenticatable.swift",
        "Token/TokenAuthenticationMiddleware.swift",
        "Utilities/AuthenticationError.swift",
        "Utilities/GuardMiddleware.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.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/vapor/crypto.git
Updated https://github.com/vapor/crypto.git (0.42s)
Updating https://github.com/vapor/fluent.git
Updated https://github.com/vapor/fluent.git (0.53s)
error: could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/vapor/crypto.git
Updated https://github.com/vapor/crypto.git (0.44s)
Updating https://github.com/vapor/fluent.git
Updated https://github.com/vapor/fluent.git (0.53s)
error: could not find a branch named ‘master’ in https://github.com/vapor/fluent.git (did you mean ‘main’?)
BUILD FAILURE 6.1 macosSpm