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 HexavilleAuth, reference 0.4.1 (43e6ee), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 09:29:00 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/hexaville/hexavilleauth.git
Reference: 0.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hexaville/hexavilleauth
 * tag               0.4.1      -> FETCH_HEAD
HEAD is now at 43e6ee8 Merge pull request #14 from Hexaville/swift4.1
Cloned https://github.com/hexaville/hexavilleauth.git
Revision (git rev-parse @):
43e6ee848fddfed67bc8c8fab675c768b9f7ed68
SUCCESS checkout https://github.com/hexaville/hexavilleauth.git at 0.4.1
Fetching https://github.com/vapor/clibressl.git
Fetching https://github.com/noppoman/ProrsumNet.git
Fetching https://github.com/Zewo/CHTTPParser.git
Fetching https://github.com/jakeheis/SwiftCLI.git
Fetching https://github.com/noppoMan/HexavilleFramework.git
Fetching https://github.com/noppoMan/Prorsum.git
[17/835] Fetching prorsum
[10/899] Fetching prorsum, chttpparser
[204/4264] Fetching prorsum, chttpparser, clibressl
[250/4693] Fetching prorsum, chttpparser, clibressl, hexavilleframework
[405/9767] Fetching prorsum, chttpparser, clibressl, hexavilleframework, swiftcli
[608/9941] Fetching prorsum, chttpparser, clibressl, hexavilleframework, swiftcli, prorsumnet
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (1.15s)
[2866/4867] Fetching prorsum, chttpparser, clibressl, hexavilleframework, prorsumnet
Fetched https://github.com/noppoman/ProrsumNet.git from cache (1.40s)
Fetched https://github.com/noppoMan/HexavilleFramework.git from cache (1.40s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Fetched https://github.com/noppoMan/Prorsum.git from cache (1.40s)
Fetched https://github.com/Zewo/CHTTPParser.git from cache (1.40s)
Fetched https://github.com/vapor/clibressl.git from cache (1.40s)
Computed https://github.com/noppoMan/HexavilleFramework.git at 0.1.16 (2.03s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.2.0 (0.58s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (0.57s)
Computing version for https://github.com/noppoman/ProrsumNet.git
Computed https://github.com/noppoman/ProrsumNet.git at 0.1.3 (0.57s)
Computing version for https://github.com/Zewo/CHTTPParser.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/hexaville/hexavilleauth.git
https://github.com/hexaville/hexavilleauth.git
{
  "dependencies" : [
    {
      "identity" : "hexavilleframework",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.16",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/noppoMan/HexavilleFramework.git"
    }
  ],
  "manifest_display_name" : "HexavilleAuth",
  "name" : "HexavilleAuth",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HexavilleAuth",
      "targets" : [
        "HexavilleAuth"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hexaville-todo-example",
      "targets" : [
        "HexavilleAuthExample"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HexavilleAuthExample",
      "module_type" : "SwiftTarget",
      "name" : "HexavilleAuthExample",
      "path" : "Sources/HexavilleAuthExample",
      "product_memberships" : [
        "hexaville-todo-example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "HexavilleAuth"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HexavilleAuth",
      "module_type" : "SwiftTarget",
      "name" : "HexavilleAuth",
      "path" : "Sources/HexavilleAuth",
      "product_dependencies" : [
        "HexavilleFramework"
      ],
      "product_memberships" : [
        "HexavilleAuth",
        "hexaville-todo-example"
      ],
      "sources" : [
        "AuthenticationMiddleware.swift",
        "Base64.swift",
        "Credential.swift",
        "HMAC.swift",
        "HexaviileAuth.swift",
        "HexavilleAuth+Router.swift",
        "LoginUser.swift",
        "OAuth/OAuth1.swift",
        "OAuth/OAuth2.swift",
        "Providers/CallbackURL.swift",
        "Providers/OAuth1/TwitterAuthorizationProvider.swift",
        "Providers/OAuth1AuthorizationProvidable.swift",
        "Providers/OAuth2/FacebookAuthorizationProvider.swift",
        "Providers/OAuth2/GithubAuthorizationProvider.swift",
        "Providers/OAuth2/GoogleAuthorizationProvider.swift",
        "Providers/OAuth2/InstagramAuthorizationProvider.swift",
        "Providers/OAuth2AuthorizationProvidable.swift",
        "URLRequest.swift",
        "URLResponse.swift"
      ],
      "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/noppoMan/HexavilleFramework.git
Updated https://github.com/noppoMan/HexavilleFramework.git (0.45s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Computed https://github.com/noppoMan/HexavilleFramework.git at 0.1.16 (1.02s)
Updating https://github.com/noppoMan/Prorsum.git
Updating https://github.com/jakeheis/SwiftCLI.git
Updated https://github.com/noppoMan/Prorsum.git (0.42s)
Updated https://github.com/jakeheis/SwiftCLI.git (0.42s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (0.99s)
Updating https://github.com/Zewo/CHTTPParser.git
Updating https://github.com/noppoman/ProrsumNet.git
Updated https://github.com/Zewo/CHTTPParser.git (0.47s)
Updated https://github.com/noppoman/ProrsumNet.git (0.47s)
Computing version for https://github.com/Zewo/CHTTPParser.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/noppoMan/HexavilleFramework.git
Updated https://github.com/noppoMan/HexavilleFramework.git (0.44s)
Computing version for https://github.com/noppoMan/HexavilleFramework.git
Computed https://github.com/noppoMan/HexavilleFramework.git at 0.1.16 (0.51s)
Updating https://github.com/jakeheis/SwiftCLI.git
Updating https://github.com/noppoMan/Prorsum.git
Updated https://github.com/noppoMan/Prorsum.git (0.45s)
Updated https://github.com/jakeheis/SwiftCLI.git (0.45s)
Computing version for https://github.com/noppoMan/Prorsum.git
Computed https://github.com/noppoMan/Prorsum.git at 0.3.3 (0.51s)
Updating https://github.com/noppoman/ProrsumNet.git
Updating https://github.com/Zewo/CHTTPParser.git
Updated https://github.com/Zewo/CHTTPParser.git (0.47s)
Updated https://github.com/noppoman/ProrsumNet.git (0.47s)
Computing version for https://github.com/Zewo/CHTTPParser.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