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 main (d19c9a), with Swift 6.1 for Android on 28 May 2025 15:03:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 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: 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/bangerang/swift-atoms
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d19c9a6 Update README.md
Cloned https://github.com/bangerang/swift-atoms.git
Revision (git rev-parse @):
d19c9a66c5803f60ca7ed08e6f32eab047f6234a
SUCCESS checkout https://github.com/bangerang/swift-atoms.git at main
========================================
Build
========================================
Selected platform:         android
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/bangerang/swift-async-expectations.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
[1/127] Fetching swift-async-expectations
[128/4708] Fetching swift-async-expectations, swift-custom-dump
[1640/6757] Fetching swift-async-expectations, swift-custom-dump, swift-docc-plugin
[4812/12215] Fetching swift-async-expectations, swift-custom-dump, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.66s)
[7929/10166] Fetching swift-async-expectations, swift-custom-dump, xctest-dynamic-overlay
Fetched https://github.com/bangerang/swift-async-expectations.git from cache (1.21s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.21s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.23s)
Computing version for https://github.com/bangerang/swift-async-expectations.git
Computed https://github.com/bangerang/swift-async-expectations.git at 0.2.0 (3.67s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (3.87s)
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.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.29s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.71s)
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
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/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/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/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
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] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[9/16] Compiling XCTestDynamicOverlay Deprecations.swift
[10/16] Emitting module XCTestDynamicOverlay
[11/16] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[12/16] Compiling XCTestDynamicOverlay Unimplemented.swift
[13/16] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/16] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[15/16] Compiling XCTestDynamicOverlay XCTFail.swift
[16/16] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[18/43] Compiling CustomDump StoreKit.swift
[19/43] Compiling CustomDump Swift.swift
[20/43] Compiling CustomDump SwiftUI.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 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 |
[23/46] Compiling CustomDump CoreImage.swift
[24/46] Compiling CustomDump CoreLocation.swift
[25/46] Compiling CustomDump CoreMotion.swift
[26/46] Compiling CustomDump Foundation.swift
[27/46] Compiling CustomDump UIKit.swift
[28/46] Compiling CustomDump UserNotifications.swift
[29/46] Compiling CustomDump UserNotificationsUI.swift
[30/46] Compiling CustomDump CustomDumpReflectable.swift
[31/46] Compiling CustomDump CustomDumpRepresentable.swift
[32/46] Compiling CustomDump CustomDumpStringConvertible.swift
[33/46] Compiling CustomDump Box.swift
[34/46] Compiling CustomDump CollectionDifference.swift
[35/46] Compiling CustomDump Mirror.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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 GeneratePlaceholder.swift
[7/12] Emitting module XCTestDynamicOverlay
[8/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[9/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[10/12] Compiling XCTestDynamicOverlay Deprecations.swift
[11/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[12/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[14/39] Compiling CustomDump StoreKit.swift
[15/39] Compiling CustomDump Swift.swift
[16/39] Compiling CustomDump SwiftUI.swift
[17/42] Compiling CustomDump UIKit.swift
[18/42] Compiling CustomDump UserNotifications.swift
[19/42] Compiling CustomDump UserNotificationsUI.swift
[20/42] Compiling CustomDump GameKit.swift
[21/42] Compiling CustomDump KeyPath.swift
[22/42] Compiling CustomDump Photos.swift
[23/42] Compiling CustomDump Speech.swift
[24/42] Compiling CustomDump Box.swift
[25/42] Compiling CustomDump CollectionDifference.swift
[26/42] Compiling CustomDump Mirror.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/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 |
[28/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 |
[29/42] Compiling CustomDump CustomDumpReflectable.swift
[30/42] Compiling CustomDump CustomDumpRepresentable.swift
[31/42] Compiling CustomDump CustomDumpStringConvertible.swift
[32/42] Compiling CustomDump CoreImage.swift
[33/42] Compiling CustomDump CoreLocation.swift
[34/42] Compiling CustomDump CoreMotion.swift
[35/42] Compiling CustomDump Foundation.swift
[36/42] Emitting module CustomDump
[37/42] Compiling CustomDump String.swift
[38/42] Compiling CustomDump Unordered.swift
[39/42] Compiling CustomDump XCTAssertNoDifference.swift
BUILD FAILURE 6.1 android