The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimulatorServices with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.33.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SimulatorServices.git
Reference: 1.1.0-beta.2
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/brightdigit/SimulatorServices
 * tag               1.1.0-beta.2 -> FETCH_HEAD
HEAD is now at 0255ec5 Update Package.swift
Cloned https://github.com/brightdigit/SimulatorServices.git
Revision (git rev-parse @):
0255ec59a475ad0bcefcebd910247cfd74017949
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SimulatorServices.git at 1.1.0-beta.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/brightdigit/SimulatorServices.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/brightdigit/OperatingSystemVersion.git
[1/120] Fetching operatingsystemversion
Fetched https://github.com/brightdigit/OperatingSystemVersion.git (0.20s)
Computing version for https://github.com/brightdigit/OperatingSystemVersion.git
Computed https://github.com/brightdigit/OperatingSystemVersion.git at 1.0.0-beta.1 (0.31s)
Creating working copy for https://github.com/brightdigit/OperatingSystemVersion.git
Working copy of https://github.com/brightdigit/OperatingSystemVersion.git resolved at 1.0.0-beta.1
Building for debugging...
[1/3] Compiling OperatingSystemVersion OperatingSystemVersion+Hashable.swift
[2/3] Emitting module OperatingSystemVersion
[3/3] Compiling OperatingSystemVersion OperatingSystemVersion+Codable.swift
[6/36] Compiling SimulatorServices DispatchSemaphore.swift
[7/36] Compiling SimulatorServices InternalAsyncableProcess.swift
[8/36] Compiling SimulatorServices InternalSimCtlProcess.swift
[9/36] Compiling SimulatorServices Process.swift
[10/40] Compiling SimulatorServices TerminationResult.swift
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'
  public let xcRunURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[11/40] Compiling SimulatorServices UncaughtSignal.swift
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'
  public let xcRunURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[12/40] Compiling SimulatorServices SimCtl.swift
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'
  public let xcRunURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[13/40] Compiling SimulatorServices Subcommand.swift
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'
  public let xcRunURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/40] Compiling SimulatorServices ContainerID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
[15/40] Compiling SimulatorServices SimulatorID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
[16/40] Compiling SimulatorServices GetAppContainer.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
[17/40] Compiling SimulatorServices List.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
[18/40] Compiling SimulatorServices Device.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
[19/40] Compiling SimulatorServices Decoder+PrefixedDecodableString.swift
[20/40] Compiling SimulatorServices PrefixedDecodableString.swift
[21/40] Compiling SimulatorServices RandomEnum.swift
[22/40] Compiling SimulatorServices RawDefined.swift
[23/40] Emitting module SimulatorServices
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance
extension JSONDecoder: InternalListDecoder {}
^
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable
    open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
             ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/Runtime.swift:66:14: warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/RuntimeID.swift:41:14: warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'
  public let xcRunURL: URL
             ^
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
public struct URL : ReferenceConvertible, Equatable {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[24/40] Compiling SimulatorServices ProcessCompletionPromise.swift
[25/40] Compiling SimulatorServices ProcessError.swift
[26/40] Compiling SimulatorServices ProcessOutputHandleSet.swift
[27/40] Compiling SimulatorServices ProcessResult.swift
[28/40] Compiling SimulatorServices Runtime.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/Runtime.swift:66:14: warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/RuntimeID.swift:41:14: warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[29/40] Compiling SimulatorServices RuntimeID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/Runtime.swift:66:14: warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/RuntimeID.swift:41:14: warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[30/40] Compiling SimulatorServices SimulatorList.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/Runtime.swift:66:14: warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/RuntimeID.swift:41:14: warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[31/40] Compiling SimulatorServices Version.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/Runtime.swift:66:14: warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/RuntimeID.swift:41:14: warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let version: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[32/40] Compiling SimulatorServices PairState.swift
[33/40] Compiling SimulatorServices Path.swift
[34/40] Compiling SimulatorServices Platform.swift
[35/40] Compiling SimulatorServices ProductFamily.swift
[36/40] Compiling SimulatorServices DevicePair.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[37/40] Compiling SimulatorServices DeviceState.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[38/40] Compiling SimulatorServices DeviceType.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[39/40] Compiling SimulatorServices DeviceTypeID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
[40/40] Compiling SimulatorServices ModelID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:42:14: warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let maxRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
/host/spi-builder-workspace/Sources/SimulatorServices/Components/DeviceType.swift:51:14: warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion')
  public let minRuntimeVersionString: Version
             ^
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
public struct OperatingSystemVersion {
              ^
Build complete! (7.13s)
Build complete.
Done.

Build Machine: Linux 1