The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziLicense, reference main (f67c89), with Swift 6.1 for Wasm on 28 Jan 2026 17:36:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziLicense.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/StanfordSpezi/SpeziLicense
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f67c89f small rework (#8)
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
f67c89f078f3e1e94e67fc673187d387b5aff683
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziLicense.git at main
========================================
Build
========================================
Selected platform:         wasm
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.8.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/FelixHerrmann/swift-package-list.git"
    },
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.2",
            "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",
        "PackageList.swift",
        "Views/ContributionsList.swift",
        "Views/DisclosureIndicator.swift",
        "Views/LicenseView.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/FelixHerrmann/swift-package-list.git
Fetching https://github.com/StanfordSpezi/Spezi
[1/3355] Fetching swift-package-list
[3189/13524] Fetching swift-package-list, spezi
Fetched https://github.com/FelixHerrmann/swift-package-list.git from cache (0.68s)
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.69s)
Computing version for https://github.com/FelixHerrmann/swift-package-list.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.9.0 (3.00s)
Fetching https://github.com/apple/swift-argument-parser
[1/17132] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (2.39s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.10.1 (4.48s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git
[1/2640] Fetching spezifoundation
[54/3375] Fetching spezifoundation, xctruntimeassertions
[3376/22357] Fetching spezifoundation, xctruntimeassertions, swift-collections
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.40s)
[3210/21622] Fetching spezifoundation, swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.48s)
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (2.32s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.2 (1.04s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/apple/swift-algorithms.git
[1/171] Fetching threadlocal
[172/6223] Fetching threadlocal, swift-algorithms
[294/8043] Fetching threadlocal, swift-algorithms, swift-atomics
[5289/13902] Fetching threadlocal, swift-algorithms, swift-atomics, swift-log
[13903/77059] Fetching threadlocal, swift-algorithms, swift-atomics, swift-log, zstd
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (0.66s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.66s)
[17228/69016] Fetching swift-log, zstd
Fetched https://github.com/apple/swift-log from cache (0.66s)
[12000/63157] Fetching zstd
Fetched https://github.com/StanfordBDHG/zstd.git from cache (7.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (12.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/6401] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.11s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.9.0 (0.00s)
Computed https://github.com/StanfordSpezi/Spezi at 1.10.1 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.6.0 (1.18s)
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.00s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.66s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.98s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.9.1 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.66s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.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/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
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.9.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.9.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.0
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.10.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
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
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/8] Copying PrivacyInfo.xcprivacy
[3/8] Copying Info.plist
[3/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/16] Compiling SwiftPackageList resource_bundle_accessor.swift
[10/16] Compiling SwiftPackageList Package.swift
[11/16] Compiling SwiftPackageList Package+Kind.swift
[12/16] Compiling SwiftPackageList PropertyListPackageProvider.swift
[13/16] Compiling SwiftPackageList PackageProvider.swift
[14/16] Compiling SwiftPackageList Bundle+acknowledgements.swift
[15/16] Emitting module SwiftPackageList
[16/16] Compiling SwiftPackageList JSONPackageProvider.swift
[18/25] 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 |
[19/25] 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 |
[20/26] Compiling SpeziLicense PackageList.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)
[21/26] 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 |
[22/26] 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 |
[23/26] Compiling SpeziLicense DisclosureIndicator.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 |
[24/26] Compiling SpeziLicense LicenseView.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 |
[25/26] 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 |
[26/26] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:58b971189c4d3c564696bb40c86e07506670ed096ab7351a005c7c449525017a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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.license
    /host/spi-builder-workspace/Sources/SpeziLicense/Resources/Localizable.xcstrings
[0/1] Planning build
[1/1] Compiling plugin SwiftPackageListPlugin
[2/2] Compiling plugin GenerateManual
[3/3] Compiling plugin GenerateDoccReference
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling SwiftPackageList resource_bundle_accessor.swift
[6/12] Compiling SwiftPackageList PackageProvider.swift
[7/12] Compiling SwiftPackageList PropertyListPackageProvider.swift
[8/12] Compiling SwiftPackageList Bundle+acknowledgements.swift
[9/12] Emitting module SwiftPackageList
[10/12] Compiling SwiftPackageList JSONPackageProvider.swift
[11/12] Compiling SwiftPackageList Package+Kind.swift
[12/12] Compiling SwiftPackageList Package.swift
[14/21] Compiling SpeziLicense DisclosureIndicator.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/21] Compiling SpeziLicense LicenseView.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 |
[16/22] Compiling SpeziLicense PackageList.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 |
[17/22] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/22] 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 |
[19/22] 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/22] 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 |
[21/22] 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 |
[22/22] 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 |
BUILD FAILURE 6.1 wasm