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 Primer, reference master (b8cd64), with Swift 6.1 for Android on 28 May 2025 02:37:16 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/alexdrone/Primer.git
Reference: master
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/alexdrone/Primer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b8cd645 Remove store related files.
Cloned https://github.com/alexdrone/Primer.git
Revision (git rev-parse @):
b8cd645f29470270bcedde7b03a596b83579831b
SUCCESS checkout https://github.com/alexdrone/Primer.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alexdrone/Primer.git
https://github.com/alexdrone/Primer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Primer",
  "name" : "Primer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Primer",
      "targets" : [
        "Primer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PrimerTests",
      "module_type" : "SwiftTarget",
      "name" : "PrimerTests",
      "path" : "Tests/PrimerTests",
      "sources" : [
        "BasicTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Primer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Primer",
      "module_type" : "SwiftTarget",
      "name" : "Primer",
      "path" : "Sources/Primer",
      "product_dependencies" : [
        "Atomics",
        "Logging"
      ],
      "product_memberships" : [
        "Primer"
      ],
      "sources" : [
        "Assign.swift",
        "Concurrency/Atomics.swift",
        "Concurrency/Locking.swift",
        "Concurrency/PropertyWrappers.swift",
        "Extensions/Binding.swift",
        "Extensions/KeyPath+ReadableFormat.swift",
        "Partial.swift",
        "ReadOnly.swift",
        "Serialization/DictionaryCodable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
[1/1710] Fetching swift-atomics
[1711/5546] Fetching swift-atomics, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.69s)
Fetched https://github.com/apple/swift-log.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 0.0.3 (1.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 0.0.3
Building for debugging...
[0/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[3/5] Compiling _AtomicsShims.c
[6/22] Compiling Atomics DoubleWord.swift
[7/22] Compiling Atomics AtomicBool.swift
[8/23] Compiling Atomics AtomicOptional.swift
[9/23] Compiling Atomics AtomicRawRepresentable.swift
[10/23] Emitting module Atomics
[11/23] Compiling Atomics AtomicInteger.swift
[12/23] Compiling Atomics AtomicMemoryOrderings.swift
[13/23] Compiling Atomics AtomicStrongReference.swift
[14/23] Compiling Atomics AtomicValue.swift
[15/23] Compiling Atomics IntegerConformances.swift
[16/23] Compiling Atomics HighLevelTypes.swift
[17/23] Compiling Atomics AtomicLazyReference.swift
[18/23] Compiling Atomics PointerConformances.swift
[20/24] Compiling Logging MetadataProvider.swift
[21/24] Compiling Logging Logging.swift
[22/24] Emitting module Logging
[23/24] Compiling Logging LogHandler.swift
[24/24] Compiling Logging Locks.swift
[26/34] Compiling Primer ReadOnly.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[27/35] Compiling Primer Locking.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[28/35] Compiling Primer Assign.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[29/35] Compiling Primer Atomics.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/35] Emitting module Primer
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[31/35] Compiling Primer PropertyWrappers.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[32/35] Compiling Primer Binding.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[33/35] Compiling Primer KeyPath+ReadableFormat.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[34/35] Compiling Primer Partial.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[35/35] Compiling Primer DictionaryCodable.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/18] Compiling Atomics HighLevelTypes.swift
[3/18] Compiling Atomics AtomicLazyReference.swift
[4/19] Compiling Logging MetadataProvider.swift
[5/19] Compiling Logging LogHandler.swift
[6/19] Compiling Logging Locks.swift
[7/19] Emitting module Logging
[8/19] Compiling Atomics DoubleWord.swift
[9/19] Compiling Atomics AtomicBool.swift
[10/19] Compiling Atomics AtomicOptional.swift
[11/19] Compiling Atomics AtomicRawRepresentable.swift
[12/19] Compiling Atomics PointerConformances.swift
[13/19] Compiling Logging Logging.swift
[15/20] Emitting module Atomics
[16/20] Compiling Atomics AtomicStrongReference.swift
[17/20] Compiling Atomics AtomicValue.swift
[18/20] Compiling Atomics AtomicInteger.swift
[19/20] Compiling Atomics AtomicMemoryOrderings.swift
[20/20] Compiling Atomics IntegerConformances.swift
[22/30] Compiling Primer Binding.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[23/31] Compiling Primer ReadOnly.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[24/31] Compiling Primer Partial.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[25/31] Compiling Primer KeyPath+ReadableFormat.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/31] Emitting module Primer
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[27/31] Compiling Primer Assign.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[28/31] Compiling Primer Atomics.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[29/31] Compiling Primer PropertyWrappers.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[30/31] Compiling Primer Locking.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
[31/31] Compiling Primer DictionaryCodable.swift
/host/spi-builder-workspace/Sources/Primer/ReadOnly.swift:2:8: error: no such module 'Combine'
 1 | import Foundation
 2 | import Combine
   |        `- error: no such module 'Combine'
 3 |
 4 | /// Constructs a type with all properties of the given generic type `T` set to readonly,
BUILD FAILURE 6.1 android