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 Risk, reference main (bf7b87), with Swift 6.1 for Linux on 30 Apr 2025 23:02:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/checkout/checkout-risk-sdk-ios.git
Reference: main
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/checkout/checkout-risk-sdk-ios
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bf7b872 Merge pull request #36 from checkout/update/module-name
Cloned https://github.com/checkout/checkout-risk-sdk-ios.git
Revision (git rev-parse @):
bf7b872704fcc24a4e57640350f594f82436494e
SUCCESS checkout https://github.com/checkout/checkout-risk-sdk-ios.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/checkout/checkout-risk-sdk-ios.git
https://github.com/checkout/checkout-risk-sdk-ios.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "fingerprintjs-pro-ios",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.7.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fingerprintjs/fingerprintjs-pro-ios"
    },
    {
      "identity" : "checkout-event-logger-ios-framework",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/checkout/checkout-event-logger-ios-framework.git"
    }
  ],
  "manifest_display_name" : "Risk",
  "name" : "Risk",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Risk",
      "targets" : [
        "RiskSDK"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RiskTests",
      "module_type" : "SwiftTarget",
      "name" : "RiskTests",
      "path" : "Tests",
      "sources" : [
        "Mocks/MockAPIService.swift",
        "Mocks/MockDeviceDataService.swift",
        "Mocks/MockFingerprintService.swift",
        "Mocks/MockLoggerService.swift",
        "RiskTests/ApiServiceTests.swift",
        "RiskTests/DeviceDataServiceTests.swift",
        "RiskTests/RiskTests.swift"
      ],
      "target_dependencies" : [
        "RiskSDK"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RiskSDK",
      "module_type" : "SwiftTarget",
      "name" : "RiskSDK",
      "path" : "Sources",
      "product_dependencies" : [
        "CheckoutEventLoggerKit",
        "FingerprintPro"
      ],
      "product_memberships" : [
        "Risk"
      ],
      "sources" : [
        "Risk/Logging/Constants.swift",
        "Risk/Logging/LoggerService.swift",
        "Risk/Models/PublishRiskData.swift",
        "Risk/Models/RiskIntegrationType.swift",
        "Risk/Models/RiskSDKInternalConfig.swift",
        "Risk/Models/SourceType.swift",
        "Risk/Risk.swift",
        "Risk/RiskSDKConfig.swift",
        "Risk/Services/APIService.swift",
        "Risk/Services/DeviceDataService.swift",
        "Risk/Services/FingerprintService.swift",
        "Risk/Services/RiskError.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/fingerprintjs/fingerprintjs-pro-ios
Fetching https://github.com/checkout/checkout-event-logger-ios-framework.git
[1/1033] Fetching fingerprintjs-pro-ios
[1034/1426] Fetching fingerprintjs-pro-ios, checkout-event-logger-ios-framework
Fetched https://github.com/fingerprintjs/fingerprintjs-pro-ios from cache (0.84s)
Fetched https://github.com/checkout/checkout-event-logger-ios-framework.git from cache (0.86s)
Computing version for https://github.com/checkout/checkout-event-logger-ios-framework.git
Computed https://github.com/checkout/checkout-event-logger-ios-framework.git at 1.2.4 (1.99s)
Computing version for https://github.com/fingerprintjs/fingerprintjs-pro-ios
Computed https://github.com/fingerprintjs/fingerprintjs-pro-ios at 2.8.2 (0.57s)
Creating working copy for https://github.com/fingerprintjs/fingerprintjs-pro-ios
Working copy of https://github.com/fingerprintjs/fingerprintjs-pro-ios resolved at 2.8.2
Creating working copy for https://github.com/checkout/checkout-event-logger-ios-framework.git
Working copy of https://github.com/checkout/checkout-event-logger-ios-framework.git resolved at 1.2.4
Downloading binary artifact https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip
[16384/2219286] Downloading https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip
Downloaded https://fpjs-public.s3.amazonaws.com/ios/2.8.2/FingerprintPro-2.8.2-38fb09b95025e03f90507906e8db11f34fad17f50a6ca032be2cdce6fae99e42.xcframework.zip (0.37s)
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/14] Compiling RiskSDK APIService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[4/15] Compiling RiskSDK DeviceDataService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[5/15] Compiling RiskSDK FingerprintService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[6/15] Compiling RiskSDK Risk.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[7/15] Compiling RiskSDK RiskSDKConfig.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/15] Emitting module RiskSDK
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[9/15] Compiling RiskSDK Constants.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[10/15] Compiling RiskSDK LoggerService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[11/15] Compiling RiskSDK PublishRiskData.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[12/15] Compiling RiskSDK RiskIntegrationType.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[13/15] Compiling RiskSDK RiskSDKInternalConfig.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[14/15] Compiling RiskSDK SourceType.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[15/15] Compiling RiskSDK RiskError.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling RiskSDK RiskSDKInternalConfig.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[3/13] Compiling RiskSDK SourceType.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[4/14] Compiling RiskSDK APIService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[5/14] Compiling RiskSDK PublishRiskData.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[6/14] Compiling RiskSDK RiskIntegrationType.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[7/14] Compiling RiskSDK Risk.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[8/14] Compiling RiskSDK RiskSDKConfig.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[9/14] Compiling RiskSDK FingerprintService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[10/14] Compiling RiskSDK DeviceDataService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[11/14] Compiling RiskSDK RiskError.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/14] Emitting module RiskSDK
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[13/14] Compiling RiskSDK Constants.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
[14/14] Compiling RiskSDK LoggerService.swift
/host/spi-builder-workspace/Sources/Risk/Logging/LoggerService.swift:9:8: error: no such module 'CheckoutEventLoggerKit'
  7 |
  8 | import Foundation
  9 | import CheckoutEventLoggerKit
    |        `- error: no such module 'CheckoutEventLoggerKit'
 10 | import UIKit
 11 |
BUILD FAILURE 6.1 linux