This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Swift 6 data race errors: 7

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
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 a4a7ed1 Update README.md
Cloned https://github.com/brightdigit/SimulatorServices.git
Revision (git rev-parse @):
a4a7ed17e955a33bbacbc2a2a2207dca1bf2e20a
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/brightdigit/SimulatorServices.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/brightdigit/SimulatorServices.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/brightdigit/OperatingSystemVersion.git
[1/120] Fetching operatingsystemversion
Fetched https://github.com/brightdigit/OperatingSystemVersion.git from cache (0.32s)
Computing version for https://github.com/brightdigit/OperatingSystemVersion.git
Computed https://github.com/brightdigit/OperatingSystemVersion.git at 1.0.0-beta.1 (0.76s)
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] Emitting module OperatingSystemVersion
[5/6] Compiling OperatingSystemVersion OperatingSystemVersion+Hashable.swift
[6/6] Compiling OperatingSystemVersion OperatingSystemVersion+Codable.swift
[8/38] Compiling SimulatorServices DispatchSemaphore.swift
[9/38] Compiling SimulatorServices InternalAsyncableProcess.swift
[10/38] Compiling SimulatorServices InternalSimCtlProcess.swift
[11/38] Compiling SimulatorServices Process.swift
[12/38] Compiling SimulatorServices ProcessCompletionPromise.swift
[13/38] Compiling SimulatorServices ProcessError.swift
[14/38] Compiling SimulatorServices ProcessOutputHandleSet.swift
[15/38] Compiling SimulatorServices ProcessResult.swift
[16/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'; this is an error in the Swift 6 language mode
33 | public struct SimCtl: Sendable {
34 |   /// URL Path to `xcrun`
35 |   public let xcRunURL: URL
   |              `- warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
36 |
37 |   private let processFactory: @Sendable () -> any InternalSimCtlProcess
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
 1 | public struct URL : ReferenceConvertible, Equatable {
   |               `- note: struct 'URL' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSURL
 3 |     public init?(string: String)
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
28 | //
29 |
30 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
31 |
32 | /// Interface for running `simctl`.
[17/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'; this is an error in the Swift 6 language mode
33 | public struct SimCtl: Sendable {
34 |   /// URL Path to `xcrun`
35 |   public let xcRunURL: URL
   |              `- warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
36 |
37 |   private let processFactory: @Sendable () -> any InternalSimCtlProcess
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
 1 | public struct URL : ReferenceConvertible, Equatable {
   |               `- note: struct 'URL' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSURL
 3 |     public init?(string: String)
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
28 | //
29 |
30 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
31 |
32 | /// Interface for running `simctl`.
[18/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'; this is an error in the Swift 6 language mode
33 | public struct SimCtl: Sendable {
34 |   /// URL Path to `xcrun`
35 |   public let xcRunURL: URL
   |              `- warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
36 |
37 |   private let processFactory: @Sendable () -> any InternalSimCtlProcess
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
 1 | public struct URL : ReferenceConvertible, Equatable {
   |               `- note: struct 'URL' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSURL
 3 |     public init?(string: String)
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
28 | //
29 |
30 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
31 |
32 | /// Interface for running `simctl`.
[19/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'; this is an error in the Swift 6 language mode
33 | public struct SimCtl: Sendable {
34 |   /// URL Path to `xcrun`
35 |   public let xcRunURL: URL
   |              `- warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
36 |
37 |   private let processFactory: @Sendable () -> any InternalSimCtlProcess
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
 1 | public struct URL : ReferenceConvertible, Equatable {
   |               `- note: struct 'URL' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSURL
 3 |     public init?(string: String)
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
28 | //
29 |
30 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
31 |
32 | /// Interface for running `simctl`.
[20/42] Compiling SimulatorServices PairState.swift
[21/42] Compiling SimulatorServices Path.swift
[22/42] Compiling SimulatorServices Platform.swift
[23/42] Compiling SimulatorServices ProductFamily.swift
[24/42] Emitting module SimulatorServices
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
/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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
64 |
65 |   /// The version of the runtime.
66 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
67 |
68 |   /// A boolean indicating whether the runtime is internal.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
39 |
40 |   /// The version of the runtime.
41 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
42 |
43 |   /// The suffix part of the runtime ID.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:35:14: warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
33 | public struct SimCtl: Sendable {
34 |   /// URL Path to `xcrun`
35 |   public let xcRunURL: URL
   |              `- warning: stored property 'xcRunURL' of 'Sendable'-conforming struct 'SimCtl' has non-sendable type 'URL'; this is an error in the Swift 6 language mode
36 |
37 |   private let processFactory: @Sendable () -> any InternalSimCtlProcess
Foundation.URL:1:15: note: struct 'URL' does not conform to the 'Sendable' protocol
 1 | public struct URL : ReferenceConvertible, Equatable {
   |               `- note: struct 'URL' does not conform to the 'Sendable' protocol
 2 |     public typealias ReferenceType = NSURL
 3 |     public init?(string: String)
/host/spi-builder-workspace/Sources/SimulatorServices/SimCtl.swift:30:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
28 | //
29 |
30 | import Foundation
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
31 |
32 | /// Interface for running `simctl`.
[25/42] Compiling SimulatorServices Decoder+PrefixedDecodableString.swift
[26/42] Compiling SimulatorServices PrefixedDecodableString.swift
[27/42] Compiling SimulatorServices RandomEnum.swift
[28/42] Compiling SimulatorServices RawDefined.swift
[29/42] Compiling SimulatorServices ContainerID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
[30/42] Compiling SimulatorServices SimulatorID.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
[31/42] Compiling SimulatorServices GetAppContainer.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
[32/42] Compiling SimulatorServices List.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
[33/42] Compiling SimulatorServices Device.swift
/host/spi-builder-workspace/Sources/SimulatorServices/Commands/List.swift:94:1: warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | |- warning: extension declares a conformance of imported type 'JSONDecoder' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
95 |
/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; this is an error in the Swift 6 language mode
92 |
93 | @available(macOS 13.0, *)
94 | extension JSONDecoder: InternalListDecoder {}
   | `- warning: conformance to 'Sendable' must occur in the same source file as class 'JSONDecoder'; use '@unchecked Sendable' for retroactive conformance; this is an error in the Swift 6 language mode
95 |
Foundation.JSONDecoder:25:14: warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
23 |         case custom((_ codingPath: [any CodingKey]) -> any CodingKey)
24 |     }
25 |     open var dateDecodingStrategy: JSONDecoder.DateDecodingStrategy
   |              `- warning: stored property 'dateDecodingStrategy' of 'Sendable'-conforming class 'JSONDecoder' is mutable; this is an error in the Swift 6 language mode
26 |     open var dataDecodingStrategy: JSONDecoder.DataDecodingStrategy
27 |     open var nonConformingFloatDecodingStrategy: JSONDecoder.NonConformingFloatDecodingStrategy
[34/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'); this is an error in the Swift 6 language mode
64 |
65 |   /// The version of the runtime.
66 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
67 |
68 |   /// A boolean indicating whether the runtime is internal.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
39 |
40 |   /// The version of the runtime.
41 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
42 |
43 |   /// The suffix part of the runtime ID.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[35/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'); this is an error in the Swift 6 language mode
64 |
65 |   /// The version of the runtime.
66 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
67 |
68 |   /// A boolean indicating whether the runtime is internal.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
39 |
40 |   /// The version of the runtime.
41 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
42 |
43 |   /// The suffix part of the runtime ID.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[36/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'); this is an error in the Swift 6 language mode
64 |
65 |   /// The version of the runtime.
66 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
67 |
68 |   /// A boolean indicating whether the runtime is internal.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
39 |
40 |   /// The version of the runtime.
41 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
42 |
43 |   /// The suffix part of the runtime ID.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[37/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'); this is an error in the Swift 6 language mode
64 |
65 |   /// The version of the runtime.
66 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'Runtime' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
67 |
68 |   /// A boolean indicating whether the runtime is internal.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
39 |
40 |   /// The version of the runtime.
41 |   public let version: Version
   |              `- warning: stored property 'version' of 'Sendable'-conforming struct 'RuntimeID' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
42 |
43 |   /// The suffix part of the runtime ID.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
[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'); this is an error in the Swift 6 language mode
40 |
41 |   /// The maximum runtime version as a string.
42 |   public let maxRuntimeVersionString: Version
   |              `- warning: stored property 'maxRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
43 |
44 |   /// The unique identifier of the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
/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'); this is an error in the Swift 6 language mode
49 |
50 |   /// The minimum runtime version as a string.
51 |   public let minRuntimeVersionString: Version
   |              `- warning: stored property 'minRuntimeVersionString' of 'Sendable'-conforming struct 'DeviceType' has non-sendable type 'Version' (aka 'OperatingSystemVersion'); this is an error in the Swift 6 language mode
52 |
53 |   /// The minimum runtime version supported by the device.
Foundation.OperatingSystemVersion:1:15: note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
1 | public struct OperatingSystemVersion {
  |               `- note: struct 'OperatingSystemVersion' does not conform to the 'Sendable' protocol
2 |     public var majorVersion: Int
3 |     public var minorVersion: Int
Build complete! (12.05s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "operatingsystemversion",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-beta.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/OperatingSystemVersion.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",
        "DeviceTypeTests.swift",
        "Extensions/Data.swift",
        "Extensions/FileHandle.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",
        "SimCtlTest.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" : [
        "OperatingSystemVersion"
      ],
      "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.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.swift",
        "Support/RandomEnum.swift",
        "Support/RawDefined.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.