The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Beacon, reference 3.0.1 (abce7b), with Swift 6.1 for Linux on 27 Apr 2025 12:14:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
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:         linux
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Quick/Nimble
Fetching https://github.com/Brightify/Cuckoo
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/kyouko-taiga/LogicKit
Fetching https://github.com/grype/RWLock-Swift
Fetching https://github.com/grype/SwiftAnnouncements
[1/515] Fetching logickit
[516/695] Fetching logickit, swiftannouncements
[696/1477] Fetching logickit, swiftannouncements, anycodable
[1478/1497] Fetching logickit, swiftannouncements, anycodable, rwlock-swift
[1498/8636] Fetching logickit, swiftannouncements, anycodable, rwlock-swift, cuckoo
Fetched https://github.com/grype/SwiftAnnouncements from cache (0.27s)
[2174/8456] Fetching logickit, anycodable, rwlock-swift, cuckoo
Fetched https://github.com/grype/RWLock-Swift from cache (0.28s)
[2725/8436] Fetching logickit, anycodable, cuckoo
[8437/28003] Fetching logickit, anycodable, cuckoo, nimble
Fetched https://github.com/kyouko-taiga/LogicKit from cache (0.54s)
[9291/27488] Fetching anycodable, cuckoo, nimble
Fetched https://github.com/Flight-School/AnyCodable from cache (0.54s)
[8705/26706] Fetching cuckoo, nimble
Fetched https://github.com/Brightify/Cuckoo from cache (0.54s)
[1762/19567] Fetching nimble
Fetched https://github.com/Quick/Nimble from cache (1.40s)
Computing version for https://github.com/kyouko-taiga/LogicKit
Computed https://github.com/kyouko-taiga/LogicKit at 2.1.0 (3.62s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.56s)
Computing version for https://github.com/grype/SwiftAnnouncements
Computed https://github.com/grype/SwiftAnnouncements at 1.0.5 (0.58s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 11.2.2 (0.60s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.22s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.79s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.19s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.77s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.57s)
Computing version for https://github.com/Brightify/Cuckoo
Computed https://github.com/Brightify/Cuckoo at 1.10.4 (2.77s)
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/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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/kyouko-taiga/LogicKit
Working copy of https://github.com/kyouko-taiga/LogicKit resolved at 2.1.0
Creating working copy for https://github.com/grype/SwiftAnnouncements
Working copy of https://github.com/grype/SwiftAnnouncements resolved at 1.0.5
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 KnowledgeBase.swift
[9/27] Compiling LogicKit Logger.swift
[10/27] Compiling LogicKit Realizer.swift
[11/27] Compiling LogicKit Sequence+Extensions.swift
[12/27] Compiling LogicKit BindingMap.swift
[13/27] Compiling LogicKit AnswerSet.swift
[14/27] Emitting module LogicKit
[15/27] Compiling LogicKit EDSL.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 RWLock RWLock.swift
[27/32] Emitting module RWLock
[28/32] Compiling RWLock RWLockedPropertyWrapper.swift
[29/33] Compiling AnyCodable AnyDecodable.swift
[30/33] Compiling AnyCodable AnyCodable.swift
[31/33] Emitting module AnyCodable
[32/33] Compiling AnyCodable AnyEncodable.swift
[35/40] Compiling SwiftAnnouncements Subscription.swift
[36/40] Compiling SwiftAnnouncements Announceable.swift
[37/40] Compiling SwiftAnnouncements Announcer.swift
[38/40] Compiling SwiftAnnouncements AnySubscription.swift
[39/40] Emitting module SwiftAnnouncements
[40/40] Compiling SwiftAnnouncements Registry.swift
[42/77] 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)
[43/77] 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)
[44/77] 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)
[45/77] 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)
[46/77] 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)
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 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)
[49/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)
[50/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)
[51/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)
[52/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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[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 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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
[74/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)
[75/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)
[76/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)
[77/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)
[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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 LogicKit Sequence+Extensions.swift
[3/18] Compiling RWLock RWLockedPropertyWrapper.swift
[4/18] Emitting module RWLock
[5/18] Compiling RWLock RWLock.swift
[6/19] Compiling AnyCodable AnyDecodable.swift
[8/19] Compiling LogicKit AnswerSet.swift
[9/19] Compiling LogicKit BindingMap.swift
[10/19] Emitting module LogicKit
[11/19] Compiling LogicKit Logger.swift
[12/19] Compiling LogicKit Realizer.swift
[13/19] Compiling LogicKit Term.swift
[14/19] Compiling LogicKit EDSL.swift
[15/19] Compiling LogicKit KnowledgeBase.swift
[17/20] Compiling AnyCodable AnyCodable.swift
[18/20] Emitting module AnyCodable
[19/20] Compiling AnyCodable AnyEncodable.swift
[20/30] Wrapping AST for LogicKit for debugging
[22/30] Compiling SwiftAnnouncements Subscription.swift
[23/30] Compiling SwiftAnnouncements Registry.swift
[24/30] Compiling SwiftAnnouncements Announcer.swift
[25/30] Compiling SwiftAnnouncements AnySubscription.swift
[26/33] Compiling SwiftAnnouncements Announceable.swift
[27/33] Emitting module SwiftAnnouncements
[29/34] Emitting module LogicKitBuiltins
[30/34] Compiling LogicKitBuiltins Nat.swift
[31/34] Compiling LogicKitBuiltins List.swift
[32/34] Write Objects.LinkFileList
[33/34] Archiving libLogicKit.a
[35/70] 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)
[36/70] 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)
[37/70] 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)
[38/70] 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)
[39/70] 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)
[40/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)
[41/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)
[42/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)
[43/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)
[44/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)
[45/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)
[46/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)
[47/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)
[48/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)
[49/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)
[50/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)
[51/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)
[52/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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[74/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)
BUILD FAILURE 6.1 linux