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 Atoms, reference 0.0.2 (fa49f2), with Swift 6.1 for Wasm on 28 May 2025 15:03:50 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/bangerang/swift-atoms.git
Reference: 0.0.2
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/bangerang/swift-atoms
 * tag               0.0.2      -> FETCH_HEAD
HEAD is now at fa49f20 Update README.md
Cloned https://github.com/bangerang/swift-atoms.git
Revision (git rev-parse @):
fa49f205285f24fa0fc077404a9f723509081371
SUCCESS checkout https://github.com/bangerang/swift-atoms.git at 0.0.2
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bangerang/swift-atoms.git
https://github.com/bangerang/swift-atoms.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-async-expectations",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bangerang/swift-async-expectations.git"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.3.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "Atoms",
  "name" : "Atoms",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "Atoms",
      "targets" : [
        "Atoms"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AtomsTests",
      "module_type" : "SwiftTarget",
      "name" : "AtomsTests",
      "path" : "Tests/AtomsTests",
      "product_dependencies" : [
        "AsyncExpectations"
      ],
      "sources" : [
        "AtomsTests.swift"
      ],
      "target_dependencies" : [
        "Atoms"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Atoms",
      "module_type" : "SwiftTarget",
      "name" : "Atoms",
      "path" : "Sources/Atoms",
      "product_dependencies" : [
        "CustomDump",
        "AsyncExpectations"
      ],
      "product_memberships" : [
        "Atoms"
      ],
      "sources" : [
        "AsyncState.swift",
        "AtomProvider.swift",
        "AtomStore.swift",
        "Atoms/AsyncAtom.swift",
        "Atoms/AsyncSequenceAtom.swift",
        "Atoms/Atom.swift",
        "Atoms/DerivedAtom.swift",
        "Atoms/GetSetAtom.swift",
        "Atoms/ObservableObjectAtom.swift",
        "Atoms/PublishedAtom.swift",
        "Atoms/PublisherAtom.swift",
        "Atoms/WillSetAtom.swift",
        "Internal/AtomValue.swift",
        "Internal/Atomic.swift",
        "Internal/DebugInfo.swift",
        "Internal/ExportAsyncExpectations.swift",
        "Internal/GetSetPublisher.swift",
        "Internal/ReadableAtom.swift",
        "Internal/RefCounter.swift",
        "Internal/ResettableAtom.swift",
        "Internal/Scope.swift",
        "Internal/Store.swift",
        "Internal/StoreConfig.swift",
        "Internal/UsedAtomInfo.swift",
        "Internal/Utilities.swift",
        "Internal/WeakRef.swift",
        "Internal/WritableAtom.swift",
        "PropertyWrappers/CaptureAtom.swift",
        "PropertyWrappers/CaptureAtomPublisher.swift",
        "PropertyWrappers/CaptureAtomValue.swift",
        "PropertyWrappers/UseAtom.swift",
        "PropertyWrappers/UseAtomValue.swift",
        "TestStore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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 -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
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/pointfreeco/swift-custom-dump
Fetching https://github.com/bangerang/swift-async-expectations.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2049] Fetching swift-docc-plugin
[227/6630] Fetching swift-docc-plugin, swift-custom-dump
[6631/6757] Fetching swift-docc-plugin, swift-custom-dump, swift-async-expectations
[6758/12215] Fetching swift-docc-plugin, swift-custom-dump, swift-async-expectations, xctest-dynamic-overlay
Fetched https://github.com/bangerang/swift-async-expectations.git from cache (1.11s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.11s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.39s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.40s)
Computing version for https://github.com/bangerang/swift-async-expectations.git
Computed https://github.com/bangerang/swift-async-expectations.git at 0.2.0 (2.01s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.44s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.11s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.75s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.94s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/bangerang/swift-async-expectations.git
Working copy of https://github.com/bangerang/swift-async-expectations.git resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
warning: 'spi-builder-workspace': dependency 'xctest-dynamic-overlay' is not used by any target
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/15] Emitting module XCTestDynamicOverlay
[9/15] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[10/16] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[11/16] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[12/16] Compiling XCTestDynamicOverlay Deprecations.swift
[13/16] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/16] Compiling XCTestDynamicOverlay XCTFail.swift
[15/16] Compiling XCTestDynamicOverlay Unimplemented.swift
[16/16] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[18/43] Compiling CustomDump UIKit.swift
[19/43] Compiling CustomDump UserNotifications.swift
[20/43] Compiling CustomDump UserNotificationsUI.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/46] Emitting module AsyncExpectations
/host/spi-builder-workspace/.build/checkouts/swift-async-expectations/Sources/AsyncExpectations/AsyncExpectations.swift:3:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import XCTestDynamicOverlay
  3 | import Combine
    |        `- error: no such module 'Combine'
  4 | import QuartzCore
  5 |
[22/46] Compiling CustomDump String.swift
[23/46] Compiling CustomDump Unordered.swift
[24/46] Compiling CustomDump XCTAssertNoDifference.swift
[25/46] Compiling CustomDump GameKit.swift
[26/46] Compiling CustomDump KeyPath.swift
[27/46] Compiling CustomDump Photos.swift
[28/46] Compiling CustomDump Speech.swift
[29/46] Emitting module CustomDump
[30/46] Compiling CustomDump CoreImage.swift
[31/46] Compiling CustomDump CoreLocation.swift
[32/46] Compiling CustomDump CoreMotion.swift
[33/46] Compiling CustomDump Foundation.swift
[34/46] Compiling CustomDump Box.swift
[35/46] Compiling CustomDump CollectionDifference.swift
[36/46] Compiling CustomDump Mirror.swift
[37/46] Compiling AsyncExpectations AsyncExpectations.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-expectations/Sources/AsyncExpectations/AsyncExpectations.swift:3:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import XCTestDynamicOverlay
  3 | import Combine
    |        `- error: no such module 'Combine'
  4 | import QuartzCore
  5 |
[38/46] Compiling CustomDump StoreKit.swift
[39/46] Compiling CustomDump Swift.swift
[40/46] Compiling CustomDump SwiftUI.swift
[41/46] Compiling CustomDump CustomDumpReflectable.swift
[42/46] Compiling CustomDump CustomDumpRepresentable.swift
[43/46] Compiling CustomDump CustomDumpStringConvertible.swift
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': dependency 'xctest-dynamic-overlay' is not used by any target
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[5/12] Compiling XCTestDynamicOverlay XCTFail.swift
[6/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[7/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[8/12] Emitting module XCTestDynamicOverlay
[9/12] Compiling XCTestDynamicOverlay Deprecations.swift
[10/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/12] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[12/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[14/39] Compiling CustomDump UIKit.swift
[15/39] Compiling CustomDump UserNotifications.swift
[16/39] Compiling CustomDump UserNotificationsUI.swift
[17/42] Compiling CustomDump Box.swift
[18/42] Compiling CustomDump CollectionDifference.swift
[19/42] Compiling CustomDump Mirror.swift
[20/42] Compiling CustomDump CustomDumpReflectable.swift
[21/42] Compiling CustomDump CustomDumpRepresentable.swift
[22/42] Compiling CustomDump CustomDumpStringConvertible.swift
[23/42] Compiling CustomDump CoreImage.swift
[24/42] Compiling CustomDump CoreLocation.swift
[25/42] Compiling CustomDump CoreMotion.swift
[26/42] Compiling CustomDump Foundation.swift
[27/42] Compiling AsyncExpectations AsyncExpectations.swift
/host/spi-builder-workspace/.build/checkouts/swift-async-expectations/Sources/AsyncExpectations/AsyncExpectations.swift:3:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import XCTestDynamicOverlay
  3 | import Combine
    |        `- error: no such module 'Combine'
  4 | import QuartzCore
  5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/42] Emitting module AsyncExpectations
/host/spi-builder-workspace/.build/checkouts/swift-async-expectations/Sources/AsyncExpectations/AsyncExpectations.swift:3:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import XCTestDynamicOverlay
  3 | import Combine
    |        `- error: no such module 'Combine'
  4 | import QuartzCore
  5 |
[29/42] Emitting module CustomDump
BUILD FAILURE 6.1 wasm