The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-atproto, reference 0.0.8 (ddf899), with Swift 6.0 for visionOS using Xcode 16.0 on 4 Nov 2024 07:55:21 UTC.

Swift 6 data race errors: 156

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme swift-atproto-Package -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2129:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#entity")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2129:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#entity")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2173:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.post")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2173:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.post")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2173:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.post")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2189:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#replyRef")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2189:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#replyRef")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2189:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#replyRef")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2205:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#textSlice")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2205:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#textSlice")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2205:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.post#textSlice")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2221:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.repost")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2221:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.repost")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2221:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.repost")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2285:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#followingRule")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2285:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#followingRule")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2285:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#followingRule")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2297:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#listRule")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2297:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#listRule")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2297:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#listRule")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2317:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2317:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2317:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2327:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#mentionRule")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2327:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#mentionRule")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2327:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.feed.threadgate#mentionRule")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2343:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.block")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2343:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.block")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2343:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.block")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2361:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listItemView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2361:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listItemView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2361:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listItemView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2412:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2412:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2412:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2448:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewBasic")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2448:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewBasic")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2448:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewBasic")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2464:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewerState")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2464:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewerState")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2464:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#listViewerState")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2482:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#notFoundActor")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2482:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#notFoundActor")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2482:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#notFoundActor")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2502:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#relationship")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2502:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#relationship")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2502:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.defs#relationship")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2518:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.follow")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2518:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.follow")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:2518:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.follow")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3023:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.list")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3023:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.list")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3023:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.list")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3039:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.listblock")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3039:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.listblock")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3039:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.listblock")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3059:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.graph.listitem")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3059:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.graph.listitem")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3059:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.graph.listitem")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3277:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.notification.listNotifications#notification")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3277:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.notification.listNotifications#notification")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3277:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.notification.listNotifications#notification")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3347:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#byteSlice")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3347:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#byteSlice")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3347:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#byteSlice")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3359:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#link")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3359:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#link")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3359:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#link")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3375:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3375:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3375:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3387:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#mention")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3387:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#mention")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3387:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#mention")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3399:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#tag")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3399:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#tag")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3399:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.richtext.facet#tag")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3411:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchActor")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3411:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchActor")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3411:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchActor")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3423:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchPost")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3423:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchPost")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3423:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.defs#skeletonSearchPost")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3522:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.getTaggedSuggestions#suggestion")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3522:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.getTaggedSuggestions#suggestion")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3522:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("app.bsky.unspecced.getTaggedSuggestions#suggestion")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3717:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#accountView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3717:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#accountView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3717:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#accountView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3749:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#blobView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3749:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#blobView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3749:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#blobView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3789:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#communicationTemplateView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3789:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#communicationTemplateView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3789:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#communicationTemplateView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3805:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#imageDetails")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3805:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#imageDetails")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3805:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#imageDetails")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3817:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventAcknowledge")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3817:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventAcknowledge")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3817:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventAcknowledge")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3833:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventComment")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3833:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventComment")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3833:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventComment")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3849:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEmail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3849:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEmail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3849:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEmail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3861:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEscalate")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3861:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEscalate")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3861:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventEscalate")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3881:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventLabel")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3881:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventLabel")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3881:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventLabel")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3897:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventMute")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3897:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventMute")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3897:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventMute")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3913:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReport")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3913:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReport")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3913:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReport")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3925:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventResolveAppeal")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3925:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventResolveAppeal")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3925:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventResolveAppeal")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3937:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReverseTakedown")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3937:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReverseTakedown")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3937:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventReverseTakedown")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3953:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventTakedown")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3953:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventTakedown")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3953:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventTakedown")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3965:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventUnmute")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3965:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventUnmute")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:3965:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventUnmute")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4005:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4005:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4005:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4037:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventViewDetail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4037:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventViewDetail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4037:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#modEventViewDetail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4049:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderation")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4049:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderation")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4049:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderation")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4061:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderationDetail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4061:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderationDetail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4061:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#moderationDetail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4097:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4097:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4097:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4137:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewDetail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4137:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewDetail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4137:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewDetail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4149:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewNotFound")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4149:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewNotFound")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4149:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#recordViewNotFound")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4169:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoBlobRef")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4169:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoBlobRef")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4169:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoBlobRef")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4181:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoRef")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4181:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoRef")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4181:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoRef")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4225:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4225:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4225:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4281:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewDetail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4281:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewDetail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4281:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewDetail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4293:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewNotFound")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4293:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewNotFound")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4293:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#repoViewNotFound")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4333:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4333:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4333:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4373:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportViewDetail")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4373:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportViewDetail")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4373:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#reportViewDetail")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4395:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#statusAttr")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4395:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#statusAttr")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4395:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#statusAttr")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4470:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#subjectStatusView")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4470:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#subjectStatusView")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4470:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#subjectStatusView")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4490:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#videoDetails")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4490:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#videoDetails")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:4490:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.admin.defs#videoDetails")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5419:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#label")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5419:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#label")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5419:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#label")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5431:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabel")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5431:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabel")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5431:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabel")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5443:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabels")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5443:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabels")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5443:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.label.defs#selfLabels")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5514:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#info")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5514:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#info")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5514:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#info")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5530:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#labels")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5530:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#labels")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5530:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.label.subscribeLabels#labels")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5629:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#create")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5629:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#create")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5629:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#create")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5645:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#delete")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5645:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#delete")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5645:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#delete")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5698:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#update")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5698:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#update")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5698:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.repo.applyWrites#update")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5990:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.repo.listRecords#record")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5990:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.repo.listRecords#record")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:5990:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.repo.listRecords#record")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6064:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.repo.strongRef")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6064:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.repo.strongRef")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6064:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.repo.strongRef")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6205:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.createAppPassword#appPassword")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6205:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.createAppPassword#appPassword")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6205:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.createAppPassword#appPassword")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6277:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.createInviteCodes#accountCodes")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6277:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.createInviteCodes#accountCodes")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6277:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.createInviteCodes#accountCodes")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6409:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCode")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6409:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCode")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6409:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCode")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6425:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCodeUse")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6425:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCodeUse")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6425:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.defs#inviteCodeUse")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6481:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.describeServer#links")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6481:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.describeServer#links")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6481:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.describeServer#links")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6606:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.server.listAppPasswords#appPassword")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6606:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.server.listAppPasswords#appPassword")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:6606:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.server.listAppPasswords#appPassword")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7187:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.listRepos#repo")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7187:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.listRepos#repo")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7187:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.listRepos#repo")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7269:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#commit")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7269:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#commit")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7269:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#commit")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7293:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#handle")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7293:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#handle")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7293:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#handle")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7309:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#info")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7309:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#info")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7309:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#info")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7337:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#migrate")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7337:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#migrate")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7337:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#migrate")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7353:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#repoOp")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7353:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#repoOp")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7353:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#repoOp")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7373:27: warning: static property 'typeValue' is not concurrency-safe because non-'Sendable' type 'LexiconDefinitionID' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#tombstone")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoCore/Entities/LexiconDefinitionID.swift:1:15: note: struct 'LexiconDefinitionID' does not conform to the 'Sendable' protocol
public struct LexiconDefinitionID: Hashable {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7373:27: note: annotate 'typeValue' with '@MainActor' if property should only be accessed from the main actor
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#tombstone")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ATProtoAPI/Lexicons.generated.swift:7373:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeValue = #LexiconDefID("com.atproto.sync.subscribeRepos#tombstone")
                          ^
        nonisolated(unsafe)
LLVM Profile Error: Failed to write file "default.profraw": Operation not permitted
SwiftDriverJobDiscovery normal arm64 Compiling JSONDecoderExtensions.swift, URLSessionExtensions.swift (in target 'ATProtoXRPC' from project 'swift-atproto')
SwiftDriverJobDiscovery normal arm64 Emitting module for ATProtoAPI (in target 'ATProtoAPI' from project 'swift-atproto')
SwiftDriver\ Compilation\ Requirements ATProtoAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProtoAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ATProtoAPI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-Swift.h (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ATProtoAPI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.abi.json (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftdoc (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftmodule (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftsourceinfo (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ATProto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/ATProto.modulemap (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/ATProto.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ATProto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProto -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ ATProto (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ATProto -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.abi.json
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ATProto -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.abi.json
SwiftCompile normal arm64 Compiling\ Export.swift /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ATProto -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.o -index-unit-output-path /swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ATProto/Export.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -load-plugin-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name ATProto -package-name spi_builder_workspace -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.o -index-unit-output-path /swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/Export.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for ATProto (in target 'ATProto' from project 'swift-atproto')
SwiftDriver\ Compilation\ Requirements ATProto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProto -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ATProto-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ATProto-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftdoc (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.abi.json (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftsourceinfo (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Export.swift (in target 'ATProto' from project 'swift-atproto')
SwiftDriver\ Compilation ATProto normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProto -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Session.swift, Union.generated.swift (in target 'ATProtoXRPC' from project 'swift-atproto')
SwiftDriver\ Compilation ATProtoXRPC normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProtoXRPC' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProtoXRPC -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoXRPC.o normal (in target 'ATProtoXRPC' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoXRPC.build/Objects-normal/arm64/ATProtoXRPC_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoXRPC.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoXRPC.o (in target 'ATProtoXRPC' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoXRPC.o
SwiftDriverJobDiscovery normal arm64 Compiling Lexicons.generated.swift (in target 'ATProtoAPI' from project 'swift-atproto')
SwiftDriver\ Compilation ATProtoAPI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ATProtoAPI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/ATProtoMacroPlugin\#ATProtoMacroPlugin -Xfrontend -load-plugin-executable -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/CasePathsMacros\#CasePathsMacros -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.o normal (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProtoAPI.build/Objects-normal/arm64/ATProtoAPI_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.o (in target 'ATProtoAPI' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProtoAPI.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.o normal (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-atproto.build/Debug-xros/ATProto.build/Objects-normal/arm64/ATProto_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.o (in target 'ATProto' from project 'swift-atproto')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ATProto.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-parsing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.13.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-parsing.git"
    },
    {
      "identity" : "swift-collections",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-collections.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "510.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-atproto",
  "name" : "swift-atproto",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "ATProto",
      "targets" : [
        "ATProto"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoAPI",
      "targets" : [
        "ATProtoAPI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoXRPC",
      "targets" : [
        "ATProtoXRPC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoCore",
      "targets" : [
        "ATProtoCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoMacro",
      "targets" : [
        "ATProtoMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ATProtoMacroPlugin",
      "targets" : [
        "ATProtoMacroPlugin"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ATProtoXRPCTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoXRPCTests",
      "path" : "Tests/ATProtoXRPCTests",
      "sources" : [
        "Entities/IndirectTests.swift",
        "Entities/UnionCodableTests.swift",
        "Extensions/JSONDecoderExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoXRPC",
        "ATProtoMacro"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoXRPC",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoXRPC",
      "path" : "Sources/ATProtoXRPC",
      "product_dependencies" : [
        "Parsing"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoXRPC"
      ],
      "sources" : [
        "Entities/Indirect.swift",
        "Entities/SafeURL.swift",
        "Entities/Session.swift",
        "Entities/Union.generated.swift",
        "Entities/UnionCodable.swift",
        "Entities/XRPCError.swift",
        "Entities/XRPCErrorResponse.swift",
        "Export.swift",
        "Extensions/JSONDecoderExtensions.swift",
        "Extensions/URLSessionExtensions.swift",
        "XRPC/SessionProvider.swift",
        "XRPC/XRPCClient.swift",
        "XRPC/XRPCRequest.swift",
        "XRPC/XRPCRequestParameterConvertible.swift",
        "XRPC/XRPCRequests.swift",
        "XRPC/XRPCSessionClient.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoMacroPluginTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacroPluginTests",
      "path" : "Tests/ATProtoMacroPluginTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "LexiconDefIDMacroTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoMacroPlugin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoMacroPlugin",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacroPlugin",
      "path" : "Sources/ATProtoMacroPlugin",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoMacro",
        "ATProtoMacroPlugin"
      ],
      "sources" : [
        "ATProtoMacroPlugin.swift",
        "LexiconDefIDMacro.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "ATProtoMacro",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoMacro",
      "path" : "Sources/ATProtoMacro",
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoMacro"
      ],
      "sources" : [
        "LexiconDefID.swift"
      ],
      "target_dependencies" : [
        "ATProtoMacroPlugin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoCoreTests",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoCoreTests",
      "path" : "Tests/ATProtoCoreTests",
      "sources" : [
        "Entities/ATURITests.swift",
        "Entities/LexiconDefinitionIDTests.swift",
        "Entities/NSIDTests.swift"
      ],
      "target_dependencies" : [
        "ATProtoCore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ATProtoCore",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoCore",
      "path" : "Sources/ATProtoCore",
      "product_dependencies" : [
        "OrderedCollections"
      ],
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI",
        "ATProtoXRPC",
        "ATProtoCore",
        "ATProtoMacro",
        "ATProtoMacroPlugin"
      ],
      "sources" : [
        "Entities/ATURI.swift",
        "Entities/LexiconDefinitionID.swift",
        "Entities/NSID.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProtoAPI",
      "module_type" : "SwiftTarget",
      "name" : "ATProtoAPI",
      "path" : "Sources/ATProtoAPI",
      "product_memberships" : [
        "ATProto",
        "ATProtoAPI"
      ],
      "sources" : [
        "Lexicons.generated.swift"
      ],
      "target_dependencies" : [
        "ATProtoXRPC",
        "ATProtoCore",
        "ATProtoMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ATProto",
      "module_type" : "SwiftTarget",
      "name" : "ATProto",
      "path" : "Sources/ATProto",
      "product_memberships" : [
        "ATProto"
      ],
      "sources" : [
        "Export.swift"
      ],
      "target_dependencies" : [
        "ATProtoAPI",
        "ATProtoXRPC",
        "ATProtoCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.