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 Beacon, reference 3.0.1 (abce7b), with Swift 6.1 for Android on 28 May 2025 14:48:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/grype/SwiftBeacon.git
Reference: 3.0.1
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/grype/SwiftBeacon
 * tag               3.0.1      -> FETCH_HEAD
HEAD is now at abce7b0 Switch to sync console logging
Cloned https://github.com/grype/SwiftBeacon.git
Revision (git rev-parse @):
abce7b0e71e3aa24699ca8d63becad672a31d8f9
SUCCESS checkout https://github.com/grype/SwiftBeacon.git at 3.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/grype/SwiftBeacon.git
https://github.com/grype/SwiftBeacon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "nimble",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "11.2.0",
            "upper_bound" : "12.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Quick/Nimble"
    },
    {
      "identity" : "swiftannouncements",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grype/SwiftAnnouncements"
    },
    {
      "identity" : "rwlock-swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/grype/RWLock-Swift"
    },
    {
      "identity" : "cuckoo",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Brightify/Cuckoo"
    },
    {
      "identity" : "anycodable",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Flight-School/AnyCodable"
    },
    {
      "identity" : "logickit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kyouko-taiga/LogicKit"
    }
  ],
  "manifest_display_name" : "Beacon",
  "name" : "Beacon",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "name" : "Beacon",
      "targets" : [
        "Beacon"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BeaconTests",
      "module_type" : "SwiftTarget",
      "name" : "BeaconTests",
      "path" : "Tests/BeaconTests",
      "product_dependencies" : [
        "Nimble",
        "SwiftAnnouncements",
        "Cuckoo",
        "AnyCodable"
      ],
      "sources" : [
        "Extensions/SignalLogger+Extensions.swift",
        "Extensions/String+Error.swift",
        "Mocks/Codecs/MockJSONSignalEncoder.swift",
        "Mocks/Codecs/MockSignalDescriptionEncoder.swift",
        "Mocks/Core/MockBeacon.swift",
        "Mocks/File/MockFileBackupWheel.swift",
        "Mocks/File/MockFileWheel.swift",
        "Mocks/Loggers/MockConsoleLogger.swift",
        "Mocks/Loggers/MockFileLogger.swift",
        "Mocks/Loggers/MockIntervalLogger.swift",
        "Mocks/Loggers/MockJRPCLogger.swift",
        "Mocks/Loggers/MockMemoryLogger.swift",
        "Mocks/Loggers/MockStreamLogger.swift",
        "Mocks/SampleObject.swift",
        "Mocks/Signals/MockContextSignal.swift",
        "Mocks/Signals/MockErrorSignal.swift",
        "Mocks/Signals/MockIdentitySignal.swift",
        "Mocks/Signals/MockMachImageImportsSignal.swift",
        "Mocks/Signals/MockSignal.swift",
        "Mocks/Signals/MockStringSignal.swift",
        "Mocks/Signals/MockWrapperSignal.swift",
        "Mocks/Writers/MockEncodedStreamSignalWriter.swift",
        "Test Cases/BeaconTests.swift",
        "Test Cases/ContextSignalTests.swift",
        "Test Cases/EncodedSignalWriterTests.swift",
        "Test Cases/FileBackupWheelTests.swift",
        "Test Cases/FileLoggerTests.swift",
        "Test Cases/FileWheelTests.swift",
        "Test Cases/IdentitySignalTests.swift",
        "Test Cases/IntervalLoggerTests.swift",
        "Test Cases/JRPCLoggerTests.swift",
        "Test Cases/MachDumpSignalTests.swift",
        "Test Cases/MemoryLoggerTests.swift",
        "Test Cases/SignalFilteringTests.swift",
        "Test Cases/SignalLoggerTests.swift",
        "Test Cases/SignalTests.swift",
        "Test Cases/StreamLoggerTests.swift",
        "Test Cases/StringSignalTests.swift",
        "Test Cases/WrapperSignalTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Beacon"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Beacon",
      "module_type" : "SwiftTarget",
      "name" : "Beacon",
      "path" : "Sources/Beacon",
      "product_dependencies" : [
        "SwiftAnnouncements",
        "RWLock",
        "AnyCodable",
        "LogicKit"
      ],
      "product_memberships" : [
        "Beacon"
      ],
      "sources" : [
        "Codecs/JSONSignalEncoder.swift",
        "Codecs/SignalDescriptionEncoder.swift",
        "Codecs/SignalEncoder.swift",
        "Constraints/Beacon+Constraints.swift",
        "Constraints/ConstraintBuilder.swift",
        "Constraints/Constraints+Sugar.swift",
        "Constraints/Constraints.swift",
        "Constraints/Signal+Constraints.swift",
        "Constraints/Term+Constraints.swift",
        "Core/Beacon.swift",
        "Core/CallStackFrame.swift",
        "Core/Device.swift",
        "Core/MachImage.swift",
        "Core/MachImageMonitor.swift",
        "Core/Signaling.swift",
        "Core/SystemInfo.swift",
        "Extensions/Data+Extensions.swift",
        "Extensions/DateFormatter+Extensions.swift",
        "Extensions/Foundation+Extensions.swift",
        "Extensions/URL+Extensions.swift",
        "File/FileBackupWheel.swift",
        "File/FileRotation.swift",
        "File/FileWheel.swift",
        "Loggers/ConsoleLogger.swift",
        "Loggers/FileLogger.swift",
        "Loggers/IntervalLogger.swift",
        "Loggers/JRPCLogger.swift",
        "Loggers/MemoryLogger.swift",
        "Loggers/SignalLogger.swift",
        "Loggers/StreamLogger.swift",
        "Signals/ContextSignal.swift",
        "Signals/ErrorSignal.swift",
        "Signals/IdentitySignal.swift",
        "Signals/MachImageImportsSignal.swift",
        "Signals/Signal.swift",
        "Signals/StringSignal.swift",
        "Signals/WrapperSignal.swift",
        "Writers/EncodedStreamSignalWriter.swift",
        "Writers/SignalWriter.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Beacon/Sources/BeaconObjcRuntime': File not found.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/Flight-School/AnyCodable
Fetching https://github.com/grype/SwiftAnnouncements
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/kyouko-taiga/LogicKit
Fetching https://github.com/Brightify/Cuckoo
Fetching https://github.com/grype/RWLock-Swift
[1/180] Fetching swiftannouncements
[181/962] Fetching swiftannouncements, anycodable
[963/982] Fetching swiftannouncements, anycodable, rwlock-swift
[983/1497] Fetching swiftannouncements, anycodable, rwlock-swift, logickit
Fetched https://github.com/grype/SwiftAnnouncements from cache (0.37s)
Fetched https://github.com/grype/RWLock-Swift from cache (0.38s)
Fetched https://github.com/Flight-School/AnyCodable from cache (0.39s)
[475/7671] Fetching logickit, cuckoo
[7631/27255] Fetching logickit, cuckoo, nimble
Fetched https://github.com/kyouko-taiga/LogicKit from cache (3.56s)
Fetched https://github.com/Brightify/Cuckoo from cache (3.56s)
Fetched https://github.com/Quick/Nimble from cache (3.59s)
Computing version for https://github.com/kyouko-taiga/LogicKit
Computed https://github.com/kyouko-taiga/LogicKit at 2.1.0 (6.47s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.68s)
Computing version for https://github.com/grype/SwiftAnnouncements
Computed https://github.com/grype/SwiftAnnouncements at 1.0.5 (0.68s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 11.2.2 (0.65s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.33s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.37s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.32s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.29s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.83s)
Computing version for https://github.com/Brightify/Cuckoo
Computed https://github.com/Brightify/Cuckoo at 1.10.4 (2.78s)
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 11.2.2
Creating working copy for https://github.com/grype/SwiftAnnouncements
Working copy of https://github.com/grype/SwiftAnnouncements resolved at 1.0.5
Creating working copy for https://github.com/Brightify/Cuckoo
Working copy of https://github.com/Brightify/Cuckoo resolved at 1.10.4
Creating working copy for https://github.com/kyouko-taiga/LogicKit
Working copy of https://github.com/kyouko-taiga/LogicKit resolved at 2.1.0
Creating working copy for https://github.com/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/grype/RWLock-Swift
Working copy of https://github.com/grype/RWLock-Swift resolved at 1.0.0
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/Sources/Beacon/Sources/BeaconObjcRuntime': File not found.
Building for debugging...
[0/11] Write sources
[6/11] Write swift-version-24593BA9C3E375BF.txt
[8/26] Compiling LogicKit EDSL.swift
[9/26] Compiling LogicKit Sequence+Extensions.swift
[10/27] Compiling LogicKit Logger.swift
[11/27] Compiling LogicKit Realizer.swift
[12/27] Compiling LogicKit KnowledgeBase.swift
[13/27] Compiling LogicKit AnswerSet.swift
[14/27] Compiling LogicKit BindingMap.swift
[15/27] Emitting module LogicKit
[16/27] Compiling LogicKit Term.swift
[17/28] Wrapping AST for LogicKit for debugging
[19/31] Emitting module LogicKitBuiltins
[20/31] Compiling LogicKitBuiltins List.swift
[21/31] Compiling LogicKitBuiltins Nat.swift
[22/32] Wrapping AST for LogicKitBuiltins for debugging
[23/32] Write Objects.LinkFileList
[24/32] Archiving libLogicKit.a
[26/32] Compiling RWLock RWLock.swift
[27/32] Emitting module RWLock
[28/32] Compiling RWLock RWLockedPropertyWrapper.swift
[29/33] Compiling AnyCodable AnyDecodable.swift
[30/33] Compiling AnyCodable AnyEncodable.swift
[32/33] Emitting module AnyCodable
[33/33] Compiling AnyCodable AnyCodable.swift
[35/40] Compiling SwiftAnnouncements Registry.swift
[36/40] Compiling SwiftAnnouncements Announcer.swift
[37/40] Compiling SwiftAnnouncements Subscription.swift
[38/40] Compiling SwiftAnnouncements AnySubscription.swift
[39/40] Emitting module SwiftAnnouncements
[40/40] Compiling SwiftAnnouncements Announceable.swift
[42/77] Compiling Beacon SystemInfo.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[43/77] Compiling Beacon Data+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[44/77] Compiling Beacon DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[45/77] Compiling Beacon Foundation+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[46/77] Compiling Beacon URL+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[47/81] Compiling Beacon ContextSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[48/81] Compiling Beacon ErrorSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[49/81] Compiling Beacon IdentitySignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[50/81] Compiling Beacon MachImageImportsSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[51/81] Compiling Beacon Signal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[52/81] Compiling Beacon StringSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[53/81] Compiling Beacon WrapperSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[54/81] Compiling Beacon EncodedStreamSignalWriter.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[55/81] Compiling Beacon SignalWriter.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/81] Emitting module Beacon
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[57/81] Compiling Beacon Constraints+Sugar.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[58/81] Compiling Beacon Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[59/81] Compiling Beacon Signal+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[60/81] Compiling Beacon Term+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[61/81] Compiling Beacon Beacon.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[62/81] Compiling Beacon CallStackFrame.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[63/81] Compiling Beacon Device.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[64/81] Compiling Beacon MachImage.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[65/81] Compiling Beacon MachImageMonitor.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[66/81] Compiling Beacon Signaling.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[67/81] Compiling Beacon JSONSignalEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[68/81] Compiling Beacon SignalDescriptionEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[69/81] Compiling Beacon SignalEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[70/81] Compiling Beacon Beacon+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[71/81] Compiling Beacon ConstraintBuilder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[72/81] Compiling Beacon FileBackupWheel.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[73/81] Compiling Beacon FileRotation.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[74/81] Compiling Beacon FileWheel.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[75/81] Compiling Beacon ConsoleLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[76/81] Compiling Beacon FileLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[77/81] Compiling Beacon IntervalLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[78/81] Compiling Beacon JRPCLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[79/81] Compiling Beacon MemoryLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[80/81] Compiling Beacon SignalLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[81/81] Compiling Beacon StreamLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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': Invalid Exclude '/host/spi-builder-workspace/Sources/Beacon/Sources/BeaconObjcRuntime': File not found.
[0/1] Planning build
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling RWLock RWLockedPropertyWrapper.swift
[3/17] Emitting module RWLock
[4/17] Compiling RWLock RWLock.swift
[6/18] Emitting module AnyCodable
[7/18] Compiling LogicKit AnswerSet.swift
[8/18] Compiling LogicKit Sequence+Extensions.swift
[9/18] Emitting module LogicKit
[10/19] Compiling LogicKit BindingMap.swift
[11/19] Compiling LogicKit EDSL.swift
[12/19] Compiling LogicKit KnowledgeBase.swift
[13/19] Compiling AnyCodable AnyCodable.swift
[14/25] Compiling LogicKit Logger.swift
[15/25] Compiling LogicKit Realizer.swift
[16/25] Compiling LogicKit Term.swift
[17/26] Compiling AnyCodable AnyDecodable.swift
[18/26] Compiling AnyCodable AnyEncodable.swift
[19/27] Compiling SwiftAnnouncements Announceable.swift
[20/27] Compiling SwiftAnnouncements Announcer.swift
[22/27] Compiling SwiftAnnouncements Subscription.swift
[23/27] Emitting module SwiftAnnouncements
[25/30] Compiling SwiftAnnouncements AnySubscription.swift
[26/30] Compiling SwiftAnnouncements Registry.swift
[26/31] Wrapping AST for LogicKit for debugging
[29/34] Emitting module LogicKitBuiltins
[30/34] Compiling LogicKitBuiltins List.swift
[31/34] Compiling LogicKitBuiltins Nat.swift
[32/34] Write Objects.LinkFileList
[33/34] Archiving libLogicKit.a
[35/70] Compiling Beacon SystemInfo.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[36/70] Compiling Beacon Data+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[37/70] Compiling Beacon DateFormatter+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[38/70] Compiling Beacon Foundation+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[39/70] Compiling Beacon URL+Extensions.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[40/74] Compiling Beacon CallStackFrame.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[41/74] Compiling Beacon Device.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[42/74] Compiling Beacon MachImage.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[43/74] Compiling Beacon MachImageMonitor.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[44/74] Compiling Beacon Signaling.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[45/74] Emitting module Beacon
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[46/74] Compiling Beacon JSONSignalEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[47/74] Compiling Beacon SignalDescriptionEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[48/74] Compiling Beacon SignalEncoder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[49/74] Compiling Beacon Beacon+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[50/74] Compiling Beacon ConstraintBuilder.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[51/74] Compiling Beacon Constraints+Sugar.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[52/74] Compiling Beacon Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[53/74] Compiling Beacon Signal+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[54/74] Compiling Beacon Term+Constraints.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[55/74] Compiling Beacon Beacon.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[56/74] Compiling Beacon FileBackupWheel.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[57/74] Compiling Beacon FileRotation.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[58/74] Compiling Beacon FileWheel.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[59/74] Compiling Beacon ConsoleLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[60/74] Compiling Beacon FileLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[61/74] Compiling Beacon IntervalLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[62/74] Compiling Beacon JRPCLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[63/74] Compiling Beacon MemoryLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[64/74] Compiling Beacon SignalLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[65/74] Compiling Beacon StreamLogger.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[66/74] Compiling Beacon ContextSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[67/74] Compiling Beacon ErrorSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[68/74] Compiling Beacon IdentitySignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[69/74] Compiling Beacon MachImageImportsSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[70/74] Compiling Beacon Signal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[71/74] Compiling Beacon StringSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[72/74] Compiling Beacon WrapperSignal.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[73/74] Compiling Beacon EncodedStreamSignalWriter.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
[74/74] Compiling Beacon SignalWriter.swift
/host/spi-builder-workspace/Sources/Beacon/Core/MachImage.swift:10:8: error: no such module 'MachO'
 8 |
 9 | import Foundation
10 | import MachO
   |        `- error: no such module 'MachO'
11 |
12 | #if arch(x86_64) || arch(arm64)
BUILD FAILURE 6.1 android