The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziLicense, reference main (42bd51), with Swift 6.1 for Wasm on 31 May 2025 07:06:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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.63.1
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 42bd511 Update Screenshots
Cloned https://github.com/StanfordSpezi/SpeziLicense.git
Revision (git rev-parse @):
42bd5113d12f6c6b9dff9fe0123afcf2d2154f15
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",
        "PackageHelper.swift",
        "Views/ContributionsList.swift",
        "Views/PackageCell.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/3177] Fetching swift-package-list
[3178/12359] Fetching swift-package-list, spezi
Fetched https://github.com/FelixHerrmann/swift-package-list.git from cache (0.52s)
Fetched https://github.com/StanfordSpezi/Spezi from cache (0.52s)
Computing version for https://github.com/StanfordSpezi/Spezi
Computed https://github.com/StanfordSpezi/Spezi at 1.8.2 (1.60s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git
[1/880] Fetching spezifoundation
[138/1463] Fetching spezifoundation, xctruntimeassertions
[1395/18054] Fetching spezifoundation, xctruntimeassertions, swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.52s)
[1344/17174] Fetching xctruntimeassertions, swift-collections
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (2.00s)
Fetched https://github.com/apple/swift-collections.git from cache (2.05s)
Computing version for https://github.com/FelixHerrmann/swift-package-list.git
Computed https://github.com/FelixHerrmann/swift-package-list.git at 4.8.0 (3.31s)
Fetching https://github.com/apple/swift-argument-parser
[1/15386] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (1.71s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.1.0 (2.68s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.8 (1.04s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
[1/5959] Fetching swift-algorithms
[299/7676] Fetching swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.53s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.53s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.77s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.88s)
Creating working copy for https://github.com/StanfordSpezi/Spezi
Working copy of https://github.com/StanfordSpezi/Spezi resolved at 1.8.2
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.1.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.8.0
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.8
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
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
Building for debugging...
[2/7] Write sources
[3/7] Copying PrivacyInfo.xcprivacy
[4/7] Copying Info.plist
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/15] Compiling SwiftPackageList Bundle+acknowledgements.swift
[9/15] Compiling SwiftPackageList Package.swift
[10/15] Compiling SwiftPackageList resource_bundle_accessor.swift
[11/15] Compiling SwiftPackageList PackageProvider.swift
[12/15] Compiling SwiftPackageList Package+Kind.swift
[13/15] Compiling SwiftPackageList JSONPackageProvider.swift
[14/15] Emitting module SwiftPackageList
[15/15] Compiling SwiftPackageList PropertyListPackageProvider.swift
[17/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 |
[18/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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/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 |
[20/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 |
[21/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 |
[22/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 |
[23/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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" 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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling SwiftPackageList resource_bundle_accessor.swift
[5/11] Compiling SwiftPackageList PackageProvider.swift
[6/11] Compiling SwiftPackageList PropertyListPackageProvider.swift
[7/11] Compiling SwiftPackageList JSONPackageProvider.swift
[8/11] Compiling SwiftPackageList Bundle+acknowledgements.swift
[9/11] Compiling SwiftPackageList Package+Kind.swift
[10/11] Compiling SwiftPackageList Package.swift
[11/11] Emitting module SwiftPackageList
[13/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 |
[14/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 |
[15/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 |
[16/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 |
[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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/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 |
BUILD FAILURE 6.1 wasm