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 Reach5, reference 8.1.0 (4d6e37), with Swift 6.0 for Linux on 4 Mar 2025 00:10:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/ReachFive/reachfive-ios.git
Reference: 8.1.0
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/ReachFive/reachfive-ios
 * tag               8.1.0      -> FETCH_HEAD
HEAD is now at 4d6e379 Release 8.1.0 (#57)
Cloned https://github.com/ReachFive/reachfive-ios.git
Revision (git rev-parse @):
4d6e379e844f4bf75bdc216b2fb6fbd6b473b483
SUCCESS checkout https://github.com/ReachFive/reachfive-ios.git at 8.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ReachFive/reachfive-ios.git
https://github.com/ReachFive/reachfive-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.9.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "devicekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/devicekit/DeviceKit.git"
    },
    {
      "identity" : "brightfutures",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "8.2.0",
            "upper_bound" : "9.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Thomvis/BrightFutures.git"
    }
  ],
  "manifest_display_name" : "Reach5",
  "name" : "Reach5",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Reach5",
      "targets" : [
        "Reach5"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Reach5",
      "module_type" : "SwiftTarget",
      "name" : "Reach5",
      "path" : "Sources",
      "product_dependencies" : [
        "Alamofire",
        "CryptoSwift",
        "DeviceKit",
        "BrightFutures"
      ],
      "product_memberships" : [
        "Reach5"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/Core/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Core/Classes/AppleProvider.swift",
        "Core/Classes/CredentialManager.swift",
        "Core/Classes/DefaultProvider.swift",
        "Core/Classes/LoginWKWebview.swift",
        "Core/Classes/Provider.swift",
        "Core/Classes/ReachFive.swift",
        "Core/Classes/ReachFiveApi.swift",
        "Core/Classes/ReachFiveApplication.swift",
        "Core/Classes/ReachFiveError.swift",
        "Core/Classes/ReachFiveLogin.swift",
        "Core/Classes/ReachFiveMfa.swift",
        "Core/Classes/ReachFiveNative.swift",
        "Core/Classes/ReachFivePassword.swift",
        "Core/Classes/ReachFivePasswordLess.swift",
        "Core/Classes/ReachFiveProfile.swift",
        "Core/Classes/ReachFiveProviders.swift",
        "Core/Classes/ReachFiveWebviewLogin.swift",
        "Core/Classes/models/AccessTokenResponse.swift",
        "Core/Classes/models/AuthToken.swift",
        "Core/Classes/models/ClientConfigResponse.swift",
        "Core/Classes/models/Consent.swift",
        "Core/Classes/models/Emails.swift",
        "Core/Classes/models/LoginSummary.swift",
        "Core/Classes/models/OpenIdUser.swift",
        "Core/Classes/models/Profile.swift",
        "Core/Classes/models/ProfileAddress.swift",
        "Core/Classes/models/ProfileUpdate.swift",
        "Core/Classes/models/ProviderConfig.swift",
        "Core/Classes/models/ProvidersConfigsResult.swift",
        "Core/Classes/models/SdkConfig.swift",
        "Core/Classes/models/requests/AuthCodeRequest.swift",
        "Core/Classes/models/requests/LoginCallback.swift",
        "Core/Classes/models/requests/LoginProviderRequest.swift",
        "Core/Classes/models/requests/LoginRequest.swift",
        "Core/Classes/models/requests/MfaCredentialsRequest.swift",
        "Core/Classes/models/requests/MfaStepUpRequest.swift",
        "Core/Classes/models/requests/ProfileSignupRequest.swift",
        "Core/Classes/models/requests/RefreshRequest.swift",
        "Core/Classes/models/requests/RequestAccountRecoveryRequest.swift",
        "Core/Classes/models/requests/RequestPasswordResetRequest.swift",
        "Core/Classes/models/requests/SignupRequest.swift",
        "Core/Classes/models/requests/StartPasswordlessRequest.swift",
        "Core/Classes/models/requests/UpdateEmailRequest.swift",
        "Core/Classes/models/requests/UpdatePasswordRequest.swift",
        "Core/Classes/models/requests/UpdatePhoneNumberRequest.swift",
        "Core/Classes/models/requests/VerifyAuthCodeRequest.swift",
        "Core/Classes/models/requests/VerifyPhoneNumberRequest.swift",
        "Core/Classes/models/requests/WebviewLoginRequest.swift",
        "Core/Classes/models/requests/webAuthn/AuthenticationPublicKeyCredential.swift",
        "Core/Classes/models/requests/webAuthn/NativeLoginRequest.swift",
        "Core/Classes/models/requests/webAuthn/NewPasskeyRequest.swift",
        "Core/Classes/models/requests/webAuthn/PasskeySignupRequest.swift",
        "Core/Classes/models/requests/webAuthn/ProfilePasskeySignupRequest.swift",
        "Core/Classes/models/requests/webAuthn/R5AuthenticatorAssertionResponse.swift",
        "Core/Classes/models/requests/webAuthn/R5AuthenticatorAttestationResponse.swift",
        "Core/Classes/models/requests/webAuthn/R5PublicKeyCredentialRequestOptions.swift",
        "Core/Classes/models/requests/webAuthn/RegistrationPublicKeyCredential.swift",
        "Core/Classes/models/requests/webAuthn/RegistrationRequest.swift",
        "Core/Classes/models/requests/webAuthn/ResetOptions.swift",
        "Core/Classes/models/requests/webAuthn/ResetPasskeyRequest.swift",
        "Core/Classes/models/requests/webAuthn/ResetPublicKeyCredential.swift",
        "Core/Classes/models/requests/webAuthn/SignupOptions.swift",
        "Core/Classes/models/requests/webAuthn/WebAuthnLoginRequest.swift",
        "Core/Classes/models/requests/webAuthn/WebauthnSignupCredential.swift",
        "Core/Classes/models/responses/TknMfa.swift",
        "Core/Classes/models/responses/trustedDevices/TrustedDevice.swift",
        "Core/Classes/models/responses/webAuthn/AuthenticationOptions.swift",
        "Core/Classes/models/responses/webAuthn/AuthenticationToken.swift",
        "Core/Classes/models/responses/webAuthn/CredentialCreationOptions.swift",
        "Core/Classes/models/responses/webAuthn/DeviceCredential.swift",
        "Core/Classes/models/responses/webAuthn/R5AuthenticatorSelectionCriteria.swift",
        "Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialCreationOptions.swift",
        "Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialDescriptor.swift",
        "Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialParameter.swift",
        "Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialRpEntity.swift",
        "Core/Classes/models/responses/webAuthn/R5PublicKeyCredentialUserEntity.swift",
        "Core/Classes/models/responses/webAuthn/RegistrationOptions.swift",
        "Core/Classes/utils/Base64.swift",
        "Core/Classes/utils/CustomField.swift",
        "Core/Classes/utils/DataRequest.swift",
        "Core/Classes/utils/DictionaryEncodable.swift",
        "Core/Classes/utils/Pkce.swift",
        "Core/Classes/utils/Storage.swift",
        "Core/Classes/utils/StringUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/Alamofire/Alamofire.git
[1/30051] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.78s)
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.10.2
warning: dependency 'alamofire' is missing; cloning again
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/12932] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.30s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
warning: dependency 'cryptoswift' is missing; cloning again
Fetching https://github.com/devicekit/DeviceKit.git
[1/3973] Fetching devicekit
Fetched https://github.com/devicekit/DeviceKit.git from cache (0.44s)
Creating working copy for https://github.com/devicekit/DeviceKit.git
Working copy of https://github.com/devicekit/DeviceKit.git resolved at 5.5.0
warning: dependency 'devicekit' is missing; cloning again
Fetching https://github.com/Thomvis/BrightFutures.git
[1/4067] Fetching brightfutures
Fetched https://github.com/Thomvis/BrightFutures.git from cache (0.81s)
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
warning: dependency 'brightfutures' is missing; cloning again
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Core/Info.plist
    /host/spi-builder-workspace/Sources/Podfile.lock
    /host/spi-builder-workspace/Sources/Podfile
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
    /host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
Building for debugging...
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[0/10] Write sources
[7/10] Copying PrivacyInfo.xcprivacy
[7/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/169] Emitting module Alamofire
[12/174] Compiling Alamofire resource_bundle_accessor.swift
[13/174] Compiling CryptoSwift BlockMode.swift
[14/174] Compiling CryptoSwift BlockModeOptions.swift
[15/174] Compiling CryptoSwift CBC.swift
[16/174] Compiling CryptoSwift CCM.swift
[17/174] Compiling CryptoSwift CFB.swift
[18/174] Compiling CryptoSwift CTR.swift
[19/174] Compiling CryptoSwift CipherModeWorker.swift
[20/174] Compiling CryptoSwift ECB.swift
[21/174] Compiling CryptoSwift GCM.swift
[22/174] Compiling CryptoSwift OCB.swift
[23/174] Compiling CryptoSwift OFB.swift
[24/174] Compiling CryptoSwift PCBC.swift
[25/174] Compiling CryptoSwift Blowfish.swift
[26/174] Compiling CryptoSwift CBCMAC.swift
[27/174] Emitting module CryptoSwift
[28/188] Compiling Alamofire RetryPolicy.swift
[29/188] Compiling BrightFutures NSOperationQueue+BrightFutures.swift
[30/188] Compiling BrightFutures Promise.swift
[31/188] Compiling Alamofire ServerTrustEvaluation.swift
[32/188] Compiling Alamofire URLEncodedFormEncoder.swift
[33/188] Compiling Alamofire Validation.swift
[34/188] Compiling BrightFutures Result+BrightFutures.swift
[35/188] Compiling BrightFutures ResultProtocol.swift
[37/190] Emitting module DeviceKit
[38/190] Compiling DeviceKit resource_bundle_accessor.swift
[39/190] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2279:12: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2277 |   public var thermalState: ThermalState? {
2278 |     guard isCurrent else { return nil }
2279 |     switch ProcessInfo().thermalState {
     |            `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2280 |       case .nominal:
2281 |         return .nominal
FoundationEssentials.ProcessInfo (internal):4:14: note: 'init()' declared here
2 |     public static let processInfo: ProcessInfo
3 |     deinit
4 |     internal init()
  |              `- note: 'init()' declared here
5 | }
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2279:26: error: value of type 'ProcessInfo' has no member 'thermalState'
2277 |   public var thermalState: ThermalState? {
2278 |     guard isCurrent else { return nil }
2279 |     switch ProcessInfo().thermalState {
     |                          `- error: value of type 'ProcessInfo' has no member 'thermalState'
2280 |       case .nominal:
2281 |         return .nominal
[40/190] Compiling Alamofire URLConvertible+URLRequestConvertible.swift
[41/190] Compiling Alamofire UploadRequest.swift
[42/190] Compiling BrightFutures MutableAsyncType+ResultType.swift
[43/190] Compiling BrightFutures MutableAsyncType.swift
[44/190] Compiling CryptoSwift RSA+Cipher.swift
[45/190] Compiling CryptoSwift RSA+Signature.swift
[46/190] Compiling CryptoSwift RSA.swift
[47/190] Compiling CryptoSwift Rabbit.swift
[48/190] Compiling CryptoSwift SHA1.swift
[49/190] Compiling CryptoSwift XChaCha20+Foundation.swift
[50/190] Compiling CryptoSwift Generics.swift
[51/190] Compiling CryptoSwift HKDF.swift
[52/190] Compiling CryptoSwift HMAC.swift
[53/190] Compiling CryptoSwift ISO10126Padding.swift
[54/190] Compiling CryptoSwift ISO78164Padding.swift
[55/190] Compiling CryptoSwift Int+Extension.swift
[56/190] Compiling CryptoSwift MD5.swift
[57/190] Compiling CryptoSwift NoPadding.swift
[58/190] Compiling CryptoSwift Operators.swift
[59/190] Compiling CryptoSwift DER.swift
[60/190] Compiling CryptoSwift PBKDF1.swift
[61/190] Compiling CryptoSwift PBKDF2.swift
[62/190] Compiling CryptoSwift PKCS1v15.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/Core/Info.plist
    /host/spi-builder-workspace/Sources/Podfile.lock
    /host/spi-builder-workspace/Sources/Podfile
warning: 'devicekit': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Info.plist
    /host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.swift.gyb
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/59] Compiling Alamofire Request.swift
[3/59] Compiling Alamofire RequestTaskMap.swift
[4/109] Compiling CryptoSwift ASN1.swift
[5/109] Compiling CryptoSwift ASN1Decoder.swift
[6/118] Compiling CryptoSwift ASN1Encoder.swift
[7/118] Compiling CryptoSwift ASN1Scanner.swift
[8/120] Compiling CryptoSwift AES.Cryptors.swift
[9/120] Compiling CryptoSwift AES.swift
[10/148] Compiling CryptoSwift BlockCipher.swift
[11/148] Compiling CryptoSwift BlockDecryptor.swift
[12/156] Compiling DeviceKit resource_bundle_accessor.swift
[13/162] Emitting module BrightFutures
[14/162] Compiling CryptoSwift Array+Extension.swift
[15/162] Compiling CryptoSwift Authenticator.swift
[16/162] Compiling CryptoSwift AEAD.swift
[17/162] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[18/162] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[19/162] Emitting module DeviceKit
[20/162] Compiling DeviceKit Device.generated.swift
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2279:12: error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2277 |   public var thermalState: ThermalState? {
2278 |     guard isCurrent else { return nil }
2279 |     switch ProcessInfo().thermalState {
     |            `- error: 'ProcessInfo' initializer is inaccessible due to 'internal' protection level
2280 |       case .nominal:
2281 |         return .nominal
FoundationEssentials.ProcessInfo (internal):4:14: note: 'init()' declared here
2 |     public static let processInfo: ProcessInfo
3 |     deinit
4 |     internal init()
  |              `- note: 'init()' declared here
5 | }
/host/spi-builder-workspace/.build/checkouts/DeviceKit/Source/Device.generated.swift:2279:26: error: value of type 'ProcessInfo' has no member 'thermalState'
2277 |   public var thermalState: ThermalState? {
2278 |     guard isCurrent else { return nil }
2279 |     switch ProcessInfo().thermalState {
     |                          `- error: value of type 'ProcessInfo' has no member 'thermalState'
2280 |       case .nominal:
2281 |         return .nominal
[21/162] Compiling CryptoSwift BlockEncryptor.swift
[22/162] Compiling CryptoSwift BlockMode.swift
[23/163] Compiling CryptoSwift CBC.swift
[24/163] Compiling CryptoSwift CCM.swift
[25/163] Compiling CryptoSwift CFB.swift
[26/163] Compiling CryptoSwift CTR.swift
[27/163] Compiling CryptoSwift CipherModeWorker.swift
BUILD FAILURE 6.0 linux