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 SymbolKit, reference main (ddacb6), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 03:26:18 UTC.

Swift 6 data race errors: 86

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SymbolKit -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:159:66: warning: 'AlternateDeclarations' is deprecated: This type is now unused; alternate declaration information is stored in AlternateSymbols instead.
                let alternateDeclarations = try container.decode(AlternateDeclarations.self, forKey: AlternateDeclarations.symbolCodingInfo.codingKey)
                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:159:102: warning: 'AlternateDeclarations' is deprecated: This type is now unused; alternate declaration information is stored in AlternateSymbols instead.
                let alternateDeclarations = try container.decode(AlternateDeclarations.self, forKey: AlternateDeclarations.symbolCodingInfo.codingKey)
                                                                                                     ^
SwiftCompile normal arm64 Compiling\ SymbolKind.swift,\ ValueConstraints.swift,\ SymbolGraph+Overloads.swift,\ SymbolGraph.swift,\ GraphCollector.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/SymbolKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/ValueConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SymbolGraph+Overloads.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SymbolGraph.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/GraphCollector.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/SymbolKind.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/ValueConstraints.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SymbolGraph+Overloads.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SymbolGraph.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/UnifiedSymbolGraph/GraphCollector.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeclarationFragments.swift,\ Fragment.swift,\ FragmentKind.swift,\ FunctionParameter.swift,\ FunctionSignature.swift,\ HTTP.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/Fragment.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/FunctionSignature/FunctionParameter.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/FunctionSignature/FunctionSignature.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/HTTP/HTTP.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/Fragment.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: warning: static property 'keyword' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: note: add '@MainActor' to make static property 'keyword' part of global actor 'MainActor'
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: warning: static property 'attribute' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: note: add '@MainActor' to make static property 'attribute' part of global actor 'MainActor'
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: warning: static property 'numberLiteral' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: note: add '@MainActor' to make static property 'numberLiteral' part of global actor 'MainActor'
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: warning: static property 'stringLiteral' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: note: add '@MainActor' to make static property 'stringLiteral' part of global actor 'MainActor'
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: warning: static property 'typeIdentifier' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: note: add '@MainActor' to make static property 'typeIdentifier' part of global actor 'MainActor'
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: warning: static property 'genericParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: note: add '@MainActor' to make static property 'genericParameter' part of global actor 'MainActor'
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: warning: static property 'externalParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: note: add '@MainActor' to make static property 'externalParameter' part of global actor 'MainActor'
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: warning: static property 'internalParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: note: add '@MainActor' to make static property 'internalParameter' part of global actor 'MainActor'
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let text = Kind(rawValue: "text")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
        public static let text = Kind(rawValue: "text")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let text = Kind(rawValue: "text")!
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/FunctionSignature/FunctionParameter.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/FunctionSignature/FunctionSignature.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/HTTP/HTTP.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ SymbolKit (in target 'SymbolKit' from project 'SymbolKit')
EmitSwiftModule normal arm64 (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/ReferenceLocation.swift:16:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey = "referenceLocation"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/ReferenceLocation.swift:16:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey = "referenceLocation"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/ReferenceLocation.swift:16:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey = "referenceLocation"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/ReferenceLocation.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey = "referenceLocation"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: warning: static property 'swiftConstraints' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: note: add '@MainActor' to make static property 'swiftConstraints' part of global actor 'MainActor'
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: warning: static property 'sourceOrigin' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: note: add '@MainActor' to make static property 'sourceOrigin' part of global actor 'MainActor'
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: warning: static property 'referenceLocation' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: note: add '@MainActor' to make static property 'referenceLocation' part of global actor 'MainActor'
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: warning: static property 'mixinKeys' is not concurrency-safe because non-'Sendable' type '[String : RelationshipMixinCodingInfo]' (aka 'Dictionary<String, MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: note: add '@MainActor' to make static property 'mixinKeys' part of global actor 'MainActor'
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: warning: static property 'memberOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: note: add '@MainActor' to make static property 'memberOf' part of global actor 'MainActor'
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: warning: static property 'optionalMemberOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: note: add '@MainActor' to make static property 'optionalMemberOf' part of global actor 'MainActor'
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: warning: static property 'conformsTo' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: note: add '@MainActor' to make static property 'conformsTo' part of global actor 'MainActor'
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: warning: static property 'inheritsFrom' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: note: add '@MainActor' to make static property 'inheritsFrom' part of global actor 'MainActor'
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: warning: static property 'defaultImplementationOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: note: add '@MainActor' to make static property 'defaultImplementationOf' part of global actor 'MainActor'
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: warning: static property 'overrides' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let overrides = Kind(rawValue: "overrides")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: note: add '@MainActor' to make static property 'overrides' part of global actor 'MainActor'
        public static let overrides = Kind(rawValue: "overrides")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let overrides = Kind(rawValue: "overrides")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: warning: static property 'requirementOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: note: add '@MainActor' to make static property 'requirementOf' part of global actor 'MainActor'
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: warning: static property 'optionalRequirementOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: note: add '@MainActor' to make static property 'optionalRequirementOf' part of global actor 'MainActor'
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: warning: static property 'extensionTo' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: note: add '@MainActor' to make static property 'extensionTo' part of global actor 'MainActor'
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: warning: static property 'references' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let references = Kind(rawValue: "references")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: note: add '@MainActor' to make static property 'references' part of global actor 'MainActor'
        public static let references = Kind(rawValue: "references")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let references = Kind(rawValue: "references")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: warning: static property 'overloadOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: note: add '@MainActor' to make static property 'overloadOf' part of global actor 'MainActor'
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey = "sourceOrigin"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey = "sourceOrigin"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey = "sourceOrigin"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey = "sourceOrigin"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey = "swiftConstraints"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey = "swiftConstraints"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey = "swiftConstraints"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey = "swiftConstraints"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/AlternateDeclarations.swift:111:37: warning: 'AlternateDeclarations' is deprecated: This type is now unused; alternate declaration information is stored in AlternateSymbols instead.
        init(alternateDeclarations: AlternateDeclarations) {
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: warning: static property 'keyword' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: note: add '@MainActor' to make static property 'keyword' part of global actor 'MainActor'
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:26:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let keyword = Kind(rawValue: "keyword")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: warning: static property 'attribute' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: note: add '@MainActor' to make static property 'attribute' part of global actor 'MainActor'
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let attribute = Kind(rawValue: "attribute")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: warning: static property 'numberLiteral' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: note: add '@MainActor' to make static property 'numberLiteral' part of global actor 'MainActor'
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let numberLiteral = Kind(rawValue: "number")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: warning: static property 'stringLiteral' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: note: add '@MainActor' to make static property 'stringLiteral' part of global actor 'MainActor'
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let stringLiteral = Kind(rawValue: "string")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: warning: static property 'identifier' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: note: add '@MainActor' to make static property 'identifier' part of global actor 'MainActor'
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let identifier = Kind(rawValue: "identifier")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: warning: static property 'typeIdentifier' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: note: add '@MainActor' to make static property 'typeIdentifier' part of global actor 'MainActor'
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeIdentifier = Kind(rawValue: "typeIdentifier")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: warning: static property 'genericParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: note: add '@MainActor' to make static property 'genericParameter' part of global actor 'MainActor'
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let genericParameter = Kind(rawValue: "genericParameter")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: warning: static property 'externalParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: note: add '@MainActor' to make static property 'externalParameter' part of global actor 'MainActor'
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let externalParameter = Kind(rawValue: "externalParam")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: warning: static property 'internalParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: note: add '@MainActor' to make static property 'internalParameter' part of global actor 'MainActor'
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:88:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let internalParameter = Kind(rawValue: "internalParam")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: warning: static property 'text' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.DeclarationFragments.Fragment.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let text = Kind(rawValue: "text")!
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:17:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Equatable, Codable, RawRepresentable {
                  ^
                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: note: add '@MainActor' to make static property 'text' part of global actor 'MainActor'
        public static let text = Kind(rawValue: "text")!
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift:93:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let text = Kind(rawValue: "text")!
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:28:27: warning: static property 'associatedtype' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `associatedtype` = KindIdentifier(rawValue: "associatedtype")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:28:27: note: add '@MainActor' to make static property 'associatedtype' part of global actor 'MainActor'
        public static let `associatedtype` = KindIdentifier(rawValue: "associatedtype")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:28:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `associatedtype` = KindIdentifier(rawValue: "associatedtype")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:30:27: warning: static property 'class' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `class` = KindIdentifier(rawValue: "class")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:30:27: note: add '@MainActor' to make static property 'class' part of global actor 'MainActor'
        public static let `class` = KindIdentifier(rawValue: "class")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:30:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `class` = KindIdentifier(rawValue: "class")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:32:27: warning: static property 'deinit' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `deinit` = KindIdentifier(rawValue: "deinit")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:32:27: note: add '@MainActor' to make static property 'deinit' part of global actor 'MainActor'
        public static let `deinit` = KindIdentifier(rawValue: "deinit")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:32:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `deinit` = KindIdentifier(rawValue: "deinit")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:34:27: warning: static property 'enum' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `enum` = KindIdentifier(rawValue: "enum")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:34:27: note: add '@MainActor' to make static property 'enum' part of global actor 'MainActor'
        public static let `enum` = KindIdentifier(rawValue: "enum")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:34:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `enum` = KindIdentifier(rawValue: "enum")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:36:27: warning: static property 'case' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `case` = KindIdentifier(rawValue: "enum.case")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:36:27: note: add '@MainActor' to make static property 'case' part of global actor 'MainActor'
        public static let `case` = KindIdentifier(rawValue: "enum.case")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:36:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `case` = KindIdentifier(rawValue: "enum.case")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:38:27: warning: static property 'func' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `func` = KindIdentifier(rawValue: "func")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:38:27: note: add '@MainActor' to make static property 'func' part of global actor 'MainActor'
        public static let `func` = KindIdentifier(rawValue: "func")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `func` = KindIdentifier(rawValue: "func")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:40:27: warning: static property 'operator' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `operator` = KindIdentifier(rawValue: "func.op")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:40:27: note: add '@MainActor' to make static property 'operator' part of global actor 'MainActor'
        public static let `operator` = KindIdentifier(rawValue: "func.op")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:40:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `operator` = KindIdentifier(rawValue: "func.op")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:42:27: warning: static property 'init' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `init` = KindIdentifier(rawValue: "init")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:42:27: note: add '@MainActor' to make static property 'init' part of global actor 'MainActor'
        public static let `init` = KindIdentifier(rawValue: "init")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:42:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `init` = KindIdentifier(rawValue: "init")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:44:27: warning: static property 'ivar' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let ivar = KindIdentifier(rawValue: "ivar")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:44:27: note: add '@MainActor' to make static property 'ivar' part of global actor 'MainActor'
        public static let ivar = KindIdentifier(rawValue: "ivar")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let ivar = KindIdentifier(rawValue: "ivar")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:46:27: warning: static property 'macro' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let macro = KindIdentifier(rawValue: "macro")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:46:27: note: add '@MainActor' to make static property 'macro' part of global actor 'MainActor'
        public static let macro = KindIdentifier(rawValue: "macro")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:46:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let macro = KindIdentifier(rawValue: "macro")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:48:27: warning: static property 'method' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let method = KindIdentifier(rawValue: "method")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:48:27: note: add '@MainActor' to make static property 'method' part of global actor 'MainActor'
        public static let method = KindIdentifier(rawValue: "method")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let method = KindIdentifier(rawValue: "method")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:50:27: warning: static property 'namespace' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let namespace = KindIdentifier(rawValue: "namespace")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:50:27: note: add '@MainActor' to make static property 'namespace' part of global actor 'MainActor'
        public static let namespace = KindIdentifier(rawValue: "namespace")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:50:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let namespace = KindIdentifier(rawValue: "namespace")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:52:27: warning: static property 'property' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let property = KindIdentifier(rawValue: "property")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:52:27: note: add '@MainActor' to make static property 'property' part of global actor 'MainActor'
        public static let property = KindIdentifier(rawValue: "property")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:52:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let property = KindIdentifier(rawValue: "property")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:54:27: warning: static property 'protocol' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `protocol` = KindIdentifier(rawValue: "protocol")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:54:27: note: add '@MainActor' to make static property 'protocol' part of global actor 'MainActor'
        public static let `protocol` = KindIdentifier(rawValue: "protocol")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:54:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `protocol` = KindIdentifier(rawValue: "protocol")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:56:27: warning: static property 'snippet' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let snippet = KindIdentifier(rawValue: "snippet")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:56:27: note: add '@MainActor' to make static property 'snippet' part of global actor 'MainActor'
        public static let snippet = KindIdentifier(rawValue: "snippet")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:56:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let snippet = KindIdentifier(rawValue: "snippet")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:58:27: warning: static property 'snippetGroup' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let snippetGroup = KindIdentifier(rawValue: "snippetGroup")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:58:27: note: add '@MainActor' to make static property 'snippetGroup' part of global actor 'MainActor'
        public static let snippetGroup = KindIdentifier(rawValue: "snippetGroup")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:58:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let snippetGroup = KindIdentifier(rawValue: "snippetGroup")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:60:27: warning: static property 'struct' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `struct` = KindIdentifier(rawValue: "struct")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:60:27: note: add '@MainActor' to make static property 'struct' part of global actor 'MainActor'
        public static let `struct` = KindIdentifier(rawValue: "struct")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:60:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `struct` = KindIdentifier(rawValue: "struct")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:62:27: warning: static property 'subscript' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `subscript` = KindIdentifier(rawValue: "subscript")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:62:27: note: add '@MainActor' to make static property 'subscript' part of global actor 'MainActor'
        public static let `subscript` = KindIdentifier(rawValue: "subscript")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:62:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `subscript` = KindIdentifier(rawValue: "subscript")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:64:27: warning: static property 'typeMethod' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeMethod = KindIdentifier(rawValue: "type.method")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:64:27: note: add '@MainActor' to make static property 'typeMethod' part of global actor 'MainActor'
        public static let typeMethod = KindIdentifier(rawValue: "type.method")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:64:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeMethod = KindIdentifier(rawValue: "type.method")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:66:27: warning: static property 'typeProperty' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeProperty = KindIdentifier(rawValue: "type.property")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:66:27: note: add '@MainActor' to make static property 'typeProperty' part of global actor 'MainActor'
        public static let typeProperty = KindIdentifier(rawValue: "type.property")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:66:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeProperty = KindIdentifier(rawValue: "type.property")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:68:27: warning: static property 'typeSubscript' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let typeSubscript = KindIdentifier(rawValue: "type.subscript")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:68:27: note: add '@MainActor' to make static property 'typeSubscript' part of global actor 'MainActor'
        public static let typeSubscript = KindIdentifier(rawValue: "type.subscript")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:68:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let typeSubscript = KindIdentifier(rawValue: "type.subscript")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:70:27: warning: static property 'typealias' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `typealias` = KindIdentifier(rawValue: "typealias")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:70:27: note: add '@MainActor' to make static property 'typealias' part of global actor 'MainActor'
        public static let `typealias` = KindIdentifier(rawValue: "typealias")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:70:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `typealias` = KindIdentifier(rawValue: "typealias")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:72:27: warning: static property 'union' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let union = KindIdentifier(rawValue: "union")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:72:27: note: add '@MainActor' to make static property 'union' part of global actor 'MainActor'
        public static let union = KindIdentifier(rawValue: "union")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:72:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let union = KindIdentifier(rawValue: "union")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:74:27: warning: static property 'var' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `var` = KindIdentifier(rawValue: "var")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:74:27: note: add '@MainActor' to make static property 'var' part of global actor 'MainActor'
        public static let `var` = KindIdentifier(rawValue: "var")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `var` = KindIdentifier(rawValue: "var")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:76:27: warning: static property 'module' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let module = KindIdentifier(rawValue: "module")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:76:27: note: add '@MainActor' to make static property 'module' part of global actor 'MainActor'
        public static let module = KindIdentifier(rawValue: "module")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:76:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let module = KindIdentifier(rawValue: "module")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:78:27: warning: static property 'extension' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let `extension` = KindIdentifier(rawValue: "extension")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:78:27: note: add '@MainActor' to make static property 'extension' part of global actor 'MainActor'
        public static let `extension` = KindIdentifier(rawValue: "extension")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:78:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let `extension` = KindIdentifier(rawValue: "extension")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:80:27: warning: static property 'dictionary' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dictionary = KindIdentifier(rawValue: "dictionary")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:80:27: note: add '@MainActor' to make static property 'dictionary' part of global actor 'MainActor'
        public static let dictionary = KindIdentifier(rawValue: "dictionary")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:80:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dictionary = KindIdentifier(rawValue: "dictionary")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:82:27: warning: static property 'dictionaryKey' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let dictionaryKey = KindIdentifier(rawValue: "dictionaryKey")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:82:27: note: add '@MainActor' to make static property 'dictionaryKey' part of global actor 'MainActor'
        public static let dictionaryKey = KindIdentifier(rawValue: "dictionaryKey")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let dictionaryKey = KindIdentifier(rawValue: "dictionaryKey")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:84:27: warning: static property 'httpRequest' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let httpRequest = KindIdentifier(rawValue: "httpRequest")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:84:27: note: add '@MainActor' to make static property 'httpRequest' part of global actor 'MainActor'
        public static let httpRequest = KindIdentifier(rawValue: "httpRequest")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:84:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let httpRequest = KindIdentifier(rawValue: "httpRequest")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:86:27: warning: static property 'httpParameter' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let httpParameter = KindIdentifier(rawValue: "httpParameter")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:86:27: note: add '@MainActor' to make static property 'httpParameter' part of global actor 'MainActor'
        public static let httpParameter = KindIdentifier(rawValue: "httpParameter")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:86:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let httpParameter = KindIdentifier(rawValue: "httpParameter")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:88:27: warning: static property 'httpResponse' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let httpResponse = KindIdentifier(rawValue: "httpResponse")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:88:27: note: add '@MainActor' to make static property 'httpResponse' part of global actor 'MainActor'
        public static let httpResponse = KindIdentifier(rawValue: "httpResponse")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:88:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let httpResponse = KindIdentifier(rawValue: "httpResponse")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:90:27: warning: static property 'httpBody' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Symbol.KindIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let httpBody = KindIdentifier(rawValue: "httpBody")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:17:19: note: consider making struct 'KindIdentifier' conform to the 'Sendable' protocol
    public struct KindIdentifier: Equatable, Hashable, Codable, CaseIterable {
                  ^
                                                                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:90:27: note: add '@MainActor' to make static property 'httpBody' part of global actor 'MainActor'
        public static let httpBody = KindIdentifier(rawValue: "httpBody")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:90:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let httpBody = KindIdentifier(rawValue: "httpBody")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:103:28: warning: static property '_allCases' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        private static var _allCases: [String: Self] = [
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:103:28: note: convert '_allCases' to a 'let' constant to make 'Sendable' shared state immutable
        private static var _allCases: [String: Self] = [
                       ~~~ ^
                       let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:103:28: note: add '@MainActor' to make static property '_allCases' part of global actor 'MainActor'
        private static var _allCases: [String: Self] = [
                           ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift:103:28: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        private static var _allCases: [String: Self] = [
                           ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey: String = "overloadData"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey: String = "overloadData"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey: String = "overloadData"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey: String = "overloadData"
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:230:20: warning: static property 'availability' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let availability = Availability.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:230:20: note: add '@MainActor' to make static property 'availability' part of global actor 'MainActor'
        static let availability = Availability.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:230:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let availability = Availability.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:231:20: warning: static property 'declarationFragments' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let declarationFragments = DeclarationFragments.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:231:20: note: add '@MainActor' to make static property 'declarationFragments' part of global actor 'MainActor'
        static let declarationFragments = DeclarationFragments.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:231:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let declarationFragments = DeclarationFragments.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:232:20: warning: static property 'isReadOnly' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let isReadOnly = Mutability.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:232:20: note: add '@MainActor' to make static property 'isReadOnly' part of global actor 'MainActor'
        static let isReadOnly = Mutability.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:232:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let isReadOnly = Mutability.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:233:20: warning: static property 'swiftExtension' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let swiftExtension = Swift.Extension.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:233:20: note: add '@MainActor' to make static property 'swiftExtension' part of global actor 'MainActor'
        static let swiftExtension = Swift.Extension.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:233:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let swiftExtension = Swift.Extension.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:234:20: warning: static property 'swiftGenerics' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let swiftGenerics = Swift.Generics.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:234:20: note: add '@MainActor' to make static property 'swiftGenerics' part of global actor 'MainActor'
        static let swiftGenerics = Swift.Generics.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:234:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let swiftGenerics = Swift.Generics.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:235:20: warning: static property 'location' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let location = Location.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:235:20: note: add '@MainActor' to make static property 'location' part of global actor 'MainActor'
        static let location = Location.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:235:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let location = Location.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:236:20: warning: static property 'functionSignature' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let functionSignature = FunctionSignature.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:236:20: note: add '@MainActor' to make static property 'functionSignature' part of global actor 'MainActor'
        static let functionSignature = FunctionSignature.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:236:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let functionSignature = FunctionSignature.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:237:20: warning: static property 'spi' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let spi = SPI.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:237:20: note: add '@MainActor' to make static property 'spi' part of global actor 'MainActor'
        static let spi = SPI.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:237:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let spi = SPI.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:238:20: warning: static property 'snippet' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let snippet = Snippet.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:238:20: note: add '@MainActor' to make static property 'snippet' part of global actor 'MainActor'
        static let snippet = Snippet.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:238:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let snippet = Snippet.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:239:20: warning: static property 'minimum' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let minimum = Minimum.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:239:20: note: add '@MainActor' to make static property 'minimum' part of global actor 'MainActor'
        static let minimum = Minimum.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:239:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let minimum = Minimum.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:240:20: warning: static property 'maximum' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let maximum = Maximum.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:240:20: note: add '@MainActor' to make static property 'maximum' part of global actor 'MainActor'
        static let maximum = Maximum.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:240:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let maximum = Maximum.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:241:20: warning: static property 'minimumExclusive' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let minimumExclusive = MinimumExclusive.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:241:20: note: add '@MainActor' to make static property 'minimumExclusive' part of global actor 'MainActor'
        static let minimumExclusive = MinimumExclusive.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:241:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let minimumExclusive = MinimumExclusive.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:242:20: warning: static property 'maximumExclusive' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let maximumExclusive = MaximumExclusive.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:242:20: note: add '@MainActor' to make static property 'maximumExclusive' part of global actor 'MainActor'
        static let maximumExclusive = MaximumExclusive.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:242:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let maximumExclusive = MaximumExclusive.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:243:20: warning: static property 'minimumLength' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let minimumLength = MinimumLength.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:243:20: note: add '@MainActor' to make static property 'minimumLength' part of global actor 'MainActor'
        static let minimumLength = MinimumLength.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:243:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let minimumLength = MinimumLength.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:244:20: warning: static property 'maximumLength' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let maximumLength = MaximumLength.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:244:20: note: add '@MainActor' to make static property 'maximumLength' part of global actor 'MainActor'
        static let maximumLength = MaximumLength.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:244:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let maximumLength = MaximumLength.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:245:20: warning: static property 'allowedValues' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let allowedValues = AllowedValues.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:245:20: note: add '@MainActor' to make static property 'allowedValues' part of global actor 'MainActor'
        static let allowedValues = AllowedValues.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:245:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let allowedValues = AllowedValues.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:246:20: warning: static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let defaultValue = DefaultValue.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:246:20: note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
        static let defaultValue = DefaultValue.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:246:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let defaultValue = DefaultValue.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:247:20: warning: static property 'typeDetails' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let typeDetails = TypeDetails.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:247:20: note: add '@MainActor' to make static property 'typeDetails' part of global actor 'MainActor'
        static let typeDetails = TypeDetails.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:247:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let typeDetails = TypeDetails.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:248:20: warning: static property 'httpEndpoint' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let httpEndpoint = HTTP.Endpoint.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:248:20: note: add '@MainActor' to make static property 'httpEndpoint' part of global actor 'MainActor'
        static let httpEndpoint = HTTP.Endpoint.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:248:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let httpEndpoint = HTTP.Endpoint.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:249:20: warning: static property 'httpParameterSource' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let httpParameterSource = HTTP.ParameterSource.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:249:20: note: add '@MainActor' to make static property 'httpParameterSource' part of global actor 'MainActor'
        static let httpParameterSource = HTTP.ParameterSource.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:249:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let httpParameterSource = HTTP.ParameterSource.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:250:20: warning: static property 'httpMediaType' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let httpMediaType = HTTP.MediaType.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:250:20: note: add '@MainActor' to make static property 'httpMediaType' part of global actor 'MainActor'
        static let httpMediaType = HTTP.MediaType.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:250:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let httpMediaType = HTTP.MediaType.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:251:20: warning: static property 'alternateSymbols' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let alternateSymbols = AlternateSymbols.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:251:20: note: add '@MainActor' to make static property 'alternateSymbols' part of global actor 'MainActor'
        static let alternateSymbols = AlternateSymbols.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:251:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let alternateSymbols = AlternateSymbols.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:252:20: warning: static property 'plistDetails' is not concurrency-safe because non-'Sendable' type 'SymbolMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let plistDetails = PlistDetails.symbolCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:252:20: note: add '@MainActor' to make static property 'plistDetails' part of global actor 'MainActor'
        static let plistDetails = PlistDetails.symbolCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:252:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let plistDetails = PlistDetails.symbolCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:254:20: warning: static property 'mixinCodingInfo' is not concurrency-safe because non-'Sendable' type '[String : SymbolMixinCodingInfo]' (aka 'Dictionary<String, MixinCodingInformation<SymbolGraph.Symbol.CodingKeys>>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let mixinCodingInfo: [String: SymbolMixinCodingInfo] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:254:20: note: add '@MainActor' to make static property 'mixinCodingInfo' part of global actor 'MainActor'
        static let mixinCodingInfo: [String: SymbolMixinCodingInfo] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Symbol.swift:254:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let mixinCodingInfo: [String: SymbolMixinCodingInfo] = [
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Relationship.swift,\ RelationshipKind.swift,\ SourceOrigin.swift,\ GenericConstraints.swift,\ Swift.swift,\ SemanticVersion.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/Swift.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SemanticVersion.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: warning: static property 'swiftConstraints' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: note: add '@MainActor' to make static property 'swiftConstraints' part of global actor 'MainActor'
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:117:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let swiftConstraints = Swift.GenericConstraints.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: warning: static property 'sourceOrigin' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: note: add '@MainActor' to make static property 'sourceOrigin' part of global actor 'MainActor'
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:118:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let sourceOrigin = SourceOrigin.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: warning: static property 'referenceLocation' is not concurrency-safe because non-'Sendable' type 'RelationshipMixinCodingInfo' (aka 'MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: note: add '@MainActor' to make static property 'referenceLocation' part of global actor 'MainActor'
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:119:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let referenceLocation = ReferenceLocation.relationshipCodingInfo
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: warning: static property 'mixinKeys' is not concurrency-safe because non-'Sendable' type '[String : RelationshipMixinCodingInfo]' (aka 'Dictionary<String, MixinCodingInformation<SymbolGraph.Relationship.CodingKeys>>') may have shared mutable state; this is an error in the Swift 6 language mode
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/Mixin/Mixin.swift:64:8: note: consider making generic struct 'MixinCodingInformation' conform to the 'Sendable' protocol
struct MixinCodingInformation<Key: CodingKey> {
       ^
                                              : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: note: add '@MainActor' to make static property 'mixinKeys' part of global actor 'MainActor'
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Relationship.swift:121:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static let mixinKeys: [String: RelationshipMixinCodingInfo] = [
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: warning: static property 'memberOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: note: add '@MainActor' to make static property 'memberOf' part of global actor 'MainActor'
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:31:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let memberOf = Kind(rawValue: "memberOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: warning: static property 'optionalMemberOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: note: add '@MainActor' to make static property 'optionalMemberOf' part of global actor 'MainActor'
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:43:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let optionalMemberOf = Kind(rawValue: "optionalMemberOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: warning: static property 'conformsTo' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: note: add '@MainActor' to make static property 'conformsTo' part of global actor 'MainActor'
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:54:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let conformsTo = Kind(rawValue: "conformsTo")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: warning: static property 'inheritsFrom' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: note: add '@MainActor' to make static property 'inheritsFrom' part of global actor 'MainActor'
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:65:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let inheritsFrom = Kind(rawValue: "inheritsFrom")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: warning: static property 'defaultImplementationOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: note: add '@MainActor' to make static property 'defaultImplementationOf' part of global actor 'MainActor'
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:74:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let defaultImplementationOf = Kind(rawValue: "defaultImplementationOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: warning: static property 'overrides' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let overrides = Kind(rawValue: "overrides")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: note: add '@MainActor' to make static property 'overrides' part of global actor 'MainActor'
        public static let overrides = Kind(rawValue: "overrides")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:82:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let overrides = Kind(rawValue: "overrides")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: warning: static property 'requirementOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: note: add '@MainActor' to make static property 'requirementOf' part of global actor 'MainActor'
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:90:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let requirementOf = Kind(rawValue: "requirementOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: warning: static property 'optionalRequirementOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: note: add '@MainActor' to make static property 'optionalRequirementOf' part of global actor 'MainActor'
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:98:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let optionalRequirementOf = Kind(rawValue: "optionalRequirementOf")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: warning: static property 'extensionTo' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: note: add '@MainActor' to make static property 'extensionTo' part of global actor 'MainActor'
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:109:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let extensionTo = Kind(rawValue: "extensionTo")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: warning: static property 'references' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let references = Kind(rawValue: "references")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: note: add '@MainActor' to make static property 'references' part of global actor 'MainActor'
        public static let references = Kind(rawValue: "references")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:120:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let references = Kind(rawValue: "references")
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: warning: static property 'overloadOf' is not concurrency-safe because non-'Sendable' type 'SymbolGraph.Relationship.Kind' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:15:19: note: consider making struct 'Kind' conform to the 'Sendable' protocol
    public struct Kind: Codable, RawRepresentable, Equatable, Hashable {
                  ^
                                                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: note: add '@MainActor' to make static property 'overloadOf' part of global actor 'MainActor'
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/RelationshipKind.swift:132:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let overloadOf = Kind(rawValue: "overloadOf")
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey = "sourceOrigin"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey = "sourceOrigin"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey = "sourceOrigin"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/SourceOrigin.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey = "sourceOrigin"
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey = "swiftConstraints"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey = "swiftConstraints"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey = "swiftConstraints"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/GenericConstraints.swift:16:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey = "swiftConstraints"
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Relationship/Swift/Swift.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/SemanticVersion.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ OverloadData.swift,\ PlistDetails.swift,\ SPI.swift,\ Snippet.swift,\ Extension.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/PlistDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Snippet.swift /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Swift/Extension.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: warning: static property 'mixinKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        public static var mixinKey: String = "overloadData"
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: convert 'mixinKey' to a 'let' constant to make 'Sendable' shared state immutable
        public static var mixinKey: String = "overloadData"
                      ~~~ ^
                      let
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: add '@MainActor' to make static property 'mixinKey' part of global actor 'MainActor'
        public static var mixinKey: String = "overloadData"
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/OverloadData.swift:19:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static var mixinKey: String = "overloadData"
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/PlistDetails.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/SPI.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Snippet.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SymbolKit/SymbolGraph/Symbol/Swift/Extension.swift (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for SymbolKit (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriver\ Compilation\ Requirements SymbolKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SymbolKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling OverloadData.swift, PlistDetails.swift, SPI.swift, Snippet.swift, Extension.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SymbolKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-Swift.h (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/SymbolKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftmodule (in target 'SymbolKit' from project 'SymbolKit')
    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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftdoc (in target 'SymbolKit' from project 'SymbolKit')
    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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.abi.json (in target 'SymbolKit' from project 'SymbolKit')
    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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftsourceinfo (in target 'SymbolKit' from project 'SymbolKit')
    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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Identifier.swift, KindIdentifier.swift, Location.swift, Mutability.swift, Names.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling UnifiedSymbol+Encodable.swift, UnifiedSymbol.swift, UnifiedSymbolGraph+Encodable.swift, UnifiedSymbolGraph+Overloads.swift, UnifiedSymbolGraph.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling Mixin+Equals.swift, Mixin+Hash.swift, Mixin.swift, AnyScalar.swift, LineList.swift, Position.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling DeclarationFragments.swift, Fragment.swift, FragmentKind.swift, FunctionParameter.swift, FunctionSignature.swift, HTTP.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling GenericConstraint.swift, GenericParameter.swift, Generics.swift, Namespace.swift, Symbol.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling SymbolKind.swift, ValueConstraints.swift, SymbolGraph+Overloads.swift, SymbolGraph.swift, GraphCollector.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling SourceRange.swift, Metadata.swift, Module.swift, OperatingSystem.swift, Platform.swift, ReferenceLocation.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling Relationship.swift, RelationshipKind.swift, SourceOrigin.swift, GenericConstraints.swift, Swift.swift, SemanticVersion.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriverJobDiscovery normal arm64 Compiling AccessControl.swift, AlternateDeclarations.swift, Availability.swift, AvailabilityItem.swift, Domain.swift, DeclarationFragments+Simplify.swift (in target 'SymbolKit' from project 'SymbolKit')
SwiftDriver\ Compilation SymbolKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SymbolKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.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/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit-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-iphoneos/SymbolKit.o normal (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.o
ExtractAppIntentsMetadata (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SymbolKit --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.SymbolKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.appintents --target-triple arm64-apple-ios12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/SymbolKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/SymbolKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SymbolKit.build/Debug-iphoneos/SymbolKit.build/Objects-normal/arm64/SymbolKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 20:26:17.747 appintentsmetadataprocessor[714:4018] Starting appintentsmetadataprocessor export
2025-04-25 20:26:17.788 appintentsmetadataprocessor[714:4018] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.o (in target 'SymbolKit' from project 'SymbolKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/SymbolKit.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SymbolKit",
  "name" : "SymbolKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SymbolKit",
      "targets" : [
        "SymbolKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SymbolKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SymbolKitTests",
      "path" : "Tests/SymbolKitTests",
      "sources" : [
        "SymbolGraph/AnyScalarTests.swift",
        "SymbolGraph/LineList/LineListTests.swift",
        "SymbolGraph/LineList/SemanticVersionTests.swift",
        "SymbolGraph/ModuleTests.swift",
        "SymbolGraph/PlatformTests.swift",
        "SymbolGraph/Relationship/HashableTests.swift",
        "SymbolGraph/Relationship/ReferenceLocationTests.swift",
        "SymbolGraph/Symbol/DeclarationFragments+SimplifyTests.swift",
        "SymbolGraph/Symbol/FunctionSignatureTests.swift",
        "SymbolGraph/Symbol/HTTPTests.swift",
        "SymbolGraph/Symbol/PlistDetailsTests.swift",
        "SymbolGraph/Symbol/Swift/GenericConstraintTests.swift",
        "SymbolGraph/Symbol/SymbolKindTests.swift",
        "SymbolGraph/Symbol/ValueConstraintsTests.swift",
        "SymbolGraph/SymbolGraph+OverloadsTests.swift",
        "SymbolGraph/SymbolGraphCreationTests.swift",
        "SymbolGraph/SymbolGraphTests.swift",
        "SymbolGraph/SymbolTests.swift",
        "UnifiedGraph/GraphCollectorTests.swift",
        "UnifiedGraph/UnifiedGraph+OverloadsTests.swift",
        "UnifiedGraph/UnifiedGraphTests.swift",
        "UnifiedGraph/UnifiedSymbolTests.swift"
      ],
      "target_dependencies" : [
        "SymbolKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SymbolKit",
      "module_type" : "SwiftTarget",
      "name" : "SymbolKit",
      "path" : "Sources/SymbolKit",
      "product_memberships" : [
        "SymbolKit"
      ],
      "sources" : [
        "Mixin/Mixin+Equals.swift",
        "Mixin/Mixin+Hash.swift",
        "Mixin/Mixin.swift",
        "SymbolGraph/AnyScalar.swift",
        "SymbolGraph/LineList/LineList.swift",
        "SymbolGraph/LineList/SourceRange/Position.swift",
        "SymbolGraph/LineList/SourceRange/SourceRange.swift",
        "SymbolGraph/Metadata.swift",
        "SymbolGraph/Module.swift",
        "SymbolGraph/OperatingSystem.swift",
        "SymbolGraph/Platform.swift",
        "SymbolGraph/Relationship/ReferenceLocation.swift",
        "SymbolGraph/Relationship/Relationship.swift",
        "SymbolGraph/Relationship/RelationshipKind.swift",
        "SymbolGraph/Relationship/SourceOrigin.swift",
        "SymbolGraph/Relationship/Swift/GenericConstraints.swift",
        "SymbolGraph/Relationship/Swift/Swift.swift",
        "SymbolGraph/SemanticVersion.swift",
        "SymbolGraph/Symbol/AccessControl.swift",
        "SymbolGraph/Symbol/AlternateDeclarations.swift",
        "SymbolGraph/Symbol/Availability/Availability.swift",
        "SymbolGraph/Symbol/Availability/AvailabilityItem.swift",
        "SymbolGraph/Symbol/Availability/Domain.swift",
        "SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments+Simplify.swift",
        "SymbolGraph/Symbol/DeclarationFragments/DeclarationFragments.swift",
        "SymbolGraph/Symbol/DeclarationFragments/Fragment/Fragment.swift",
        "SymbolGraph/Symbol/DeclarationFragments/Fragment/FragmentKind.swift",
        "SymbolGraph/Symbol/FunctionSignature/FunctionParameter.swift",
        "SymbolGraph/Symbol/FunctionSignature/FunctionSignature.swift",
        "SymbolGraph/Symbol/HTTP/HTTP.swift",
        "SymbolGraph/Symbol/Identifier.swift",
        "SymbolGraph/Symbol/KindIdentifier.swift",
        "SymbolGraph/Symbol/Location.swift",
        "SymbolGraph/Symbol/Mutability.swift",
        "SymbolGraph/Symbol/Names.swift",
        "SymbolGraph/Symbol/OverloadData.swift",
        "SymbolGraph/Symbol/PlistDetails.swift",
        "SymbolGraph/Symbol/SPI.swift",
        "SymbolGraph/Symbol/Snippet.swift",
        "SymbolGraph/Symbol/Swift/Extension.swift",
        "SymbolGraph/Symbol/Swift/GenericConstraint.swift",
        "SymbolGraph/Symbol/Swift/GenericParameter.swift",
        "SymbolGraph/Symbol/Swift/Generics.swift",
        "SymbolGraph/Symbol/Swift/Namespace.swift",
        "SymbolGraph/Symbol/Symbol.swift",
        "SymbolGraph/Symbol/SymbolKind.swift",
        "SymbolGraph/Symbol/ValueConstraints.swift",
        "SymbolGraph/SymbolGraph+Overloads.swift",
        "SymbolGraph/SymbolGraph.swift",
        "UnifiedSymbolGraph/GraphCollector.swift",
        "UnifiedSymbolGraph/UnifiedSymbol+Encodable.swift",
        "UnifiedSymbolGraph/UnifiedSymbol.swift",
        "UnifiedSymbolGraph/UnifiedSymbolGraph+Encodable.swift",
        "UnifiedSymbolGraph/UnifiedSymbolGraph+Overloads.swift",
        "UnifiedSymbolGraph/UnifiedSymbolGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.