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 SpeziLicense, reference 0.1.1 (2249ce), with Swift 6.1 for Linux on 29 Apr 2025 06:12:34 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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.git
Reference: 0.1.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/StanfordSpezi/SpeziLicense
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at 2249ce6 Minor changes for Strict Concurrency (#4)
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
2249ce615a624a072834e31e7906b779ba82b824
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziLicense.git
https://github.com/StanfordSpezi/SpeziLicense.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "swift-package-list",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.1.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FelixHerrmann/swift-package-list.git"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi"
    }
  ],
  "manifest_display_name" : "SpeziLicense",
  "name" : "SpeziLicense",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziLicense",
      "targets" : [
        "SpeziLicense"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziLicenseTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicenseTests",
      "path" : "Tests/SpeziLicenseTests",
      "product_dependencies" : [
        "Spezi"
      ],
      "sources" : [
        "SpeziLicenseTests.swift"
      ],
      "target_dependencies" : [
        "SpeziLicense"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziLicense",
      "module_type" : "SwiftTarget",
      "name" : "SpeziLicense",
      "path" : "Sources/SpeziLicense",
      "product_dependencies" : [
        "SwiftPackageList"
      ],
      "product_memberships" : [
        "SpeziLicense"
      ],
      "sources" : [
        "Bundle+ApplicationName.swift",
        "License.swift",
        "Package+LicenseType.swift",
        "PackageHelper.swift",
        "Views/ContributionsList.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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/FelixHerrmann/swift-package-list.git
Fetching https://github.com/StanfordSpezi/Spezi
[1/3164] Fetching swift-package-list
[3165/12257] Fetching swift-package-list, spezi
Fetched https://github.com/FelixHerrmann/swift-package-list.git from cache (0.49s)
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.49s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.1 (3.04s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/534] Fetching xctruntimeassertions
[535/1304] Fetching xctruntimeassertions, spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.30s)
[1/16269] Fetching swift-collections
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (1.45s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (2.16s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.05s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (1.24s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5903] Fetching swift-algorithms
[356/7608] Fetching swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.50s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.19s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.61s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.55s)
Computing version for https://github.com/FelixHerrmann/swift-package-list.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.7.2 (0.60s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.25s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (1.92s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.8.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.5
Creating working copy for https://github.com/FelixHerrmann/swift-package-list.git
Working copy of https://github.com/FelixHerrmann/swift-package-list.git resolved at 4.7.2
warning: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings.license
    /host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/7] Write sources
[3/7] Copying Info.plist
[4/7] Copying PrivacyInfo.xcprivacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/15] Compiling SwiftPackageList resource_bundle_accessor.swift
[9/15] Compiling SwiftPackageList Bundle+acknowledgements.swift
[10/15] Emitting module SwiftPackageList
[11/15] Compiling SwiftPackageList JSONPackageProvider.swift
[12/15] Compiling SwiftPackageList PropertyListPackageProvider.swift
[13/15] Compiling SwiftPackageList PackageProvider.swift
[14/15] Compiling SwiftPackageList Package.swift
[15/15] Compiling SwiftPackageList Package+Kind.swift
[17/23] Compiling SpeziLicense Package+LicenseType.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[18/23] Compiling SpeziLicense PackageHelper.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[19/23] Compiling SpeziLicense Bundle+ApplicationName.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[20/23] Compiling SpeziLicense License.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[21/23] Compiling SpeziLicense PackageCell.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/23] Emitting module SpeziLicense
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[23/23] Compiling SpeziLicense ContributionsList.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
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: 'spi-builder-workspace': found 2 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
    /host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings.license
[0/1] Planning build
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SwiftPackageList PackageProvider.swift
[5/11] Compiling SwiftPackageList resource_bundle_accessor.swift
[6/11] Compiling SwiftPackageList PropertyListPackageProvider.swift
[7/11] Compiling SwiftPackageList Package+Kind.swift
[8/11] Compiling SwiftPackageList Bundle+acknowledgements.swift
[9/11] Compiling SwiftPackageList JSONPackageProvider.swift
[10/11] Emitting module SwiftPackageList
[11/11] Compiling SwiftPackageList Package.swift
[13/19] Compiling SpeziLicense PackageCell.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[14/19] Compiling SpeziLicense PackageHelper.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[15/19] Compiling SpeziLicense ContributionsList.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/19] Emitting module SpeziLicense
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[17/19] Compiling SpeziLicense Package+LicenseType.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[18/19] Compiling SpeziLicense Bundle+ApplicationName.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
[19/19] Compiling SpeziLicense License.swift
/host/spi-builder-workspace/Sources/SpeziLicense/Views/ContributionsList.swift:10:8: error: no such module 'SwiftUI'
  8 |
  9 | import SwiftPackageList
 10 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
 11 |
 12 |
BUILD FAILURE 6.1 linux