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 SecureXPC, reference 0.8.0 (d6e439), with Swift 6.1 for Linux on 27 Apr 2025 12:42:30 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/trilemma-dev/SecureXPC.git
Reference: 0.8.0
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/trilemma-dev/SecureXPC
 * tag               0.8.0      -> FETCH_HEAD
HEAD is now at d6e439e Minor documentation fix
Cloned https://github.com/trilemma-dev/SecureXPC.git
Revision (git rev-parse @):
d6e439e2b805de8be9b584fff97cf2f6a839a656
SUCCESS checkout https://github.com/trilemma-dev/SecureXPC.git at 0.8.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/trilemma-dev/SecureXPC.git
https://github.com/trilemma-dev/SecureXPC.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SecureXPC",
  "name" : "SecureXPC",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.10"
    }
  ],
  "products" : [
    {
      "name" : "SecureXPC",
      "targets" : [
        "SecureXPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SecureXPCTests",
      "module_type" : "SwiftTarget",
      "name" : "SecureXPCTests",
      "path" : "Tests/SecureXPCTests",
      "sources" : [
        "Client & Server/Endpoint Tests.swift",
        "Client & Server/Error Integration Tests.swift",
        "Client & Server/RequestContext Tests.swift",
        "Client & Server/Round-trip Integration Test.swift",
        "Client & Server/Sequential Result Tests.swift",
        "Client & Server/Server Concurrency Tests.swift",
        "Client & Server/Server Error Handler Test.swift",
        "Client & Server/Server Identity Tests.swift",
        "Client & Server/XPCServer Creation.swift",
        "Encoder & Decoder/Round Trip/Array roundtrip tests.swift",
        "Encoder & Decoder/Round Trip/ArrayOptimizedForXPC Tests.swift",
        "Encoder & Decoder/Round Trip/Class round trip tests.swift",
        "Encoder & Decoder/Round Trip/DataOptimizedForXPC Tests.swift",
        "Encoder & Decoder/Round Trip/Dictionary roundtrip tests.swift",
        "Encoder & Decoder/Round Trip/Endpoint roundtrip tests.swift",
        "Encoder & Decoder/Round Trip/File Descriptor XPC Wrapper Tests.swift",
        "Encoder & Decoder/Round Trip/IOSurfaceForXPC Tests.swift",
        "Encoder & Decoder/Round Trip/Scalar roundtrip tests.swift",
        "Encoder & Decoder/Round Trip/Unkeyed container roundtrip tests.swift",
        "Encoder & Decoder/TestHelpers.swift",
        "Encoder & Decoder/XPCDecoder/Array decoding tests.swift",
        "Encoder & Decoder/XPCDecoder/Dictionary decoding tests.swift",
        "Encoder & Decoder/XPCDecoder/Scalar decoding tests.swift",
        "Encoder & Decoder/XPCEncoder/Array encoding tests.swift",
        "Encoder & Decoder/XPCEncoder/Dictionary encoding tests.swift",
        "Encoder & Decoder/XPCEncoder/Scalar encoding tests.swift",
        "Multiprocess Client & Server/LaunchAgent Tests.swift",
        "Multiprocess Client & Server/LaunchAgent/LaunchAgent.swift",
        "Multiprocess Client & Server/LaunchAgent/Shared.swift",
        "Multiprocess Client & Server/LaunchAgent/main.swift"
      ],
      "target_dependencies" : [
        "SecureXPC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SecureXPC",
      "module_type" : "SwiftTarget",
      "name" : "SecureXPC",
      "path" : "Sources/SecureXPC",
      "product_memberships" : [
        "SecureXPC"
      ],
      "sources" : [
        "Client/ServerIdentity.swift",
        "Client/ServerRequirement.swift",
        "Client/XPCClient.swift",
        "Client/XPCEndpointClient.swift",
        "Client/XPCMachClient.swift",
        "Client/XPCServiceClient.swift",
        "Codable Types/ArrayOptimizedForXPC.swift",
        "Codable Types/DataOptimizedForXPC.swift",
        "Codable Types/File Descriptor XPC Wrappers.swift",
        "Codable Types/IOSurfaceForXPC.swift",
        "HandlerError.swift",
        "PackageInternalRoutes.swift",
        "Request.swift",
        "Response.swift",
        "Routes.swift",
        "SequentialResult.swift",
        "SequentialResultProvider.swift",
        "Server/ClientIdentity.swift",
        "Server/ClientRequirement.swift",
        "Server/MachServiceCriteria.swift",
        "Server/XPCAnonymousServer.swift",
        "Server/XPCMachServer.swift",
        "Server/XPCServer.swift",
        "Server/XPCServiceServer.swift",
        "Shared Memory/SharedMemory.swift",
        "Shared Memory/SharedRawMemory.swift",
        "Shared Memory/SharedSemaphore.swift",
        "Shared Memory/SharedTrivial.swift",
        "Trivial.swift",
        "XPC Coders/XPCCoderError.swift",
        "XPC Coders/XPCDecoder/Transformation functions.swift",
        "XPC Coders/XPCDecoder/XPCDecoder.swift",
        "XPC Coders/XPCDecoder/XPCDecoderImpl.swift",
        "XPC Coders/XPCDecoder/XPCKeyedDecodingContainer.swift",
        "XPC Coders/XPCDecoder/XPCSingleValueDecodingContainer.swift",
        "XPC Coders/XPCDecoder/XPCUnkeyedDecodingContainer.swift",
        "XPC Coders/XPCEncoder/XPCContainer.swift",
        "XPC Coders/XPCEncoder/XPCEncoder.swift",
        "XPC Coders/XPCEncoder/XPCEncoderImpl.swift",
        "XPC Coders/XPCEncoder/XPCKeyedEncodingContainer.swift",
        "XPC Coders/XPCEncoder/XPCSingleValueEncodingContainer.swift",
        "XPC Coders/XPCEncoder/XPCUnkeyedEncodingContainer.swift",
        "XPC Coders/xpc_type_t+description.swift",
        "XPCCommon.swift",
        "XPCConnectionDescriptor.swift",
        "XPCError.swift",
        "XPCServerEndpoint.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/45] Emitting module SecureXPC
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[4/50] Compiling SecureXPC ServerIdentity.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[5/50] Compiling SecureXPC ServerRequirement.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[6/50] Compiling SecureXPC XPCClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[7/50] Compiling SecureXPC XPCEndpointClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[8/50] Compiling SecureXPC XPCMachClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[9/50] Compiling SecureXPC XPCServiceClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[10/50] Compiling SecureXPC xpc_type_t+description.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[11/50] Compiling SecureXPC XPCCommon.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[12/50] Compiling SecureXPC XPCConnectionDescriptor.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[13/50] Compiling SecureXPC XPCError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[14/50] Compiling SecureXPC XPCServerEndpoint.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[15/50] Compiling SecureXPC Request.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[16/50] Compiling SecureXPC Response.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[17/50] Compiling SecureXPC Routes.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[18/50] Compiling SecureXPC SequentialResult.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[19/50] Compiling SecureXPC SequentialResultProvider.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[20/50] Compiling SecureXPC ClientIdentity.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[21/50] Compiling SecureXPC Transformation functions.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[22/50] Compiling SecureXPC XPCDecoder.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[23/50] Compiling SecureXPC XPCDecoderImpl.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[24/50] Compiling SecureXPC XPCKeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[25/50] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[26/50] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[27/50] Compiling SecureXPC SharedMemory.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[28/50] Compiling SecureXPC SharedRawMemory.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[29/50] Compiling SecureXPC SharedSemaphore.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[30/50] Compiling SecureXPC SharedTrivial.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[31/50] Compiling SecureXPC Trivial.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[32/50] Compiling SecureXPC XPCCoderError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[33/50] Compiling SecureXPC ClientRequirement.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[34/50] Compiling SecureXPC MachServiceCriteria.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[35/50] Compiling SecureXPC XPCAnonymousServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[36/50] Compiling SecureXPC XPCMachServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[37/50] Compiling SecureXPC XPCServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[38/50] Compiling SecureXPC XPCServiceServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[39/50] Compiling SecureXPC XPCContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[40/50] Compiling SecureXPC XPCEncoder.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[41/50] Compiling SecureXPC XPCEncoderImpl.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[42/50] Compiling SecureXPC XPCKeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[43/50] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[44/50] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[45/50] Compiling SecureXPC ArrayOptimizedForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[46/50] Compiling SecureXPC DataOptimizedForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[47/50] Compiling SecureXPC File Descriptor XPC Wrappers.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[48/50] Compiling SecureXPC IOSurfaceForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[49/50] Compiling SecureXPC HandlerError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[50/50] Compiling SecureXPC PackageInternalRoutes.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/44] Compiling SecureXPC Request.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[3/44] Compiling SecureXPC Response.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[4/44] Compiling SecureXPC Routes.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[5/44] Compiling SecureXPC SequentialResult.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[6/44] Compiling SecureXPC SequentialResultProvider.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[7/44] Compiling SecureXPC ClientIdentity.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[8/49] Compiling SecureXPC SharedMemory.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[9/49] Compiling SecureXPC SharedRawMemory.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[10/49] Compiling SecureXPC SharedSemaphore.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[11/49] Compiling SecureXPC SharedTrivial.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[12/49] Compiling SecureXPC Trivial.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[13/49] Compiling SecureXPC XPCCoderError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[14/49] Compiling SecureXPC ServerIdentity.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[15/49] Compiling SecureXPC ServerRequirement.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[16/49] Compiling SecureXPC XPCClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[17/49] Compiling SecureXPC XPCEndpointClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[18/49] Compiling SecureXPC XPCMachClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[19/49] Compiling SecureXPC XPCServiceClient.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/49] Emitting module SecureXPC
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[21/49] Compiling SecureXPC ArrayOptimizedForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[22/49] Compiling SecureXPC DataOptimizedForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[23/49] Compiling SecureXPC File Descriptor XPC Wrappers.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[24/49] Compiling SecureXPC IOSurfaceForXPC.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[25/49] Compiling SecureXPC HandlerError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[26/49] Compiling SecureXPC PackageInternalRoutes.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[27/49] Compiling SecureXPC Transformation functions.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[28/49] Compiling SecureXPC XPCDecoder.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[29/49] Compiling SecureXPC XPCDecoderImpl.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[30/49] Compiling SecureXPC XPCKeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[31/49] Compiling SecureXPC XPCSingleValueDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[32/49] Compiling SecureXPC XPCUnkeyedDecodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[33/49] Compiling SecureXPC xpc_type_t+description.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[34/49] Compiling SecureXPC XPCCommon.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[35/49] Compiling SecureXPC XPCConnectionDescriptor.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[36/49] Compiling SecureXPC XPCError.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[37/49] Compiling SecureXPC XPCServerEndpoint.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[38/49] Compiling SecureXPC XPCContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[39/49] Compiling SecureXPC XPCEncoder.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[40/49] Compiling SecureXPC XPCEncoderImpl.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[41/49] Compiling SecureXPC XPCKeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[42/49] Compiling SecureXPC XPCSingleValueEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[43/49] Compiling SecureXPC XPCUnkeyedEncodingContainer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[44/49] Compiling SecureXPC ClientRequirement.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[45/49] Compiling SecureXPC MachServiceCriteria.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[46/49] Compiling SecureXPC XPCAnonymousServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[47/49] Compiling SecureXPC XPCMachServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[48/49] Compiling SecureXPC XPCServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
[49/49] Compiling SecureXPC XPCServiceServer.swift
/host/spi-builder-workspace/Sources/SecureXPC/Codable Types/File Descriptor XPC Wrappers.swift:9:8: error: no such module 'System'
  7 |
  8 | import Foundation
  9 | import System
    |        `- error: no such module 'System'
 10 |
 11 | // MARK: common implementation
BUILD FAILURE 6.1 linux