Build Information
Failed to build XcodeTools, reference main (86e908
), with Swift 6.0 for macOS (SPM) on 6 Nov 2024 15:37:07 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[794/843] Compiling XcodeJsonOutput ActionTestMetadata.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[795/843] Compiling XcodeJsonOutput ActionTestSummaryGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[796/843] Compiling XcodeJsonOutput ActionTestSummaryIdentifiableObject.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[797/843] Compiling XcodeJsonOutput ActionDeviceRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[798/843] Compiling XcodeJsonOutput ActionPlatformRecord.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[799/843] Compiling XcodeJsonOutput ActionRecordHead.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
[800/843] Emitting module XcodeJsonOutput
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestMetadata : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestMetadata", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryGroup.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryGroup : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryGroup", supertype: .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary")))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionAbstractTestSummary/ActionTestSummaryIdentifiableObject/ActionTestSummaryIdentifiableObject.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionTestSummaryIdentifiableObject : _AnyActionTestSummaryIdentifiableObject {
6 |
7 | static var type: ObjectType = .init(name: "ActionTestSummaryIdentifiableObject", supertype: .init(name: "ActionAbstractTestSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionDeviceRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionDeviceRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionDeviceRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var busSpeedInMHz: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionPlatformRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionPlatformRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionPlatformRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordHead : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var runDestination: ActionRunDestinationRecord
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRecordTail.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRecordTail : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRecordTail")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var actionResult: ActionResult
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionResult.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionResult : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionResult")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var coverage: CodeCoverageInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionRunDestinationRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionRunDestinationRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionRunDestinationRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var displayName: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionSDKRecord.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionSDKRecord : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionSDKRecord")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActionsInvocationMetadata.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionsInvocationMetadata : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActionsInvocationMetadata")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var creatingWorkspaceFilePath: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogMessage.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogMessage : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogMessage")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var title: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionHead/ActivityLogCommandInvocationSectionHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogCommandInvocationSectionHead : _AnyActivityLogSectionHead {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogCommandInvocationSectionHead", supertype: .init(name: "ActivityLogSectionHead"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var commandDetails: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionHead/ActivityLogMajorSectionHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogMajorSectionHead : _AnyActivityLogSectionHead {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogMajorSectionHead", supertype: .init(name: "ActivityLogSectionHead"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var domainType: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionHead/ActivityLogSectionHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogSectionHead : _AnyActivityLogSectionHead {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogSectionHead")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var domainType: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionHead/ActivityLogUnitTestSectionHead.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogUnitTestSectionHead : _AnyActivityLogSectionHead {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogUnitTestSectionHead", supertype: .init(name: "ActivityLogSectionHead"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var domainType: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionTail/ActivityLogCommandInvocationSectionTail.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogCommandInvocationSectionTail : _AnyActivityLogSectionTail {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogCommandInvocationSectionTail", supertype: .init(name: "ActivityLogSectionTail"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var duration: Double
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionTail/ActivityLogMajorSectionTail.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogMajorSectionTail : _AnyActivityLogSectionTail {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogMajorSectionTail", supertype: .init(name: "ActivityLogSectionTail"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var duration: Double
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionTail/ActivityLogSectionTail.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogSectionTail : _AnyActivityLogSectionTail {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogSectionTail")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var duration: Double
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ActivityLogSectionTail/ActivityLogUnitTestSectionTail.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActivityLogUnitTestSectionTail : _AnyActivityLogSectionTail {
6 |
7 | static var type: ObjectType = .init(name: "ActivityLogUnitTestSectionTail", supertype: .init(name: "ActivityLogSectionTail"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var duration: Double
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/ActionFinishedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionFinishedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "ActionFinishedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var actionInfo: StreamedActionInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/ActionStartedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ActionStartedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "ActionStartedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var actionInfo: StreamedActionInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/InvocationFinishedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct InvocationFinishedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "InvocationFinishedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var recordRef: Reference
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/InvocationStartedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct InvocationStartedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "InvocationStartedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var metadata: ActionsInvocationMetadata
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/IssueEmittedEventPayload.swift:9:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | struct IssueEmittedEventPayload : _AnyStreamedEventPayload {
8 |
9 | static var type: ObjectType = .init(name: "IssueEmittedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 | var issue: AnyIssueSummary
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/LogMessageEmittedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct LogMessageEmittedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "LogMessageEmittedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var message: ActivityLogMessage
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/LogSectionAttachedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct LogSectionAttachedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "LogSectionAttachedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var childSectionIndex: Int
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/LogSectionClosedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct LogSectionClosedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "LogSectionClosedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var resultInfo: StreamedActionResultInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/LogSectionCreatedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct LogSectionCreatedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "LogSectionCreatedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var head: AnyActivityLogSectionHead
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/LogTextAppendedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct LogTextAppendedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "LogTextAppendedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var resultInfo: StreamedActionResultInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/TestEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct TestEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "TestEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var identifier: String?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/AnyStreamedEventPayload/TestFinishedEventPayload.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct TestFinishedEventPayload : _AnyStreamedEventPayload {
6 |
7 | static var type: ObjectType = .init(name: "TestFinishedEventPayload", supertype: .init(name: "AnyStreamedEventPayload"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var resultInfo: StreamedActionResultInfo
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Bool.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension Bool : _Object {
6 |
7 | static let type = ObjectType(name: "Bool")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/CodeCoverageInfo.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct CodeCoverageInfo : _Object {
6 |
7 | static var type: ObjectType = .init(name: "CodeCoverageInfo")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary: [String : Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Date.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension Date : _Object {
6 |
7 | static let type = ObjectType(name: "Date")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Date.swift:25:21: warning: static property 'parser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | private static var parser: ISO8601DateFormatter = {
| |- warning: static property 'parser' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'parser' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'parser' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
26 | let ret = ISO8601DateFormatter()
27 | ret.formatOptions = .withInternetDateTime
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/DocumentLocation.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct DocumentLocation : _Object {
6 |
7 | static var type: ObjectType = .init(name: "DocumentLocation")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var concreteTypeName: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Double.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension Double : _Object {
6 |
7 | static let type = ObjectType(name: "Double")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/EntityIdentifier.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct EntityIdentifier : _Object {
6 |
7 | static var type: ObjectType = .init(name: "EntityIdentifier")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var containerName: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Int.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension Int : _Object {
6 |
7 | static let type = ObjectType(name: "Int")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/IssueSummary/IssueSummary.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct IssueSummary : _AnyIssueSummary {
6 |
7 | static var type: ObjectType = .init(name: "IssueSummary")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var issueType: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/IssueSummary/TestFailureIssueSummary.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct TestFailureIssueSummary : _AnyIssueSummary {
6 |
7 | static var type: ObjectType = .init(name: "TestFailureIssueSummary", supertype: .init(name: "IssueSummary"))
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var issueType: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/Reference.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct Reference : _Object {
6 |
7 | static var type: ObjectType = .init(name: "Reference")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var id: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ResultIssueSummaries.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ResultIssueSummaries : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ResultIssueSummaries")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var warningSummaries: [IssueSummary]
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ResultMetrics.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct ResultMetrics : _Object {
6 |
7 | static var type: ObjectType = .init(name: "ResultMetrics")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var warningCount: Int
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/StreamedActionInfo.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct StreamedActionInfo : _Object {
6 |
7 | static var type: ObjectType = .init(name: "StreamedActionInfo")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary: [String : Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/StreamedActionResultInfo.swift:7:13: warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
5 | struct StreamedActionResultInfo : _Object {
6 |
7 | static var type: ObjectType = .init(name: "StreamedActionResultInfo")
| |- warning: static property 'type' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'type' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | var resultIndex: Int?
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/StreamedEvent.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct StreamedEvent : _Object {
6 |
7 | static let type = ObjectType(name: "StreamedEvent")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[801/843] Compiling XcodeJsonOutput String.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[802/843] Compiling XcodeJsonOutput TypeDefinition.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[803/843] Compiling XcodeJsonOutput Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[804/843] Compiling XcodeJsonOutput Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[805/843] Compiling XcodeJsonOutput XcodeJsonOutputConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[806/843] Compiling XcodeJsonOutput XcodeJsonOutputErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/String.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | extension String : _Object {
6 |
7 | static let type = ObjectType(name: "String")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | init(dictionary originalDictionary: [String: Any?], parentPropertyName: String?) throws {
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/TypeDefinition.swift:7:13: warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
5 | public struct TypeDefinition : _Object {
6 |
7 | static let type = ObjectType(name: "TypeDefinition")
| |- warning: static property 'type' is not concurrency-safe because non-'Sendable' type 'ObjectType' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'type' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
8 |
9 | public var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Model/ Meta/ObjectType.swift:5:7: note: class 'ObjectType' does not conform to the 'Sendable' protocol
3 |
4 |
5 | class ObjectType : Equatable, CustomStringConvertible {
| `- note: class 'ObjectType' does not conform to the 'Sendable' protocol
6 |
7 | var name: String
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/Parser.swift:31:13: warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
29 | }
30 |
31 | static var allObjectTypes: [_Object.Type] = [
| |- warning: static property 'allObjectTypes' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'allObjectTypes' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'allObjectTypes' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
32 | ActionTestMetadata.self,
33 | ActionTestSummaryGroup.self,
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputConfig.swift:9:20: warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
7 | public struct XcodeJsonOutputConfig {
8 |
9 | public static var logger: Logging.Logger? = {
| |- warning: static property 'logger' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'logger' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: annotate 'logger' with '@MainActor' if property should only be accessed from the main actor
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 | return Logger(label: "com.xcode-actions.XcodeJsonOutput")
11 | }()
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:13:7: warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
11 |
12 | /** The given dictionary does not have a _type property */
13 | case noObjectType(objectDictionary: [String: Any?])
| `- warning: associated value 'noObjectType(objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:15:7: warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
13 | case noObjectType(objectDictionary: [String: Any?])
14 | /** The _type property of the dictionary object is invalid */
15 | case malformedObjectType(typeObject: Any?)
| `- warning: associated value 'malformedObjectType(typeObject:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:18:7: warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
16 |
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
| `- warning: associated value 'invalidObjectType(parentPropertyName:expectedType:givenObjectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:19:7: warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
17 | /** Trying to init an object with a dictionary whose type is incompatible. */
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'missingProperty(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
21 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:20:7: warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
18 | case invalidObjectType(parentPropertyName: String?, expectedType: String, givenObjectDictionary: [String: Any?])
19 | case missingProperty(_ propertyName: String, objectDictionary: [String: Any?])
20 | case propertyValueIsNotDictionary(propertyName: String, objectDictionary: [String: Any?])
| `- warning: associated value 'propertyValueIsNotDictionary(propertyName:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:23:7: warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
21 |
22 | /** The `_value` property value is not of the expected type. */
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
| `- warning: associated value 'invalidValueTypeOrMissingValue(parentPropertyName:expectedType:value:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
/Users/admin/builder/spi-builder-workspace/Sources/XcodeJsonOutput/XcodeJsonOutputErrors.swift:25:7: warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
23 | case invalidValueTypeOrMissingValue(parentPropertyName: String?, expectedType: String, value: Any?)
24 |
25 | case unknownObjectType(String, objectDictionary: [String: Any?])
| `- warning: associated value 'unknownObjectType(_:objectDictionary:)' of 'Sendable'-conforming enum 'XcodeJsonOutputError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
26 |
27 | }
[824/880] Compiling TSCUtility Tracing.swift
[825/880] Compiling TSCUtility Triple.swift
[826/880] Compiling TSCUtility URL.swift
[827/880] Compiling TSCUtility Verbosity.swift
[828/884] Compiling TSCUtility OSLog.swift
[829/884] Compiling TSCUtility OrderedZip.swift
[830/884] Compiling TSCUtility PersistenceCache.swift
[831/884] Compiling TSCUtility PkgConfig.swift
[832/884] Compiling TSCUtility Platform.swift
[833/884] Compiling TSCUtility PolymorphicCodable.swift
[834/884] Compiling TSCUtility ProgressAnimation.swift
[835/884] Compiling TSCUtility SQLite.swift
[836/884] Compiling TSCUtility BuildFlags.swift
[837/884] Compiling TSCUtility CollectionExtensions.swift
[838/884] Compiling TSCUtility Context.swift
[839/884] Compiling TSCUtility Diagnostics.swift
[840/884] Compiling TSCUtility Archiver.swift
[841/884] Compiling TSCUtility ArgumentParser.swift
[842/884] Compiling TSCUtility ArgumentParserShellCompletion.swift
[843/884] Compiling TSCUtility Array+Extensions.swift
[844/884] Compiling TSCUtility FSWatch.swift
[845/884] Compiling TSCUtility FloatingPointExtensions.swift
[846/884] Compiling TSCUtility Git.swift
[847/884] Compiling TSCUtility Hex.swift
[848/884] Compiling TSCUtility SerializedDiagnostics.swift
[849/884] Compiling TSCUtility SimplePersistence.swift
[850/884] Compiling TSCUtility StringExtensions.swift
[851/884] Compiling TSCUtility StringMangling.swift
[852/884] Emitting module TSCUtility
[853/884] Compiling TSCUtility Version.swift
[854/884] Compiling TSCUtility Versioning.swift
[855/884] Compiling TSCUtility dlopen.swift
[856/884] Compiling TSCUtility misc.swift
[857/884] Compiling TSCUtility IndexStore.swift
[858/884] Compiling TSCUtility InterruptHandler.swift
[859/884] Compiling TSCUtility JSONMessageStreamingParser.swift
[860/884] Compiling TSCUtility Netrc.swift
[861/884] Compiling TSCUtility Bits.swift
[862/884] Compiling TSCUtility Bitstream.swift
[863/884] Compiling TSCUtility BitstreamReader.swift
[864/884] Compiling TSCUtility BitstreamWriter.swift
[865/906] Compiling Basics DispatchTimeInterval+Extensions.swift
[866/906] Compiling Basics EnvironmentVariables.swift
[867/906] Compiling Basics Errors.swift
[868/908] Compiling Basics ByteString+Extensions.swift
[869/908] Compiling Basics ConcurrencyHelpers.swift
[870/908] Compiling Basics Dictionary+Extensions.swift
[871/908] Compiling Basics SwiftVersion.swift
[872/908] Compiling Basics Triple+Extensions.swift
[873/908] Compiling Basics JSONDecoder+Extensions.swift
[874/908] Compiling Basics Netrc.swift
[875/908] Compiling Basics Archiver+Zip.swift
[876/908] Compiling Basics Archiver.swift
[877/908] Compiling Basics AuthorizationProvider.swift
[878/908] Compiling Basics Observability.swift
[879/908] Compiling Basics SQLiteBackedCache.swift
[880/908] Emitting module Basics
[881/908] Compiling Basics Sandbox.swift
[882/908] Compiling Basics String+Extensions.swift
[883/908] Compiling Basics HTTPClient.swift
[884/908] Compiling Basics JSON+Extensions.swift
[885/908] Compiling Basics FileSystem+Extensions.swift
[886/908] Compiling Basics HTPClient+URLSession.swift
[887/908] Compiling Basics Version+Extensions.swift
[888/908] Compiling Basics VirtualFileSystem.swift
[889/959] Compiling PackageCollectionsSigning Certificate.swift
[890/959] Compiling PackageCollectionsSigning CertificatePolicy.swift
[891/959] Compiling PackageCollectionsSigning ASN1.swift
[892/962] Compiling PackageCollectionsSigning Signing+RSAKey.swift
[893/962] Compiling PackageCollectionsSigning Signing.swift
[894/962] Compiling PackageModel Diagnostics.swift
[895/962] Compiling PackageModel Manifest.swift
[896/962] Compiling PackageModel PackageConditionDescription.swift
[897/964] Compiling PackageCollectionsSigning Key+RSA.swift
[898/964] Compiling PackageCollectionsSigning Key.swift
[899/964] Compiling PackageCollectionsSigning BoringSSLKey.swift
[900/964] Compiling PackageCollectionsSigning Key+EC.swift
[901/964] Compiling PackageCollectionsSigning Signature.swift
[902/964] Compiling PackageModel SystemPackageProviderDescription.swift
[903/964] Compiling PackageCollectionsSigning ASN1Error.swift
[904/964] Compiling PackageCollectionsSigning PEMDocument.swift
[905/964] Compiling PackageCollectionsSigning SEC1PrivateKey.swift
[906/964] Compiling PackageCollectionsSigning ASN1Integer.swift
[907/964] Compiling PackageCollectionsSigning ASN1ObjectIdentifier.swift
[908/964] Compiling PackageCollectionsSigning ASN1OctetString.swift
[909/964] Compiling PackageCollectionsSigning PackageCollectionSigning.swift
[910/964] Compiling PackageCollectionsSigning BoringSSLSigning.swift
[911/964] Compiling PackageCollectionsSigning Base64URL.swift
[912/964] Compiling PackageCollectionsSigning Utilities.swift
[913/964] Compiling PackageModel ToolchainConfiguration.swift
[914/964] Compiling PackageModel ToolsVersion.swift
[915/964] Compiling PackageModel ToolsVersionSpecificationGeneration.swift
[916/964] Emitting module PackageCollectionsSigning
[920/964] Compiling PackageModel ManifestSourceGeneration.swift
[921/964] Compiling PackageModel ModuleMapType.swift
[922/964] Compiling PackageModel Package.swift
[944/964] Emitting module PackageModel
[945/985] Compiling PackageFingerprint Model.swift
[946/985] Compiling PackageFingerprint PackageFingerprintStorage.swift
[947/985] Compiling PackageLoading PlatformRegistry.swift
[948/986] Compiling SourceControl RepositoryManager.swift
[949/986] Compiling SourceControl Repository.swift
[950/986] Emitting module PackageFingerprint
[951/986] Compiling PackageFingerprint FilePackageFingerprintStorage.swift
[952/986] Compiling PackageLoading PkgConfig.swift
[953/986] Compiling PackageLoading Target+PkgConfig.swift
[954/986] Compiling PackageLoading TargetSourcesBuilder.swift
[955/986] Compiling PackageLoading ToolsVersionLoader.swift
[956/986] Emitting module SourceControl
[957/986] Compiling SourceControl GitRepository.swift
[958/1011] Compiling PackageCollections PackageIndex+Configuration.swift
[959/1011] Compiling PackageCollections PackageIndex.swift
[960/1011] Compiling PackageLoading ModuleMapGenerator.swift
[961/1011] Compiling PackageLoading PackageBuilder.swift
[962/1011] Emitting module PackageLoading
[963/1011] Compiling PackageCollections Collection.swift
[964/1011] Compiling PackageCollections PackageCollections.swift
[965/1011] Compiling PackageCollections API.swift
[966/1011] Compiling PackageCollections CVE.swift
[967/1016] Compiling PackageCollections PackageCollectionProvider.swift
[968/1016] Compiling PackageCollections PackageMetadataProvider.swift
[969/1018] Compiling PackageRegistry RegistryDownloadsManager.swift
[970/1018] Compiling PackageCollections Trie.swift
[971/1018] Compiling PackageCollections Utility.swift
[975/1018] Compiling PackageCollections License.swift
[976/1018] Compiling PackageCollections Package.swift
[977/1018] Compiling PackageCollections PackageList.swift
[978/1018] Emitting module PackageCollections
[979/1018] Compiling PackageCollections PackageCollectionsStorage.swift
[980/1018] Compiling PackageCollections SQLitePackageCollectionsStorage.swift
[981/1018] Compiling PackageCollections FilePackageCollectionsSourcesStorage.swift
[982/1018] Compiling PackageCollections PackageCollectionsSourcesStorage.swift
[983/1018] Compiling PackageRegistry RegistryConfiguration.swift
[984/1018] Compiling PackageRegistry Registry.swift
[985/1018] Emitting module PackageRegistry
[986/1018] Compiling PackageRegistry RegistryClient.swift
[990/1040] Compiling PackageGraph PackageGraphRoot.swift
[991/1040] Compiling PackageGraph PackageModel+Extensions.swift
[992/1040] Compiling PackageGraph PackageRequirement.swift
[993/1040] Compiling PackageGraph ResolvedPackage.swift
[994/1040] Compiling PackageGraph PartialSolution.swift
[995/1040] Compiling PackageGraph PubgrubDependencyResolver.swift
[996/1040] Compiling PackageGraph PinsStore.swift
[997/1040] Compiling PackageGraph ResolvedProduct.swift
[998/1040] Compiling PackageGraph ResolvedTarget.swift
[999/1040] Compiling PackageGraph Assignment.swift
[1000/1040] Compiling PackageGraph Incompatibility.swift
[1001/1042] Compiling PackageGraph BoundVersion.swift
[1002/1042] Compiling PackageGraph DependencyMirrors.swift
[1003/1042] Compiling PackageGraph DependencyResolutionNode.swift
[1010/1042] Compiling PackageGraph Version+Extensions.swift
[1011/1042] Compiling PackageGraph VersionSetSpecifier.swift
[1012/1042] Emitting module PackageGraph
[1013/1042] Compiling PackageGraph Term.swift
[1015/1042] Compiling PackageGraph PackageContainer.swift
[1016/1042] Compiling PackageGraph PackageGraph+Loading.swift
[1017/1042] Compiling PackageGraph PackageGraph.swift
[1018/1042] Compiling PackageGraph DependencyResolver.swift
[1019/1042] Compiling PackageGraph Diagnostics.swift
[1020/1042] Compiling PackageGraph GraphLoadingNode.swift
[1023/1098] Compiling SPMBuildCore Toolchain.swift
[1024/1098] Compiling SPMBuildCore Sanitizers.swift
[1025/1099] Compiling SPMBuildCore PluginScriptRunner.swift
[1026/1099] Compiling SPMBuildCore PrebuildCommandResult.swift
[1027/1099] Compiling Xcodeproj PBXBuildFile.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1028/1099] Compiling Xcodeproj PBXBuildRule.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1029/1099] Compiling Xcodeproj XCBuildConfiguration.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1030/1099] Compiling Xcodeproj XCConfigurationList.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1031/1099] Compiling Xcodeproj PBXAppleScriptBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1032/1103] Emitting module Xcodeproj
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1033/1103] Compiling SPMBuildCore XCFrameworkMetadata.swift
[1034/1103] Compiling Xcodeproj XcodeProj.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1035/1103] Compiling Xcodeproj XcodeProjConfig.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1036/1103] Compiling Xcodeproj XcodeProjErrors.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1037/1103] Compiling Xcodeproj resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1038/1103] Compiling Xcodeproj BuildSettingKey.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1039/1103] Compiling Xcodeproj BuildSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1040/1103] Compiling Xcodeproj CombinedBuildSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1041/1103] Compiling Xcodeproj PBXProj.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1042/1103] Compiling Xcodeproj XCSwiftPackageProductDependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1043/1103] Compiling Xcodeproj PBXTargetDependency.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1044/1103] Compiling Xcodeproj PBXAggregateTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1045/1103] Compiling Xcodeproj PBXLegacyTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1046/1103] Compiling Xcodeproj PBXNativeTarget.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1047/1103] Compiling Xcodeproj Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1048/1103] Compiling Xcodeproj ValueAndComment.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1049/1103] Compiling Xcodeproj BuildSetting.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1050/1103] Compiling Xcodeproj PBXVariantGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1051/1103] Compiling Xcodeproj XCVersionGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1052/1103] Compiling Xcodeproj PBXProject.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1053/1103] Compiling Xcodeproj XCRemoteSwiftPackageReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1054/1103] Compiling Xcodeproj PBXCopyFilesBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1055/1103] Compiling Xcodeproj PBXFrameworksBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1056/1103] Compiling Xcodeproj PBXHeadersBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1057/1103] Compiling Xcodeproj PBXResourcesBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1058/1103] Compiling Xcodeproj PBXShellScriptBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1059/1103] Compiling Xcodeproj PBXSourcesBuildPhase.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1060/1103] Compiling Xcodeproj PBXContainerItemProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1061/1103] Compiling Xcodeproj PBXFileReference.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1062/1103] Compiling Xcodeproj PBXGroup.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1063/1103] Compiling Xcodeproj PBXReferenceProxy.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
[1064/1103] Compiling Xcodeproj PBXFileElement.swift
[1065/1103] Compiling Xcodeproj PBXObject.swift
[1066/1103] Compiling Xcodeproj XcodeProj+BuildSettings.swift
[1067/1103] Compiling Xcodeproj XcodeProj+Files.swift
[1068/1103] Emitting module SPMBuildCore
[1069/1103] Compiling Xcodeproj ModelSingleton.swift
[1070/1103] Compiling Xcodeproj PBXBuildPhase.swift
[1071/1103] Compiling Xcodeproj PBXTarget.swift
[1072/1103] Compiling Xcodeproj XCConfig.swift
[1073/1103] Compiling Xcodeproj XcodeProj+Packages.swift
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
/Users/admin/builder/spi-builder-workspace/Sources/XcodeProj/PBXModel/Container/PBXContainerItemProxy.swift:4:8: error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
2 | import Foundation
3 |
4 | import Utils
| `- error: compiling for macOS 10.15.4, but module 'Utils' has a minimum deployment target of macOS 12.0: /Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Modules/Utils.swiftmodule
5 |
6 |
BUILD FAILURE 6.0 macosSpm