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 master (659ecc), with Swift 6.1 for Android on 28 May 2025 14:48:10 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: 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/grype/SwiftBeacon
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 659eccf Bump ios to .v13
Cloned https://github.com/grype/SwiftBeacon.git
Revision (git rev-parse @):
659eccfac882d2ea1ff3999fca549a83d6d32d90
SUCCESS checkout https://github.com/grype/SwiftBeacon.git at master
========================================
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" : "13.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/grype/SwiftAnnouncements
Fetching https://github.com/Brightify/Cuckoo
Fetching https://github.com/kyouko-taiga/LogicKit
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/grype/RWLock-Swift
[1/20] Fetching rwlock-swift
[21/200] Fetching rwlock-swift, swiftannouncements
[201/982] Fetching rwlock-swift, swiftannouncements, anycodable
[983/1497] Fetching rwlock-swift, swiftannouncements, anycodable, logickit
[1498/8653] Fetching rwlock-swift, swiftannouncements, anycodable, logickit, cuckoo
[6579/28237] Fetching rwlock-swift, swiftannouncements, anycodable, logickit, cuckoo, nimble
Fetched https://github.com/grype/RWLock-Swift from cache (1.57s)
Fetched https://github.com/Flight-School/AnyCodable from cache (1.69s)
Fetched https://github.com/kyouko-taiga/LogicKit from cache (1.69s)
Fetched https://github.com/grype/SwiftAnnouncements from cache (1.70s)
Fetched https://github.com/Brightify/Cuckoo from cache (1.70s)
Fetched https://github.com/Quick/Nimble from cache (1.73s)
Computing version for https://github.com/kyouko-taiga/LogicKit
Computed https://github.com/kyouko-taiga/LogicKit at 2.1.0 (4.27s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.61s)
Computing version for https://github.com/grype/SwiftAnnouncements
Computed https://github.com/grype/SwiftAnnouncements at 1.0.5 (0.67s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 11.2.2 (0.66s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.28s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.92s)
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 (0.95s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (1.72s)
Computing version for https://github.com/Brightify/Cuckoo
Computed https://github.com/Brightify/Cuckoo at 1.10.4 (2.82s)
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/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/grype/RWLock-Swift
Working copy of https://github.com/grype/RWLock-Swift resolved at 1.0.0
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/Brightify/Cuckoo
Working copy of https://github.com/Brightify/Cuckoo resolved at 1.10.4
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/SwiftAnnouncements
Working copy of https://github.com/grype/SwiftAnnouncements resolved at 1.0.5
Building for debugging...
[0/11] Write sources
[6/11] Write swift-version-24593BA9C3E375BF.txt
[8/26] Emitting module LogicKit
[9/27] Compiling LogicKit BindingMap.swift
[10/27] Compiling LogicKit Logger.swift
[11/27] Compiling LogicKit AnswerSet.swift
[12/27] Compiling LogicKit EDSL.swift
[13/27] Compiling LogicKit KnowledgeBase.swift
[14/27] Compiling LogicKit Sequence+Extensions.swift
[15/27] Compiling LogicKit Realizer.swift
[16/27] Compiling LogicKit Term.swift
[17/28] Wrapping AST for LogicKit for debugging
[19/31] Compiling LogicKitBuiltins List.swift
[20/31] Emitting module LogicKitBuiltins
[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 AnyCodable AnyCodable.swift
[27/32] Emitting module AnyCodable
[28/32] Compiling RWLock RWLockedPropertyWrapper.swift
[29/32] Emitting module RWLock
[30/32] Compiling RWLock RWLock.swift
[31/33] Compiling AnyCodable AnyEncodable.swift
[32/33] Compiling AnyCodable AnyDecodable.swift
[35/40] Compiling SwiftAnnouncements Announceable.swift
[36/40] Emitting module SwiftAnnouncements
[37/40] Compiling SwiftAnnouncements AnySubscription.swift
[38/40] Compiling SwiftAnnouncements Announcer.swift
[39/40] Compiling SwiftAnnouncements Subscription.swift
[40/40] Compiling SwiftAnnouncements Registry.swift
[42/77] 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)
[43/77] 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)
[44/77] 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)
[45/77] 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)
[46/77] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/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)
[48/81] 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)
[49/81] 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)
[50/81] 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)
[51/81] 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)
[52/81] 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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
[74/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)
[75/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)
[76/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)
[77/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)
[78/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)
[79/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)
[80/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)
[81/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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/2] Write swift-version-24593BA9C3E375BF.txt
[2/17] Compiling RWLock RWLockedPropertyWrapper.swift
[3/17] Compiling RWLock RWLock.swift
[4/17] Emitting module RWLock
[5/18] Emitting module LogicKit
[6/19] Compiling LogicKit AnswerSet.swift
[7/19] Compiling LogicKit Sequence+Extensions.swift
[9/19] Compiling LogicKit Logger.swift
[10/19] Compiling AnyCodable AnyCodable.swift
[11/19] Emitting module AnyCodable
[12/19] Compiling LogicKit Term.swift
[13/24] Compiling LogicKit EDSL.swift
[14/25] Compiling LogicKit KnowledgeBase.swift
[15/25] Compiling LogicKit BindingMap.swift
[16/25] Compiling LogicKit Realizer.swift
[17/26] Compiling AnyCodable AnyDecodable.swift
[18/26] Compiling AnyCodable AnyEncodable.swift
[20/27] Compiling SwiftAnnouncements Announceable.swift
[21/30] Compiling SwiftAnnouncements Announcer.swift
[22/30] Compiling SwiftAnnouncements Registry.swift
[23/30] Compiling SwiftAnnouncements AnySubscription.swift
[24/30] Emitting module SwiftAnnouncements
[25/30] Compiling SwiftAnnouncements Subscription.swift
[26/31] Wrapping AST for LogicKit for debugging
[29/34] Compiling LogicKitBuiltins List.swift
[30/34] Compiling LogicKitBuiltins Nat.swift
[31/34] Emitting module LogicKitBuiltins
[32/34] Write Objects.LinkFileList
[33/34] Archiving libLogicKit.a
[35/70] 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)
[36/70] 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)
[37/70] 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)
[38/70] 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)
[39/70] 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)
[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)
[45/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)
[46/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)
[47/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)
[48/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)
[49/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)
[50/74] 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)
[51/74] 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)
[52/74] 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)
[53/74] 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)
[54/74] 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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
[74/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)
BUILD FAILURE 6.1 android