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 master (659ecc), with Swift 6.1 for Linux on 27 Apr 2025 12:14:30 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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: 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:         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" : "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-4609320-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/grype/SwiftAnnouncements
Fetching https://github.com/Flight-School/AnyCodable
Fetching https://github.com/grype/RWLock-Swift
Fetching https://github.com/Brightify/Cuckoo
Fetching https://github.com/kyouko-taiga/LogicKit
[1/515] Fetching logickit
[516/535] Fetching logickit, rwlock-swift
[536/1317] Fetching logickit, rwlock-swift, anycodable
[763/1497] Fetching logickit, rwlock-swift, anycodable, swiftannouncements
[1498/8636] Fetching logickit, rwlock-swift, anycodable, swiftannouncements, cuckoo
Fetched https://github.com/grype/RWLock-Swift from cache (0.22s)
Fetched https://github.com/grype/SwiftAnnouncements from cache (0.22s)
Fetched https://github.com/kyouko-taiga/LogicKit from cache (0.22s)
[3924/7921] Fetching anycodable, cuckoo
[7922/27488] Fetching anycodable, cuckoo, nimble
Fetched https://github.com/Flight-School/AnyCodable from cache (1.04s)
Fetched https://github.com/Brightify/Cuckoo from cache (1.05s)
Fetched https://github.com/Quick/Nimble from cache (1.07s)
Computing version for https://github.com/kyouko-taiga/LogicKit
Computed https://github.com/kyouko-taiga/LogicKit at 2.1.0 (2.88s)
Computing version for https://github.com/grype/RWLock-Swift
Computed https://github.com/grype/RWLock-Swift at 1.0.0 (0.45s)
Computing version for https://github.com/grype/SwiftAnnouncements
Computed https://github.com/grype/SwiftAnnouncements at 1.0.5 (0.46s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 11.2.2 (0.46s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.20s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.65s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.16s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (0.61s)
Computing version for https://github.com/Flight-School/AnyCodable
Computed https://github.com/Flight-School/AnyCodable at 0.6.7 (0.45s)
Computing version for https://github.com/Brightify/Cuckoo
Computed https://github.com/Brightify/Cuckoo at 1.10.4 (1.80s)
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/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/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
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/Flight-School/AnyCodable
Working copy of https://github.com/Flight-School/AnyCodable resolved at 0.6.7
Creating working copy for https://github.com/kyouko-taiga/LogicKit
Working copy of https://github.com/kyouko-taiga/LogicKit resolved at 2.1.0
Building for debugging...
[0/11] Write sources
[6/11] Write swift-version-24593BA9C3E375BF.txt
[8/26] Emitting module AnyCodable
[9/26] Compiling LogicKit KnowledgeBase.swift
[10/27] Compiling LogicKit BindingMap.swift
[11/27] Compiling LogicKit AnswerSet.swift
[12/27] Emitting module LogicKit
[13/27] Compiling LogicKit EDSL.swift
[14/27] Compiling LogicKit Realizer.swift
[15/27] Compiling LogicKit Logger.swift
[16/27] Compiling LogicKit Sequence+Extensions.swift
[17/27] Compiling LogicKit Term.swift
[18/28] Wrapping AST for LogicKit for debugging
[20/31] Compiling LogicKitBuiltins Nat.swift
[21/31] Emitting module LogicKitBuiltins
[22/31] Compiling LogicKitBuiltins List.swift
[23/32] Wrapping AST for LogicKitBuiltins for debugging
[24/32] Write Objects.LinkFileList
[25/32] Archiving libLogicKit.a
[27/32] Compiling AnyCodable AnyEncodable.swift
[28/32] Compiling AnyCodable AnyCodable.swift
[29/32] Compiling AnyCodable AnyDecodable.swift
[31/33] Compiling RWLock RWLock.swift
[32/33] Emitting module RWLock
[33/33] Compiling RWLock RWLockedPropertyWrapper.swift
[35/40] Emitting module SwiftAnnouncements
[36/40] Compiling SwiftAnnouncements Registry.swift
[37/40] Compiling SwiftAnnouncements AnySubscription.swift
[38/40] Compiling SwiftAnnouncements Subscription.swift
[39/40] Compiling SwiftAnnouncements Announcer.swift
[40/40] Compiling SwiftAnnouncements Announceable.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)
[47/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)
[48/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)
[49/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)
[50/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)
[51/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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[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-4609320-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
[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
[7/19] Compiling LogicKit Sequence+Extensions.swift
[8/19] Compiling LogicKit AnswerSet.swift
[9/19] Compiling LogicKit BindingMap.swift
[10/19] Compiling AnyCodable AnyDecodable.swift
[11/19] Compiling AnyCodable AnyCodable.swift
[12/19] Emitting module AnyCodable
[13/19] Compiling AnyCodable AnyEncodable.swift
[14/20] Compiling LogicKit Term.swift
[16/26] Compiling LogicKit Logger.swift
[17/26] Compiling LogicKit EDSL.swift
[18/26] Compiling LogicKit Realizer.swift
[19/26] Compiling LogicKit KnowledgeBase.swift
[21/27] Compiling SwiftAnnouncements Announcer.swift
[22/27] Compiling SwiftAnnouncements Subscription.swift
[23/27] Compiling SwiftAnnouncements AnySubscription.swift
[24/27] Compiling SwiftAnnouncements Announceable.swift
[25/27] Emitting module SwiftAnnouncements
[26/27] Compiling SwiftAnnouncements Registry.swift
[27/31] Wrapping AST for LogicKit for debugging
[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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[40/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)
[41/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)
[42/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)
[43/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)
[44/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)
[45/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)
[46/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)
[47/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)
[48/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)
[49/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)
[50/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)
[51/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)
[52/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)
[53/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)
[54/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)
[55/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)
[56/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)
[57/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)
[58/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)
[59/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)
[60/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)
[61/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)
[62/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)
[63/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)
[64/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)
[65/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)
[66/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)
[67/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)
[68/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)
[69/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)
[70/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)
[71/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)
[72/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)
[73/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)
[74/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)
BUILD FAILURE 6.1 linux