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 OAuthenticator, reference 0.6.1 (431607), with Swift 6.0 for Linux on 16 Mar 2025 12:09:59 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ChimeHQ/OAuthenticator.git
Reference: 0.6.1
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/ChimeHQ/OAuthenticator
 * tag               0.6.1      -> FETCH_HEAD
HEAD is now at 431607e BlueSky refinements (without Login change) (#29)
Cloned https://github.com/ChimeHQ/OAuthenticator.git
Revision (git rev-parse @):
431607ea7498243109ed92a9dccc3897d025eeb6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/OAuthenticator.git at 0.6.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ChimeHQ/OAuthenticator.git
https://github.com/ChimeHQ/OAuthenticator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "OAuthenticator",
  "name" : "OAuthenticator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "OAuthenticator",
      "targets" : [
        "OAuthenticator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "OAuthenticatorTests",
      "module_type" : "SwiftTarget",
      "name" : "OAuthenticatorTests",
      "path" : "Tests/OAuthenticatorTests",
      "sources" : [
        "AuthenticatorTests.swift",
        "DPoPSignerTests.swift",
        "GitHubTests.swift",
        "GoogleTests.swift",
        "MastodonTests.swift"
      ],
      "target_dependencies" : [
        "OAuthenticator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "OAuthenticator",
      "module_type" : "SwiftTarget",
      "name" : "OAuthenticator",
      "path" : "Sources/OAuthenticator",
      "product_memberships" : [
        "OAuthenticator"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/OAuthenticator/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "ASWebAuthenticationSession+Utility.swift",
        "Authenticator.swift",
        "CredentialWindowProvider.swift",
        "DPoPSigner.swift",
        "Data+Base64URLEncode.swift",
        "JSONWebKey.swift",
        "JWT.swift",
        "Models.swift",
        "PKCE.swift",
        "Services/Bluesky.swift",
        "Services/GitHub.swift",
        "Services/GoogleAPI.swift",
        "Services/Mastodon.swift",
        "URL+QueryParams.swift",
        "URLSession+ResponseProvider.swift",
        "WebAuthenticationSession+Utility.swift",
        "WellknownEndpoints.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/20] Emitting module OAuthenticator
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[5/22] Compiling OAuthenticator URLSession+ResponseProvider.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[6/22] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[7/22] Compiling OAuthenticator WellknownEndpoints.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[8/22] Compiling OAuthenticator resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[9/22] Compiling OAuthenticator JWT.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[10/22] Compiling OAuthenticator Models.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[11/22] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[12/22] Compiling OAuthenticator Authenticator.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[13/22] Compiling OAuthenticator CredentialWindowProvider.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[14/22] Compiling OAuthenticator Mastodon.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[15/22] Compiling OAuthenticator URL+QueryParams.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[16/22] Compiling OAuthenticator DPoPSigner.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[17/22] Compiling OAuthenticator Data+Base64URLEncode.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[18/22] Compiling OAuthenticator JSONWebKey.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[19/22] Compiling OAuthenticator GitHub.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[20/22] Compiling OAuthenticator GoogleAPI.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[21/22] Compiling OAuthenticator PKCE.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[22/22] Compiling OAuthenticator Bluesky.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling OAuthenticator Mastodon.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[3/18] Compiling OAuthenticator URL+QueryParams.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[4/20] Compiling OAuthenticator PKCE.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[5/20] Compiling OAuthenticator Bluesky.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[6/20] Compiling OAuthenticator GitHub.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[7/20] Compiling OAuthenticator GoogleAPI.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[8/20] Compiling OAuthenticator URLSession+ResponseProvider.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[9/20] Compiling OAuthenticator WebAuthenticationSession+Utility.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[10/20] Compiling OAuthenticator JWT.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[11/20] Compiling OAuthenticator Models.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[12/20] Compiling OAuthenticator DPoPSigner.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[13/20] Compiling OAuthenticator Data+Base64URLEncode.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[14/20] Compiling OAuthenticator JSONWebKey.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/20] Emitting module OAuthenticator
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[16/20] Compiling OAuthenticator ASWebAuthenticationSession+Utility.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[17/20] Compiling OAuthenticator Authenticator.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[18/20] Compiling OAuthenticator CredentialWindowProvider.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[19/20] Compiling OAuthenticator WellknownEndpoints.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
[20/20] Compiling OAuthenticator resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/OAuthenticator/ASWebAuthenticationSession+Utility.swift:2:8: error: no such module 'AuthenticationServices'
 1 | import Foundation
 2 | import AuthenticationServices
   |        `- error: no such module 'AuthenticationServices'
 3 |
 4 | enum WebAuthenticationSessionError: Error {
BUILD FAILURE 6.0 linux