Build Information
Successful build of Introspection, reference 2.1.0 (80eac1), with Swift 6.1 for macOS (SPM) on 27 Jan 2026 06:51:33 UTC.
Swift 6 data race errors: 37
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Introspection.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Introspection
* tag 2.1.0 -> FETCH_HEAD
HEAD is now at 80eac12 Merge pull request #11 from RougeWare/feature/hardwareModelIdentifier-parsing
Cloned https://github.com/RougeWare/Swift-Introspection.git
Revision (git rev-parse @):
80eac12471167aa7ab8c562f76d889d51a4228a1
SUCCESS checkout https://github.com/RougeWare/Swift-Introspection.git at 2.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/RougeWare/Swift-Introspection.git
https://github.com/RougeWare/Swift-Introspection.git
{
"dependencies" : [
{
"identity" : "swift-collection-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Collection-Tools.git"
},
{
"identity" : "swift-semver",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-Beta.5",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-SemVer.git"
},
{
"identity" : "swift-string-integer-access",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-String-Integer-Access.git"
},
{
"identity" : "swift-special-string",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Special-String.git"
}
],
"manifest_display_name" : "Introspection",
"name" : "Introspection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Introspection",
"targets" : [
"Introspection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IntrospectionTests",
"module_type" : "SwiftTarget",
"name" : "IntrospectionTests",
"path" : "Tests/IntrospectionTests",
"sources" : [
"Bundle Reading tests.swift",
"Device Info tests.swift"
],
"target_dependencies" : [
"Introspection"
],
"type" : "test"
},
{
"c99name" : "Introspection",
"module_type" : "SwiftTarget",
"name" : "Introspection",
"path" : "Sources/Introspection",
"product_dependencies" : [
"SafeStringIntegerAccess",
"CollectionTools",
"SemVer",
"SpecialString",
"StringIntegerAccess"
],
"product_memberships" : [
"Introspection"
],
"sources" : [
"Bundle Reading.swift",
"Device Info.swift",
"Introspection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-2F0A5646E1D333AE.txt
[11/33] Compiling SpecialString SpecialString.swift
[12/33] Compiling FunctionTools Null functions.swift
[13/33] Emitting module RangeTools
[14/33] Compiling RangeTools RangeProtocol.swift
[15/33] Compiling RangeTools Default conformances.swift
[16/33] Compiling FunctionTools Curry.swift
[17/33] Compiling FunctionTools Constant.swift
[18/33] Compiling FunctionTools Function types.swift
[19/33] Compiling FunctionTools Echo.swift
[20/33] Compiling SemVer Testing tools.swift
[21/33] Compiling SemVer Semantic Version.swift
[22/33] Compiling SemVer Semantic Version + Comparable.swift
[23/33] Compiling SemVer Semantic Version + Hashable.swift
[24/33] Compiling FunctionTools Blackholes.swift
[25/33] Compiling FunctionTools !.swift
[26/33] Compiling FunctionTools Call.swift
[27/33] Emitting module FunctionTools
[28/33] Compiling SpecialString EssentiallyAString.swift
[29/33] Compiling SpecialString Premade Special Strings.swift
[30/33] Emitting module SpecialString
[31/33] Compiling SemVer Conveniences.swift
[32/33] Emitting module SemVer
[33/33] Compiling SemVer Semantic Version + Codable.swift
[34/49] Compiling SafeCollectionAccess Ranges or nil.swift
[35/49] Emitting module SafeCollectionAccess
[36/49] Compiling SafeCollectionAccess SafeRangeExpression.swift
[37/49] Compiling SafeCollectionAccess Safe Collection Access.swift
[38/49] Emitting module StringIntegerAccess
[39/49] Compiling StringIntegerAccess String + Integer access.swift
[40/51] Emitting module SafeStringIntegerAccess
[41/51] Compiling SafeStringIntegerAccess StringIntegerAccess + SafeCollectionAccess.swift
[42/51] Compiling CollectionTools RangeReplaceableCollection + elemental operators.swift
[43/52] Compiling CollectionTools CollectionWhichCanBeEmpty.swift
[44/52] Compiling CollectionTools Collection + withoutDuplicates.swift
[45/52] Compiling CollectionTools Sequence + sequentialPairs.swift
[46/52] Compiling CollectionTools Collection + nonEmptyOrNil.swift
[47/52] Compiling CollectionTools Collection + onlyFirst & onlyLast.swift
[48/52] Compiling CollectionTools Collection + isNotEmpty.swift
[49/52] Emitting module CollectionTools
[50/52] Compiling CollectionTools ArrayBuilder.swift
[51/52] Compiling CollectionTools Collection + everyPair.swift
[52/52] Compiling CollectionTools Collection + map with transformer.swift
[53/56] Compiling Introspection Introspection.swift
[54/56] Compiling Introspection Bundle Reading.swift
[55/56] Emitting module Introspection
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:106:16: warning: static property 'hardwareModelIdentifier' is not concurrency-safe because non-'Sendable' type 'Introspection.Device.HardwareModelIdentifier?' may have shared mutable state; this is an error in the Swift 6 language mode
104 |
105 | /// The hardware model identifier of the current device, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`
106 | static let hardwareModelIdentifier: HardwareModelIdentifier? = {
| |- warning: static property 'hardwareModelIdentifier' is not concurrency-safe because non-'Sendable' type 'Introspection.Device.HardwareModelIdentifier?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hardwareModelIdentifier' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | guard let identifierString = hardwareModelIdentifierString else { return nil }
108 | let match = hardwareModelRegex
:
140 |
141 | /// Models the components of a hardware model identifier. So `"MacBookAir9,1"` would split into `{type: "MacBookAir", version: {full: "9,1", major: 9, minor: 1}}`
142 | public struct HardwareModelIdentifier: Hashable {
| `- note: consider making struct 'HardwareModelIdentifier' conform to the 'Sendable' protocol
143 |
144 | /// The "type" portion of the hardware model identifier, like `"MacBookAir"` or `"iPhone"`
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:142:5: warning: 'public' modifier is redundant for struct declared in a public extension
140 |
141 | /// Models the components of a hardware model identifier. So `"MacBookAir9,1"` would split into `{type: "MacBookAir", version: {full: "9,1", major: 9, minor: 1}}`
142 | public struct HardwareModelIdentifier: Hashable {
| `- warning: 'public' modifier is redundant for struct declared in a public extension
143 |
144 | /// The "type" portion of the hardware model identifier, like `"MacBookAir"` or `"iPhone"`
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:230:16: warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
228 | ///
229 | /// For some reason, some newer Mac models report themselves generically as `"Mac"`, rather than specifying what kind.
230 | static let mac = Self(modelType: .mac)
| |- warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
231 |
232 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:234:16: warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
232 |
233 | /// Represents Apple's MacBook
234 | static let macBook = Self(modelType: .macBook)
| |- warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBook' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 | /// Represents Apple's MacBook Air
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:237:16: warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
235 |
236 | /// Represents Apple's MacBook Air
237 | static let macBookAir = Self(modelType: .macBookAir)
| |- warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookAir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
238 |
239 | /// Represents Apple's MacBook Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:240:16: warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
238 |
239 | /// Represents Apple's MacBook Pro
240 | static let macBookPro = Self(modelType: .macBookPro)
| |- warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
241 |
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:244:16: warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
242 |
243 | /// Represents Apple's iMac
244 | static let iMac = Self(modelType: .iMac)
| |- warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 |
246 | /// Represents Apple's iMac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:247:16: warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
245 |
246 | /// Represents Apple's iMac Pro
247 | static let iMacPro = Self(modelType: .iMacPro)
| |- warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMacPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | /// Represents Apple's Mac mini
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:250:16: warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
248 |
249 | /// Represents Apple's Mac mini
250 | static let macMini = Self(modelType: .macMini)
| |- warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macMini' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
251 |
252 | /// Represents Apple's Mac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:253:16: warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
251 |
252 | /// Represents Apple's Mac Pro
253 | static let macPro = Self(modelType: .macPro)
| |- warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
254 |
255 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:257:16: warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
255 |
256 | /// Represents Apple's iPhone
257 | static let iPhone = Self(modelType: .iPhone)
| |- warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
258 |
259 | /// Represents Apple's iPod
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:260:16: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
258 |
259 | /// Represents Apple's iPod
260 | static let iPod = Self(modelType: .iPod)
| |- warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
261 |
262 | /// Represents Apple's iPad, iPad mini, and iPad Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:263:16: warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
261 |
262 | /// Represents Apple's iPad, iPad mini, and iPad Pro
263 | static let iPad = Self(modelType: .iPad)
| |- warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPad' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 |
265 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:267:16: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
265 |
266 | /// Represents Apple's Watch
267 | static let watch = Self(modelType: .watch)
| |- warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 | /// Represents Apple's TV
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:270:16: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
268 |
269 | /// Represents Apple's TV
270 | static let tv = Self(modelType: .tv)
| |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
271 |
272 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:274:16: warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
272 |
273 | /// Represents Apple's i386 iPhone Simulator
274 | static let iPhoneSimulator_i386 = Self(modelType: .iPhoneSimulator_i386)
| |- warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_i386' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |
276 | /// Represents Apple's x86_64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:277:16: warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
275 |
276 | /// Represents Apple's x86_64 iPhone Simulator
277 | static let iPhoneSimulator_x86_64 = Self(modelType: .iPhoneSimulator_x86_64)
| |- warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_x86_64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
278 |
279 | /// Represents Apple's arm64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:280:16: warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
278 |
279 | /// Represents Apple's arm64 iPhone Simulator
280 | static let iPhoneSimulator_arm64 = Self(modelType: .iPhoneSimulator_arm64)
| |- warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_arm64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
281 |
282 | /// Represents a VMWare virtual machine
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:283:16: warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
281 |
282 | /// Represents a VMWare virtual machine
283 | static let vm_vmware = Self(modelType: .vm_vmware)
| |- warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'vm_vmware' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 | }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:294:16: warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
292 | /// For some reason, Apple seems to be making some devices just report themselves as just `"Mac"`.
293 | /// For example, the 16-inch MacBook Pro (Nov 2024) reports itself as `"Mac16,7"`
294 | static let mac: Self = "Mac"
| |- warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |
296 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:298:16: warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
296 |
297 | /// The model type prefix for Apple's MacBook
298 | static let macBook: Self = "MacBook"
| |- warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBook' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 |
300 | /// The model type prefix for Apple's MacBook Air
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:301:16: warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
299 |
300 | /// The model type prefix for Apple's MacBook Air
301 | static let macBookAir: Self = "MacBookAir"
| |- warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookAir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
302 |
303 | /// The model type prefix for Apple's MacBook Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:304:16: warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
302 |
303 | /// The model type prefix for Apple's MacBook Pro
304 | static let macBookPro: Self = "MacBookPro"
| |- warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
305 |
306 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:308:16: warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
306 |
307 | /// The model type prefix for Apple's iMac
308 | static let iMac: Self = "iMac"
| |- warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
309 |
310 | /// The model type prefix for Apple's iMac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:311:16: warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
309 |
310 | /// The model type prefix for Apple's iMac Pro
311 | static let iMacPro: Self = "iMacPro"
| |- warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMacPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |
313 | /// The model type prefix for Apple's Mac mini
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:314:16: warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
312 |
313 | /// The model type prefix for Apple's Mac mini
314 | static let macMini: Self = "Macmini"
| |- warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macMini' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
315 |
316 | /// The model type prefix for Apple's Mac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:317:16: warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
315 |
316 | /// The model type prefix for Apple's Mac Pro
317 | static let macPro: Self = "MacPro"
| |- warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
318 |
319 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:321:16: warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
319 |
320 | /// The model type prefix for Apple's iPhone
321 | static let iPhone: Self = "iPhone"
| |- warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
322 |
323 | /// The model type prefix for Apple's iPod
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:324:16: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
322 |
323 | /// The model type prefix for Apple's iPod
324 | static let iPod: Self = "iPod"
| |- warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
325 |
326 | /// The model type prefix for Apple's iPad, iPad mini, and iPad Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:327:16: warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
325 |
326 | /// The model type prefix for Apple's iPad, iPad mini, and iPad Pro
327 | static let iPad: Self = "iPad"
| |- warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPad' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
328 |
329 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:331:16: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
329 |
330 | /// The model type prefix for Apple's Watch
331 | static let watch: Self = "Watch"
| |- warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
332 |
333 | /// The model type prefix for Apple's TV
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:334:16: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
332 |
333 | /// The model type prefix for Apple's TV
334 | static let tv: Self = "AppleTV"
| |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
335 |
336 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:338:16: warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
336 |
337 | /// The model type prefix for Apple's i386 iPhone Simulator
338 | static let iPhoneSimulator_i386: Self = "i386"
| |- warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_i386' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
339 |
340 | /// The model type prefix for Apple's x86_64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:341:16: warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
339 |
340 | /// The model type prefix for Apple's x86_64 iPhone Simulator
341 | static let iPhoneSimulator_x86_64: Self = "x86_64"
| |- warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_x86_64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |
343 | /// The model type prefix for Apple's arm64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:344:16: warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
342 |
343 | /// The model type prefix for Apple's arm64 iPhone Simulator
344 | static let iPhoneSimulator_arm64: Self = "arm64"
| |- warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_arm64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
345 |
346 | /// The model type prefix for a virtualized version of Apple's Mac
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:347:16: warning: static property 'virtualizedMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
345 |
346 | /// The model type prefix for a virtualized version of Apple's Mac
347 | static let virtualizedMac: Self = "VirtualMac"
| |- warning: static property 'virtualizedMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'virtualizedMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
348 |
349 | /// The model type prefix for a VMWare virtual machine
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:350:16: warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
348 |
349 | /// The model type prefix for a VMWare virtual machine
350 | static let vm_vmware: Self = "VMware"
| |- warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'vm_vmware' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
351 |
352 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:354:16: warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
352 |
353 | /// A placeholder model type for when the model type cannot be identified
354 | static let unknown: Self = "__UNKNOWN__"
| |- warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 | }
356 |
[56/56] Compiling Introspection Device Info.swift
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:106:16: warning: static property 'hardwareModelIdentifier' is not concurrency-safe because non-'Sendable' type 'Introspection.Device.HardwareModelIdentifier?' may have shared mutable state; this is an error in the Swift 6 language mode
104 |
105 | /// The hardware model identifier of the current device, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`
106 | static let hardwareModelIdentifier: HardwareModelIdentifier? = {
| |- warning: static property 'hardwareModelIdentifier' is not concurrency-safe because non-'Sendable' type 'Introspection.Device.HardwareModelIdentifier?' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'hardwareModelIdentifier' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 | guard let identifierString = hardwareModelIdentifierString else { return nil }
108 | let match = hardwareModelRegex
:
140 |
141 | /// Models the components of a hardware model identifier. So `"MacBookAir9,1"` would split into `{type: "MacBookAir", version: {full: "9,1", major: 9, minor: 1}}`
142 | public struct HardwareModelIdentifier: Hashable {
| `- note: consider making struct 'HardwareModelIdentifier' conform to the 'Sendable' protocol
143 |
144 | /// The "type" portion of the hardware model identifier, like `"MacBookAir"` or `"iPhone"`
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:142:5: warning: 'public' modifier is redundant for struct declared in a public extension
140 |
141 | /// Models the components of a hardware model identifier. So `"MacBookAir9,1"` would split into `{type: "MacBookAir", version: {full: "9,1", major: 9, minor: 1}}`
142 | public struct HardwareModelIdentifier: Hashable {
| `- warning: 'public' modifier is redundant for struct declared in a public extension
143 |
144 | /// The "type" portion of the hardware model identifier, like `"MacBookAir"` or `"iPhone"`
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:230:16: warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
228 | ///
229 | /// For some reason, some newer Mac models report themselves generically as `"Mac"`, rather than specifying what kind.
230 | static let mac = Self(modelType: .mac)
| |- warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
231 |
232 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:234:16: warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
232 |
233 | /// Represents Apple's MacBook
234 | static let macBook = Self(modelType: .macBook)
| |- warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBook' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
235 |
236 | /// Represents Apple's MacBook Air
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:237:16: warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
235 |
236 | /// Represents Apple's MacBook Air
237 | static let macBookAir = Self(modelType: .macBookAir)
| |- warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookAir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
238 |
239 | /// Represents Apple's MacBook Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:240:16: warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
238 |
239 | /// Represents Apple's MacBook Pro
240 | static let macBookPro = Self(modelType: .macBookPro)
| |- warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
241 |
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:244:16: warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
242 |
243 | /// Represents Apple's iMac
244 | static let iMac = Self(modelType: .iMac)
| |- warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
245 |
246 | /// Represents Apple's iMac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:247:16: warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
245 |
246 | /// Represents Apple's iMac Pro
247 | static let iMacPro = Self(modelType: .iMacPro)
| |- warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMacPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
248 |
249 | /// Represents Apple's Mac mini
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:250:16: warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
248 |
249 | /// Represents Apple's Mac mini
250 | static let macMini = Self(modelType: .macMini)
| |- warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macMini' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
251 |
252 | /// Represents Apple's Mac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:253:16: warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
251 |
252 | /// Represents Apple's Mac Pro
253 | static let macPro = Self(modelType: .macPro)
| |- warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
254 |
255 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:257:16: warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
255 |
256 | /// Represents Apple's iPhone
257 | static let iPhone = Self(modelType: .iPhone)
| |- warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
258 |
259 | /// Represents Apple's iPod
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:260:16: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
258 |
259 | /// Represents Apple's iPod
260 | static let iPod = Self(modelType: .iPod)
| |- warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
261 |
262 | /// Represents Apple's iPad, iPad mini, and iPad Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:263:16: warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
261 |
262 | /// Represents Apple's iPad, iPad mini, and iPad Pro
263 | static let iPad = Self(modelType: .iPad)
| |- warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPad' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
264 |
265 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:267:16: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
265 |
266 | /// Represents Apple's Watch
267 | static let watch = Self(modelType: .watch)
| |- warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
268 |
269 | /// Represents Apple's TV
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:270:16: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
268 |
269 | /// Represents Apple's TV
270 | static let tv = Self(modelType: .tv)
| |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
271 |
272 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:274:16: warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
272 |
273 | /// Represents Apple's i386 iPhone Simulator
274 | static let iPhoneSimulator_i386 = Self(modelType: .iPhoneSimulator_i386)
| |- warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_i386' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
275 |
276 | /// Represents Apple's x86_64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:277:16: warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
275 |
276 | /// Represents Apple's x86_64 iPhone Simulator
277 | static let iPhoneSimulator_x86_64 = Self(modelType: .iPhoneSimulator_x86_64)
| |- warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_x86_64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
278 |
279 | /// Represents Apple's arm64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:280:16: warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
278 |
279 | /// Represents Apple's arm64 iPhone Simulator
280 | static let iPhoneSimulator_arm64 = Self(modelType: .iPhoneSimulator_arm64)
| |- warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_arm64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
281 |
282 | /// Represents a VMWare virtual machine
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:283:16: warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
23 | /// Represents the current device
24 | @dynamicMemberLookup
25 | struct Device {
| `- note: consider making struct 'Device' conform to the 'Sendable' protocol
26 |
27 | /// The device’s hardware model identifier, like `{"Mac", 14, 8}` or `{"iPhone", 18, 2}`.
:
281 |
282 | /// Represents a VMWare virtual machine
283 | static let vm_vmware = Self(modelType: .vm_vmware)
| |- warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'Introspection.Device' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'vm_vmware' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
284 | }
285 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:294:16: warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
292 | /// For some reason, Apple seems to be making some devices just report themselves as just `"Mac"`.
293 | /// For example, the 16-inch MacBook Pro (Nov 2024) reports itself as `"Mac16,7"`
294 | static let mac: Self = "Mac"
| |- warning: static property 'mac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'mac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
295 |
296 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:298:16: warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
296 |
297 | /// The model type prefix for Apple's MacBook
298 | static let macBook: Self = "MacBook"
| |- warning: static property 'macBook' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBook' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
299 |
300 | /// The model type prefix for Apple's MacBook Air
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:301:16: warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
299 |
300 | /// The model type prefix for Apple's MacBook Air
301 | static let macBookAir: Self = "MacBookAir"
| |- warning: static property 'macBookAir' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookAir' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
302 |
303 | /// The model type prefix for Apple's MacBook Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:304:16: warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
302 |
303 | /// The model type prefix for Apple's MacBook Pro
304 | static let macBookPro: Self = "MacBookPro"
| |- warning: static property 'macBookPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macBookPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
305 |
306 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:308:16: warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
306 |
307 | /// The model type prefix for Apple's iMac
308 | static let iMac: Self = "iMac"
| |- warning: static property 'iMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
309 |
310 | /// The model type prefix for Apple's iMac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:311:16: warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
309 |
310 | /// The model type prefix for Apple's iMac Pro
311 | static let iMacPro: Self = "iMacPro"
| |- warning: static property 'iMacPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iMacPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
312 |
313 | /// The model type prefix for Apple's Mac mini
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:314:16: warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
312 |
313 | /// The model type prefix for Apple's Mac mini
314 | static let macMini: Self = "Macmini"
| |- warning: static property 'macMini' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macMini' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
315 |
316 | /// The model type prefix for Apple's Mac Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:317:16: warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
315 |
316 | /// The model type prefix for Apple's Mac Pro
317 | static let macPro: Self = "MacPro"
| |- warning: static property 'macPro' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'macPro' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
318 |
319 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:321:16: warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
319 |
320 | /// The model type prefix for Apple's iPhone
321 | static let iPhone: Self = "iPhone"
| |- warning: static property 'iPhone' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
322 |
323 | /// The model type prefix for Apple's iPod
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:324:16: warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
322 |
323 | /// The model type prefix for Apple's iPod
324 | static let iPod: Self = "iPod"
| |- warning: static property 'iPod' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPod' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
325 |
326 | /// The model type prefix for Apple's iPad, iPad mini, and iPad Pro
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:327:16: warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
325 |
326 | /// The model type prefix for Apple's iPad, iPad mini, and iPad Pro
327 | static let iPad: Self = "iPad"
| |- warning: static property 'iPad' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPad' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
328 |
329 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:331:16: warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
329 |
330 | /// The model type prefix for Apple's Watch
331 | static let watch: Self = "Watch"
| |- warning: static property 'watch' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'watch' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
332 |
333 | /// The model type prefix for Apple's TV
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:334:16: warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
332 |
333 | /// The model type prefix for Apple's TV
334 | static let tv: Self = "AppleTV"
| |- warning: static property 'tv' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'tv' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
335 |
336 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:338:16: warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
336 |
337 | /// The model type prefix for Apple's i386 iPhone Simulator
338 | static let iPhoneSimulator_i386: Self = "i386"
| |- warning: static property 'iPhoneSimulator_i386' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_i386' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
339 |
340 | /// The model type prefix for Apple's x86_64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:341:16: warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
339 |
340 | /// The model type prefix for Apple's x86_64 iPhone Simulator
341 | static let iPhoneSimulator_x86_64: Self = "x86_64"
| |- warning: static property 'iPhoneSimulator_x86_64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_x86_64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
342 |
343 | /// The model type prefix for Apple's arm64 iPhone Simulator
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:344:16: warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
342 |
343 | /// The model type prefix for Apple's arm64 iPhone Simulator
344 | static let iPhoneSimulator_arm64: Self = "arm64"
| |- warning: static property 'iPhoneSimulator_arm64' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'iPhoneSimulator_arm64' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
345 |
346 | /// The model type prefix for a virtualized version of Apple's Mac
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:347:16: warning: static property 'virtualizedMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
345 |
346 | /// The model type prefix for a virtualized version of Apple's Mac
347 | static let virtualizedMac: Self = "VirtualMac"
| |- warning: static property 'virtualizedMac' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'virtualizedMac' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
348 |
349 | /// The model type prefix for a VMWare virtual machine
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:350:16: warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
348 |
349 | /// The model type prefix for a VMWare virtual machine
350 | static let vm_vmware: Self = "VMware"
| |- warning: static property 'vm_vmware' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'vm_vmware' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
351 |
352 |
/Users/admin/builder/spi-builder-workspace/Sources/Introspection/Device Info.swift:354:16: warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
78 |
79 | public extension Introspection.Device {
80 | enum ModelType_SpecialStringSpecialType: SpecialStringSpecialType {}
| `- note: consider making enum 'ModelType_SpecialStringSpecialType' conform to the 'Sendable' protocol
81 | typealias ModelType = SpecialString<ModelType_SpecialStringSpecialType>
82 | }
:
352 |
353 | /// A placeholder model type for when the model type cannot be identified
354 | static let unknown: Self = "__UNKNOWN__"
| |- warning: static property 'unknown' is not concurrency-safe because non-'Sendable' type 'SpecialString<Introspection.Device.ModelType_SpecialStringSpecialType>' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'unknown' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
355 | }
356 |
Build complete! (20.68s)
Fetching https://github.com/RougeWare/Swift-String-Integer-Access.git
Fetching https://github.com/RougeWare/Swift-Collection-Tools.git
Fetching https://github.com/RougeWare/Swift-SemVer.git
Fetching https://github.com/RougeWare/Swift-Special-String.git
[1/230] Fetching swift-collection-tools
[22/501] Fetching swift-collection-tools, swift-semver
[28/575] Fetching swift-collection-tools, swift-semver, swift-special-string
[291/667] Fetching swift-collection-tools, swift-semver, swift-special-string, swift-string-integer-access
Fetched https://github.com/RougeWare/Swift-Special-String.git from cache (0.80s)
Fetched https://github.com/RougeWare/Swift-Collection-Tools.git from cache (0.80s)
Fetched https://github.com/RougeWare/Swift-SemVer.git from cache (0.80s)
Fetched https://github.com/RougeWare/Swift-String-Integer-Access.git from cache (0.80s)
Computing version for https://github.com/RougeWare/Swift-String-Integer-Access.git
Computed https://github.com/RougeWare/Swift-String-Integer-Access.git at 2.1.0 (1.41s)
Fetching https://github.com/RougeWare/Swift-Safe-Collection-Access.git
Fetching https://github.com/RougeWare/Swift-Range-Tools.git
[1/165] Fetching swift-safe-collection-access
[129/235] Fetching swift-safe-collection-access, swift-range-tools
Fetched https://github.com/RougeWare/Swift-Range-Tools.git from cache (0.70s)
Fetched https://github.com/RougeWare/Swift-Safe-Collection-Access.git from cache (0.70s)
Computing version for https://github.com/RougeWare/Swift-Collection-Tools.git
Computed https://github.com/RougeWare/Swift-Collection-Tools.git at 3.2.0 (1.30s)
Fetching https://github.com/RougeWare/Swift-Function-Tools
[1/121] Fetching swift-function-tools
Fetched https://github.com/RougeWare/Swift-Function-Tools from cache (0.70s)
Computing version for https://github.com/RougeWare/Swift-Special-String.git
Computed https://github.com/RougeWare/Swift-Special-String.git at 1.2.0 (1.37s)
Computing version for https://github.com/RougeWare/Swift-Range-Tools.git
Computed https://github.com/RougeWare/Swift-Range-Tools.git at 1.2.1 (0.57s)
Computing version for https://github.com/RougeWare/Swift-Safe-Collection-Access.git
Computed https://github.com/RougeWare/Swift-Safe-Collection-Access.git at 2.3.0 (0.57s)
Computing version for https://github.com/RougeWare/Swift-Function-Tools
Computed https://github.com/RougeWare/Swift-Function-Tools at 1.2.4 (0.55s)
Computing version for https://github.com/RougeWare/Swift-SemVer.git
Computed https://github.com/RougeWare/Swift-SemVer.git at 3.0.0-Beta.5 (0.58s)
Creating working copy for https://github.com/RougeWare/Swift-Collection-Tools.git
Working copy of https://github.com/RougeWare/Swift-Collection-Tools.git resolved at 3.2.0
Creating working copy for https://github.com/RougeWare/Swift-Range-Tools.git
Working copy of https://github.com/RougeWare/Swift-Range-Tools.git resolved at 1.2.1
Creating working copy for https://github.com/RougeWare/Swift-SemVer.git
Working copy of https://github.com/RougeWare/Swift-SemVer.git resolved at 3.0.0-Beta.5
Creating working copy for https://github.com/RougeWare/Swift-Safe-Collection-Access.git
Working copy of https://github.com/RougeWare/Swift-Safe-Collection-Access.git resolved at 2.3.0
Creating working copy for https://github.com/RougeWare/Swift-Function-Tools
Working copy of https://github.com/RougeWare/Swift-Function-Tools resolved at 1.2.4
Creating working copy for https://github.com/RougeWare/Swift-String-Integer-Access.git
Working copy of https://github.com/RougeWare/Swift-String-Integer-Access.git resolved at 2.1.0
Creating working copy for https://github.com/RougeWare/Swift-Special-String.git
Working copy of https://github.com/RougeWare/Swift-Special-String.git resolved at 1.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-collection-tools",
"requirement" : {
"range" : [
{
"lower_bound" : "3.2.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Collection-Tools.git"
},
{
"identity" : "swift-semver",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0-Beta.5",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-SemVer.git"
},
{
"identity" : "swift-string-integer-access",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-String-Integer-Access.git"
},
{
"identity" : "swift-special-string",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RougeWare/Swift-Special-String.git"
}
],
"manifest_display_name" : "Introspection",
"name" : "Introspection",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Introspection",
"targets" : [
"Introspection"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "IntrospectionTests",
"module_type" : "SwiftTarget",
"name" : "IntrospectionTests",
"path" : "Tests/IntrospectionTests",
"sources" : [
"Bundle Reading tests.swift",
"Device Info tests.swift"
],
"target_dependencies" : [
"Introspection"
],
"type" : "test"
},
{
"c99name" : "Introspection",
"module_type" : "SwiftTarget",
"name" : "Introspection",
"path" : "Sources/Introspection",
"product_dependencies" : [
"SafeStringIntegerAccess",
"CollectionTools",
"SemVer",
"SpecialString",
"StringIntegerAccess"
],
"product_memberships" : [
"Introspection"
],
"sources" : [
"Bundle Reading.swift",
"Device Info.swift",
"Introspection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.