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

Successful build of swift-standard-library-preview, reference 0.0.3 (6f72db), with Swift 6.2 (beta) for Wasm on 19 Jun 2025 10:09:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/swift-standard-library-preview.git
Reference: 0.0.3
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/apple/swift-standard-library-preview
 * tag               0.0.3      -> FETCH_HEAD
HEAD is now at 6f72db4 Merge pull request #6 from glessard/se0288
Cloned https://github.com/apple/swift-standard-library-preview.git
Revision (git rev-parse @):
6f72db4c56431d2a2aba0ea41697f60f7cd5917e
SUCCESS checkout https://github.com/apple/swift-standard-library-preview.git at 0.0.3
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/apple/swift-standard-library-preview.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/apple/swift-se0288-is-power
Fetching https://github.com/apple/swift-se0270-range-set
[1/88] Fetching swift-se0288-is-power
Fetched https://github.com/apple/swift-se0288-is-power from cache (0.27s)
[1/76] Fetching swift-se0270-range-set
Fetched https://github.com/apple/swift-se0270-range-set from cache (0.33s)
Computing version for https://github.com/apple/swift-se0288-is-power
Computed https://github.com/apple/swift-se0288-is-power at 2.0.0 (0.85s)
Computing version for https://github.com/apple/swift-se0270-range-set
Computed https://github.com/apple/swift-se0270-range-set at 1.0.1 (0.47s)
Creating working copy for https://github.com/apple/swift-se0288-is-power
Working copy of https://github.com/apple/swift-se0288-is-power resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-se0270-range-set
Working copy of https://github.com/apple/swift-se0270-range-set resolved at 1.0.1
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/13] Compiling SE0270_RangeSet Partition.swift
[6/13] Compiling SE0270_RangeSet Pair.swift
[7/13] Emitting module SE0288_IsPower
[8/13] Compiling SE0288_IsPower IsPower.swift
[10/14] Compiling SE0270_RangeSet RangeSetStorage.swift
[11/14] Compiling SE0270_RangeSet CollectionExtensions.swift
[12/14] Emitting module SE0270_RangeSet
[13/14] Compiling SE0270_RangeSet DiscontiguousSlice.swift
[14/14] Compiling SE0270_RangeSet RangeSet.swift
[16/17] Emitting module StandardLibraryPreview
[17/17] Compiling StandardLibraryPreview StandardLibraryPreview.swift
Build complete! (12.83s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-se0270-range-set",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-se0270-range-set"
    },
    {
      "identity" : "swift-se0288-is-power",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-se0288-is-power"
    }
  ],
  "manifest_display_name" : "swift-standard-library-preview",
  "name" : "swift-standard-library-preview",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "StandardLibraryPreview",
      "targets" : [
        "StandardLibraryPreview"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StandardLibraryPreview",
      "module_type" : "SwiftTarget",
      "name" : "StandardLibraryPreview",
      "path" : "Sources/StandardLibraryPreview",
      "product_dependencies" : [
        "SE0270_RangeSet",
        "SE0288_IsPower"
      ],
      "product_memberships" : [
        "StandardLibraryPreview"
      ],
      "sources" : [
        "StandardLibraryPreview.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ExportTests",
      "module_type" : "SwiftTarget",
      "name" : "ExportTests",
      "path" : "Tests/ExportTests",
      "sources" : [
        "SE0270_Tests.swift",
        "SE0288_Tests.swift",
        "UmbrellaTests.swift"
      ],
      "target_dependencies" : [
        "StandardLibraryPreview"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.1"
}
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Done.