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 SubVTData, reference 0.21.0 (04c8c6), with Swift 6.1 for Linux on 30 Apr 2025 00:20:42 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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helikon-labs/subvt-data-swift.git
Reference: 0.21.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/helikon-labs/subvt-data-swift
 * tag               0.21.0     -> FETCH_HEAD
HEAD is now at 04c8c60 Set max message size for ws connections.
Cloned https://github.com/helikon-labs/subvt-data-swift.git
Revision (git rev-parse @):
04c8c600b3268673dc783ebf09181b20db38cb85
SUCCESS checkout https://github.com/helikon-labs/subvt-data-swift.git at 0.21.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/helikon-labs/subvt-data-swift.git
https://github.com/helikon-labs/subvt-data-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "alamofire",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.8.1",
            "upper_bound" : "5.9.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Alamofire/Alamofire.git"
    },
    {
      "identity" : "alamofirenetworkactivitylogger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.4.0",
            "upper_bound" : "3.5.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/konkab/AlamofireNetworkActivityLogger.git"
    },
    {
      "identity" : "base58swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.7",
            "upper_bound" : "2.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/keefertaylor/Base58Swift.git"
    },
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.3.0",
            "upper_bound" : "5.4.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "blake2.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/Blake2.swift.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.2",
            "upper_bound" : "4.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    },
    {
      "identity" : "secp256k1.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.0",
            "upper_bound" : "0.16.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
    },
    {
      "identity" : "swiftybeaver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
    }
  ],
  "manifest_display_name" : "SubVTData",
  "name" : "SubVTData",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SubVTData",
      "targets" : [
        "SubVTData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SubVTDataTests",
      "module_type" : "SwiftTarget",
      "name" : "SubVTDataTests",
      "path" : "Tests/SubVTDataTests",
      "sources" : [
        "AppServiceTests.swift",
        "BaseTest.swift",
        "ModelTests.swift",
        "NetworkStatusServiceTests.swift",
        "ReportServiceTests.swift",
        "SS58Tests.swift",
        "ValidatorDetailsServiceTests.swift",
        "ValidatorListServiceTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SubVTData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SubVTData",
      "module_type" : "SwiftTarget",
      "name" : "SubVTData",
      "path" : "Sources/SubVTData",
      "product_dependencies" : [
        "Alamofire",
        "AlamofireNetworkActivityLogger",
        "Base58Swift",
        "Blake2",
        "BigInt",
        "KeychainAccess",
        "secp256k1",
        "SwiftyBeaver"
      ],
      "product_memberships" : [
        "SubVTData"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/SubVTData/Resources/data-env-example.json",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Color.swift",
        "Extensions/StringProtocol.swift",
        "Identicon/Identicon.swift",
        "Identicon/IdenticonScheme.swift",
        "Model/API/APIError.swift",
        "Model/API/RPC.swift",
        "Model/App/Network.swift",
        "Model/App/NetworkStatus.swift",
        "Model/App/NotificationChannel.swift",
        "Model/App/NotificationParamType.swift",
        "Model/App/NotificationPeriodType.swift",
        "Model/App/NotificationType.swift",
        "Model/App/ParaVotesSummary.swift",
        "Model/App/User.swift",
        "Model/App/UserNotificationChannel.swift",
        "Model/App/UserNotificationRule.swift",
        "Model/App/UserValidator.swift",
        "Model/App/ValidatorDetails.swift",
        "Model/App/ValidatorSearchSummary.swift",
        "Model/App/ValidatorSummary.swift",
        "Model/OneKV/OneKVNominatorSummary.swift",
        "Model/Report/EraReport.swift",
        "Model/Report/EraValidatorReport.swift",
        "Model/Report/MonthlyIncomeReport.swift",
        "Model/Report/SessionValidatorReport.swift",
        "Model/Report/ValidatorDetailsReport.swift",
        "Model/Report/ValidatorEraPayoutReport.swift",
        "Model/Report/ValidatorEraRewardReport.swift",
        "Model/Report/ValidatorListReport.swift",
        "Model/Report/ValidatorSummaryReport.swift",
        "Model/Substrate/Account.swift",
        "Model/Substrate/AccountId.swift",
        "Model/Substrate/Balance.swift",
        "Model/Substrate/BlockSummary.swift",
        "Model/Substrate/Epoch.swift",
        "Model/Substrate/Era.swift",
        "Model/Substrate/HeartbeatEvent.swift",
        "Model/Substrate/IdentityRegistration.swift",
        "Model/Substrate/Nomination.swift",
        "Model/Substrate/NominatorStake.swift",
        "Model/Substrate/ParaCoreAssigment.swift",
        "Model/Substrate/RewardDestination.swift",
        "Model/Substrate/Stake.swift",
        "Model/Substrate/ValidatorPreferences.swift",
        "Model/Substrate/ValidatorStake.swift",
        "Service/REST/AppService.swift",
        "Service/REST/Auth/AuthInterceptor.swift",
        "Service/REST/Auth/AuthStorage.swift",
        "Service/REST/Base/BaseRESTService.swift",
        "Service/REST/ReportService.swift",
        "Service/SubVTData.swift",
        "Service/WSPRC/NetworkStatusService.swift",
        "Service/WSPRC/RPCSubscriptionService.swift",
        "Service/WSPRC/ValidatorDetailsService.swift",
        "Service/WSPRC/ValidatorListService.swift",
        "Util/Logging.swift",
        "Util/Settings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/keefertaylor/Base58Swift.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
[1/534] Fetching base58swift
[103/4920] Fetching base58swift, keychainaccess
[279/5061] Fetching base58swift, keychainaccess, blake2.swift
[924/9113] Fetching base58swift, keychainaccess, blake2.swift, swiftybeaver
[1802/13884] Fetching base58swift, keychainaccess, blake2.swift, swiftybeaver, bigint
[5274/18631] Fetching base58swift, keychainaccess, blake2.swift, swiftybeaver, bigint, secp256k1.swift
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (0.36s)
[12606/18490] Fetching base58swift, keychainaccess, swiftybeaver, bigint, secp256k1.swift
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
[18491/18810] Fetching base58swift, keychainaccess, swiftybeaver, bigint, secp256k1.swift, alamofirenetworkactivitylogger
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (0.67s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.67s)
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/attaswift/BigInt.git from cache (0.67s)
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (0.68s)
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (0.35s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.72s)
[1/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (2.92s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (4.13s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.56s)
Computing version for https://github.com/tesseract-one/Blake2.swift.git
Computed https://github.com/tesseract-one/Blake2.swift.git at 0.2.0 (0.64s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.61s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.59s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.55s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.59s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.58s)
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
Creating working copy for https://github.com/tesseract-one/Blake2.swift.git
Working copy of https://github.com/tesseract-one/Blake2.swift.git resolved at 0.2.0
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Building for debugging...
[0/21] Write sources
[4/21] Copying data-env-example.json
[6/21] Compiling CBlake2 blake2xs-ref.c
[6/21] Compiling CBlake2 blake2xb-ref.c
[8/21] Compiling Utility.c
[9/21] Compiling CBlake2 blake2sp-ref.c
[9/21] Write sources
[14/21] Compiling CBlake2 blake2bp-ref.c
[15/21] Compiling CBlake2 blake2s-ref.c
[16/21] Compiling CBlake2 blake2b-ref.c
[17/21] Compiling precomputed_ecmult_gen.c
[18/21] Write swift-version-24593BA9C3E375BF.txt
[18/21] Compiling secp256k1.c
[20/95] Compiling precomputed_ecmult.c
[22/132] Emitting module Alamofire
[23/136] Emitting module secp256k1
[24/141] Compiling secp256k1 ASN1Identifier.swift
[25/141] Compiling secp256k1 ASN1Integer.swift
[26/141] Compiling secp256k1 ObjectIdentifier.swift
[27/143] Compiling secp256k1 ECDSASignature.swift
[28/143] Compiling secp256k1 PEMDocument.swift
[29/143] Compiling secp256k1 PKCS8PrivateKey.swift
[30/143] Compiling secp256k1 SEC1PrivateKey.swift
[31/143] Compiling secp256k1 DH.swift
[32/143] Compiling secp256k1 Digest.swift
[33/143] Compiling secp256k1 ECDH.swift
[34/143] Compiling secp256k1 ECDSA.swift
[35/143] Compiling BigInt Subtraction.swift
[36/143] Compiling BigInt Words and Bits.swift
[37/143] Compiling secp256k1 ASN1Any.swift
[38/143] Compiling secp256k1 ASN1BitString.swift
[39/143] Compiling secp256k1 ASN1Boolean.swift
[40/143] Compiling SwiftyBeaver GoogleCloudDestination.swift
[41/143] Compiling Blake2 Blake2xs.swift
[42/143] Compiling Blake2 Blake2xb.swift
[43/145] Emitting module Blake2
[44/145] Compiling SwiftyBeaver FilterValidator.swift
[45/145] Compiling secp256k1 ArraySliceBigint.swift
[46/145] Compiling secp256k1 GeneralizedTime.swift
[47/145] Compiling secp256k1 ASN1.swift
[48/145] Emitting module BigInt
[49/145] Compiling secp256k1 ASN1Null.swift
[50/145] Compiling secp256k1 ASN1OctetString.swift
[51/145] Compiling secp256k1 ASN1Strings.swift
[52/145] Compiling Blake2 Blake2bp.swift
[53/145] Compiling Blake2 Blake2s.swift
[56/146] Emitting module SwiftyBeaver
[57/146] Compiling Blake2 Blake2.swift
[58/146] Compiling Blake2 Blake2b.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[69/146] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[70/146] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[71/146] Compiling Blake2 Blake2sp.swift
[72/146] Compiling secp256k1 Signature.swift
[73/146] Compiling secp256k1 Tweak.swift
[74/146] Compiling secp256k1 Utility.swift
[75/146] Compiling secp256k1 Zeroization.swift
[76/146] Compiling secp256k1 secp256k1.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.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'alamofire': /host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
   |                                         `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 |                                   .tvOS(.v11),
32 |                                   .watchOS(.v4)],
/host/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 |                       platforms: [.macOS(.v10_13),
30 |                                   .iOS(.v11),
31 |                                   .tvOS(.v11),
   |                                          `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 |                                   .watchOS(.v4)],
33 |                       products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/112] Compiling SwiftyBeaver GoogleCloudDestination.swift
[3/113] Compiling Blake2 Blake2.swift
[4/114] Compiling SwiftyBeaver ConsoleDestination.swift
[5/114] Compiling Blake2 Blake2b.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/114] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[7/114] Compiling Blake2 Blake2xb.swift
[8/114] Compiling Blake2 Blake2xs.swift
[9/114] Emitting module Blake2
[10/114] Compiling Blake2 Blake2s.swift
[11/114] Compiling Blake2 Blake2bp.swift
[12/114] Compiling SwiftyBeaver FilterValidator.swift
[13/114] Compiling Blake2 Blake2sp.swift
[14/114] Compiling SwiftyBeaver Filter.swift
[15/114] Compiling SwiftyBeaver Extensions.swift
[16/114] Compiling SwiftyBeaver FileDestination.swift
[17/114] Compiling BigInt Strideable.swift
[18/114] Compiling BigInt String Conversion.swift
[19/116] Compiling SwiftyBeaver SwiftyBeaver.swift
[20/116] Compiling BigInt Floating Point Conversion.swift
[21/116] Compiling BigInt GCD.swift
[22/116] Compiling BigInt Hashable.swift
[23/116] Compiling Blake2 DataPtr.swift
[24/117] Compiling BigInt Words and Bits.swift
[25/117] Compiling Alamofire ParameterEncoding.swift
[26/117] Compiling Alamofire Protected.swift
[27/117] Compiling Alamofire RedirectHandler.swift
[28/117] Compiling Alamofire ResponseSerialization.swift
[30/122] Compiling BigInt Integer Conversion.swift
[31/122] Compiling BigInt Multiplication.swift
[32/122] Compiling BigInt Prime Test.swift
[33/122] Compiling BigInt Random.swift
[34/122] Compiling BigInt Shifts.swift
[35/122] Compiling BigInt Square Root.swift
[36/122] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[37/122] Emitting module SwiftyBeaver
BUILD FAILURE 6.1 linux