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 main (6be3ab), with Swift 5.10 for Linux on 26 Feb 2025 23:05:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/SimulatorServices.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6be3ab9 Delete .github/actions directory
Cloned https://github.com/brightdigit/SimulatorServices.git
Revision (git rev-parse @):
6be3ab9580a4d831f6c88a0fe0128be3c9968aaf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SimulatorServices.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/brightdigit/SimulatorServices.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/brightdigit/OSVer.git
[1/258] Fetching osver
Fetched https://github.com/brightdigit/OSVer.git from cache (0.21s)
Computing version for https://github.com/brightdigit/OSVer.git
Computed https://github.com/brightdigit/OSVer.git at 1.0.0 (0.41s)
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...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/10] Compiling OSVer OSVer+CustomStringConvertible.swift
[5/10] 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
[6/10] Compiling OSVer OSVer+Comparable.swift
[7/10] Compiling OSVer OSVerParseable.swift
[8/10] 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
[9/10] Compiling OSVer OSVer+Hashable.swift
[10/10] Compiling OSVer OSVer+Init.swift
[12/45] Compiling SimulatorServices ProcessOutputHandleSet.swift
[13/45] Compiling SimulatorServices ProcessResult.swift
[14/45] Compiling SimulatorServices TerminationResult.swift
[15/45] Compiling SimulatorServices UncaughtSignal.swift
[16/49] 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
             ^
[17/49] 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
             ^
[18/49] 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
             ^
[19/49] 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
             ^
[20/49] 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
             ^
[21/49] 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
[22/49] 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
[23/49] 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
[24/49] 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
[25/49] Compiling SimulatorServices ModelID.swift
[26/49] Compiling SimulatorServices PairState.swift
[27/49] Compiling SimulatorServices Path.swift
[28/49] Compiling SimulatorServices Platform.swift
[29/49] Compiling SimulatorServices ProductFamily.swift
[30/49] 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.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[31/49] 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.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[32/49] 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.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[33/49] 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.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[34/49] 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.")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[35/49] Compiling SimulatorServices InternalAsyncableProcess.swift
[36/49] Compiling SimulatorServices InternalSimCtlProcess.swift
[37/49] Compiling SimulatorServices Process.swift
[38/49] Compiling SimulatorServices ProcessCompletionPromise.swift
[39/49] Compiling SimulatorServices ProcessError.swift
[40/49] Compiling SimulatorServices DevicePair.swift
[41/49] Compiling SimulatorServices DeviceState.swift
[42/49] Compiling SimulatorServices DeviceType.swift
[43/49] Compiling SimulatorServices DeviceTypeID.swift
[44/49] Compiling SimulatorServices ModelID+Version.swift
[45/49] Compiling SimulatorServices Runtime.swift
[46/49] Compiling SimulatorServices RuntimeID.swift
[47/49] Compiling SimulatorServices SimulatorList.swift
[48/49] Compiling SimulatorServices Version.swift
[49/49] Compiling SimulatorServices DispatchSemaphore.swift
Build complete! (8.15s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.