The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SimulatorServices with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path:  $workDir
https://github.com/brightdigit/SimulatorServices.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-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 from cache (0.21s)
Computing version for https://github.com/brightdigit/OperatingSystemVersion.git
Computed https://github.com/brightdigit/OperatingSystemVersion.git at 1.0.0-beta.1 (0.36s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/6] Compiling OperatingSystemVersion OperatingSystemVersion+Hashable.swift
[5/6] Emitting module OperatingSystemVersion
[6/6] Compiling OperatingSystemVersion OperatingSystemVersion+Codable.swift
[8/38] Compiling SimulatorServices PairState.swift
[9/38] Compiling SimulatorServices Path.swift
[10/38] Compiling SimulatorServices Platform.swift
[11/38] Compiling SimulatorServices ProductFamily.swift
[12/42] Compiling SimulatorServices DispatchSemaphore.swift
[13/42] Compiling SimulatorServices InternalAsyncableProcess.swift
[14/42] Compiling SimulatorServices InternalSimCtlProcess.swift
[15/42] Compiling SimulatorServices Process.swift
[16/42] Compiling SimulatorServices ProcessCompletionPromise.swift
[17/42] Compiling SimulatorServices ProcessError.swift
[18/42] Compiling SimulatorServices ProcessOutputHandleSet.swift
[19/42] Compiling SimulatorServices ProcessResult.swift
[20/42] 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
[21/42] 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
[22/42] 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
[23/42] 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
[24/42] 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 {
              ^
[25/42] 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 {
              ^
[26/42] 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 {
              ^
[27/42] 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 {
              ^
[28/42] 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
[29/42] Compiling SimulatorServices Decoder+PrefixedDecodableString.swift
[30/42] Compiling SimulatorServices PrefixedDecodableString.swift
[31/42] Compiling SimulatorServices RandomEnum.swift
[32/42] Compiling SimulatorServices RawDefined.swift
[33/42] 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
             ^
[34/42] 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
             ^
[35/42] 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
             ^
[36/42] 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
             ^
[37/42] 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
             ^
[38/42] 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 {
              ^
[39/42] 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 {
              ^
[40/42] 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 {
              ^
[41/42] 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 {
              ^
[42/42] 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.80s)
Build complete.
Done.

Build Machine: Linux 2