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

Successful build of SimulatorServices, reference 1.1.0-beta.3 (5b6f1e), with Swift 5.9 for Linux on 14 Feb 2025 14:47:59 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SimulatorServices.git
Reference: 1.1.0-beta.3
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.3 -> FETCH_HEAD
HEAD is now at 5b6f1e5 Merge pull request #24 from brightdigit/v1.1.0-beta.3
Cloned https://github.com/brightdigit/SimulatorServices.git
Revision (git rev-parse @):
5b6f1e59f1192494e940152ef744ae5014758260
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SimulatorServices.git at 1.1.0-beta.3
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/brightdigit/SimulatorServices.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/brightdigit/OSVer.git
[1/258] Fetching osver
Fetched https://github.com/brightdigit/OSVer.git (0.35s)
Computing version for https://github.com/brightdigit/OSVer.git
Computed https://github.com/brightdigit/OSVer.git at 1.0.0 (0.28s)
Creating working copy for https://github.com/brightdigit/OSVer.git
Working copy of https://github.com/brightdigit/OSVer.git resolved at 1.0.0
Building for debugging...
[1/7] Compiling OSVer OSVerParseable.swift
[2/7] Emitting module OSVer
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[3/7] Compiling OSVer OSVer+CustomStringConvertible.swift
[4/7] Compiling OSVer OSVer+Comparable.swift
[5/7] Compiling OSVer OSVer+Init.swift
[6/7] Compiling OSVer OSVer+Hashable.swift
[7/7] Compiling OSVer OSVer.swift
/host/spi-builder-workspace/.build/checkouts/OSVer/Sources/OSVer/OSVer.swift:30:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[10/43] Compiling SimulatorServices InternalAsyncableProcess.swift
[11/43] Compiling SimulatorServices InternalSimCtlProcess.swift
[12/43] Compiling SimulatorServices Process.swift
[13/43] Compiling SimulatorServices ProcessCompletionPromise.swift
[14/43] Compiling SimulatorServices ProcessError.swift
[15/47] Emitting module SimulatorServices
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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/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
/host/spi-builder-workspace/Sources/SimulatorServices/Support/RawDefined.swift:30:10: warning: Move RawReversable to Options.
#warning("Move RawReversable to Options.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[16/47] Compiling SimulatorServices PrefixedDecodableString.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Support/RawDefined.swift:30:10: warning: Move RawReversable to Options.
#warning("Move RawReversable to Options.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[17/47] Compiling SimulatorServices RandomEnum.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Support/RawDefined.swift:30:10: warning: Move RawReversable to Options.
#warning("Move RawReversable to Options.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[18/47] Compiling SimulatorServices RawDefined.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Support/RawDefined.swift:30:10: warning: Move RawReversable to Options.
#warning("Move RawReversable to Options.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[19/47] Compiling SimulatorServices RawReversable.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Support/RawDefined.swift:30:10: warning: Move RawReversable to Options.
#warning("Move RawReversable to Options.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[20/47] Compiling SimulatorServices ContainerID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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
             ^
[21/47] Compiling SimulatorServices SimulatorID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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
             ^
[22/47] Compiling SimulatorServices GetAppContainer.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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
             ^
[23/47] Compiling SimulatorServices List.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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
             ^
[24/47] Compiling SimulatorServices Device.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:86: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
             ^
[25/47] Compiling SimulatorServices ModelID.swift
[26/47] Compiling SimulatorServices PairState.swift
[27/47] Compiling SimulatorServices Path.swift
[28/47] Compiling SimulatorServices Platform.swift
[29/47] Compiling SimulatorServices ProductFamily.swift
[30/47] 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
[31/47] 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
[32/47] Compiling SimulatorServices Decoder+PrefixedDecodableString.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
[33/47] Compiling SimulatorServices PrefixedDecodableString+RawDefined.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
[34/47] Compiling SimulatorServices Runtime.swift
[35/47] Compiling SimulatorServices RuntimeID.swift
[36/47] Compiling SimulatorServices SimulatorList.swift
[37/47] Compiling SimulatorServices Version.swift
[38/47] Compiling SimulatorServices DispatchSemaphore.swift
[39/47] Compiling SimulatorServices ProcessOutputHandleSet.swift
[40/47] Compiling SimulatorServices ProcessResult.swift
[41/47] Compiling SimulatorServices TerminationResult.swift
[42/47] Compiling SimulatorServices UncaughtSignal.swift
[43/47] Compiling SimulatorServices DevicePair.swift
[44/47] Compiling SimulatorServices DeviceState.swift
[45/47] Compiling SimulatorServices DeviceType.swift
[46/47] Compiling SimulatorServices DeviceTypeID.swift
[47/47] Compiling SimulatorServices ModelID+Version.swift
Build complete! (7.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "osver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/OSVer.git"
    }
  ],
  "manifest_display_name" : "SimulatorServices",
  "name" : "SimulatorServices",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SimulatorServices",
      "targets" : [
        "SimulatorServices"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimulatorServicesTests",
      "module_type" : "SwiftTarget",
      "name" : "SimulatorServicesTests",
      "path" : "Tests/SimulatorServicesTests",
      "sources" : [
        "ContainerIDTests.swift",
        "DeviceStateTests.swift",
        "Extensions/Data.swift",
        "Extensions/FileHandle.swift",
        "Extensions/ProcessError.swift",
        "Extensions/String.swift",
        "GetAppContainerTests.swift",
        "ListTests.swift",
        "Mocks/MockAsyncableProcess.swift",
        "Mocks/MockDecoder.swift",
        "Mocks/MockSimCtlProcess.swift",
        "Mocks/MockSubcommand.swift",
        "PairStateTests.swift",
        "PrefixedDecodableStringTests.swift",
        "ProcessTests.swift",
        "RawDefinedTests.swift",
        "RuntimeIDTests.swift",
        "SimCtlTests.swift",
        "SimulatorIDTests.swift",
        "SubcommandTests.swift"
      ],
      "target_dependencies" : [
        "SimulatorServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimulatorServicesIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "SimulatorServicesIntegrationTests",
      "path" : "Tests/SimulatorServicesIntegrationTests",
      "sources" : [
        "DeviceTests.swift"
      ],
      "target_dependencies" : [
        "SimulatorServices"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimulatorServices",
      "module_type" : "SwiftTarget",
      "name" : "SimulatorServices",
      "path" : "Sources/SimulatorServices",
      "product_dependencies" : [
        "OSVer"
      ],
      "product_memberships" : [
        "SimulatorServices"
      ],
      "sources" : [
        "Arguments/ContainerID.swift",
        "Arguments/SimulatorID.swift",
        "Commands/GetAppContainer.swift",
        "Commands/List.swift",
        "Components/Device.swift",
        "Components/DevicePair.swift",
        "Components/DeviceState.swift",
        "Components/DeviceType.swift",
        "Components/DeviceTypeID.swift",
        "Components/ModelID+Version.swift",
        "Components/ModelID.swift",
        "Components/PairState.swift",
        "Components/Path.swift",
        "Components/Platform.swift",
        "Components/ProductFamily.swift",
        "Components/Runtime.swift",
        "Components/RuntimeID.swift",
        "Components/SimulatorList.swift",
        "Components/Version.swift",
        "Process/DispatchSemaphore.swift",
        "Process/InternalAsyncableProcess.swift",
        "Process/InternalSimCtlProcess.swift",
        "Process/Process.swift",
        "Process/ProcessCompletionPromise.swift",
        "Process/ProcessError.swift",
        "Process/ProcessOutputHandleSet.swift",
        "Process/ProcessResult.swift",
        "Process/TerminationResult.swift",
        "Process/UncaughtSignal.swift",
        "SimCtl.swift",
        "Subcommand.swift",
        "Support/Decoder+PrefixedDecodableString.swift",
        "Support/PrefixedDecodableString+RawDefined.swift",
        "Support/PrefixedDecodableString.swift",
        "Support/RandomEnum.swift",
        "Support/RawDefined.swift",
        "Support/RawReversable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.