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 SwiftAtomics, reference 6.5.0 (39c855), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 19:33:34 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/glessard/swift-atomics.git
Reference: 6.5.0
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/glessard/swift-atomics
 * tag               6.5.0      -> FETCH_HEAD
HEAD is now at 39c855f Merge pull request #75 from glessard/depend-on-catomics
Cloned https://github.com/glessard/swift-atomics.git
Revision (git rev-parse @):
39c855f5fbbf30de8dcd517672f9d53499b6c03b
SUCCESS checkout https://github.com/glessard/swift-atomics.git at 6.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/glessard/swift-atomics.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/glessard/CAtomics
[1/3137] Fetching catomics
Fetched https://github.com/glessard/CAtomics from cache (0.91s)
Computing version for https://github.com/glessard/CAtomics
Computed https://github.com/glessard/CAtomics at 6.5.1 (1.31s)
Creating working copy for https://github.com/glessard/CAtomics
Working copy of https://github.com/glessard/CAtomics resolved at 6.5.1
Building for debugging...
[0/3] Write sources
[1/3] Compiling CAtomics CAtomics.c
[1/3] Write swift-version-24593BA9C3E375BF.txt
[4/9] Compiling SwiftAtomics atomics-reference.swift
[5/9] Compiling SwiftAtomics atomics-pointer.swift
[6/9] Compiling SwiftAtomics atomics-orderings.swift
[7/9] Compiling SwiftAtomics atomics-fence.swift
[8/9] Emitting module SwiftAtomics
[9/9] Compiling SwiftAtomics atomics-integer.swift
Build complete! (9.36s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "catomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.5.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/glessard/CAtomics"
    }
  ],
  "manifest_display_name" : "SwiftAtomics",
  "name" : "SwiftAtomics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftAtomics",
      "targets" : [
        "SwiftAtomics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4",
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "SwiftAtomicsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAtomicsTests",
      "path" : "Tests/SwiftAtomicsTests",
      "sources" : [
        "AtomicsRaceTests.swift",
        "AtomicsTests.swift",
        "RandomPositive.swift",
        "ReferenceTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftAtomics"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftAtomics",
      "module_type" : "SwiftTarget",
      "name" : "SwiftAtomics",
      "path" : "Sources/SwiftAtomics",
      "product_dependencies" : [
        "CAtomics"
      ],
      "product_memberships" : [
        "SwiftAtomics"
      ],
      "sources" : [
        "atomics-fence.swift",
        "atomics-integer.swift",
        "atomics-orderings.swift",
        "atomics-pointer.swift",
        "atomics-reference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
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.