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

The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of Kebab with Swift 6.0 (beta) for visionOS using Xcode 16.0.

Swift 6 data race errors: 15

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Kebab-Package -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

        "KebabJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KebabTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabTests",
      "path" : "Tests/KebabTests",
      "sources" : [
        "CaseConverter/CamelCaseTests.swift",
        "CaseConverter/CamelSnakeCaseTests.swift",
        "CaseConverter/CobolCaseTests.swift",
        "CaseConverter/DonerCaseTests.swift",
        "CaseConverter/FlatCaseTests.swift",
        "CaseConverter/KebabCaseTests.swift",
        "CaseConverter/MacroCaseTests.swift",
        "CaseConverter/PascalCaseTests.swift",
        "CaseConverter/PascalSnakeCaseTests.swift",
        "CaseConverter/SnakeCaseTests.swift",
        "CaseConverter/TrainCaseTests.swift",
        "CaseConverter/UpperFlatCaseTests.swift",
        "CaseDetectorTests.swift",
        "ExampleTests.swift",
        "Strings.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabJSONTests",
      "path" : "Tests/KebabJSONTests",
      "sources" : [
        "KebabJSONTests.swift"
      ],
      "target_dependencies" : [
        "KebabJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabJSON",
      "module_type" : "SwiftTarget",
      "name" : "KebabJSON",
      "path" : "Sources/KebabJSON",
      "product_memberships" : [
        "KebabJSON"
      ],
      "sources" : [
        "JSONStrategies.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KebabExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabExtensionsTests",
      "path" : "Tests/KebabExtensionsTests",
      "sources" : [
        "StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "KebabExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabExtensions",
      "module_type" : "SwiftTarget",
      "name" : "KebabExtensions",
      "path" : "Sources/KebabExtensions",
      "product_memberships" : [
        "KebabExtensions"
      ],
      "sources" : [
        "StringExtensions.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Kebab",
      "module_type" : "SwiftTarget",
      "name" : "Kebab",
      "path" : "Sources/Kebab",
      "product_memberships" : [
        "Kebab",
        "KebabExtensions",
        "KebabJSON"
      ],
      "sources" : [
        "CaseConverter.swift",
        "CaseDetector.swift",
        "MultiWordIdentifier.swift",
        "StringExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Kebab",
      "Kebab-Package",
      "KebabExtensions",
      "KebabJSON"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Kebab",
      "Kebab-Package",
      "KebabExtensions",
      "KebabJSON"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme Kebab-Package -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Kebab-Package -destination generic/platform=xros "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  Kebab: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'KebabJSON' in project 'Kebab'
        ➜ Explicit dependency on target 'KebabJSON' in project 'Kebab'
        ➜ Explicit dependency on target 'Kebab' in project 'Kebab'
    Target 'KebabJSON' in project 'Kebab'
        ➜ Explicit dependency on target 'Kebab' in project 'Kebab'
    Target 'KebabExtensions' in project 'Kebab'
        ➜ Explicit dependency on target 'KebabExtensions' in project 'Kebab'
        ➜ Explicit dependency on target 'Kebab' in project 'Kebab'
    Target 'KebabExtensions' in project 'Kebab'
        ➜ Explicit dependency on target 'Kebab' in project 'Kebab'
    Target 'Kebab' in project 'Kebab'
        ➜ Explicit dependency on target 'Kebab' in project 'Kebab'
    Target 'Kebab' in project 'Kebab' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: c1ad733a7f3d16a0bc2b2235419d92d9
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c1ad733a7f3d16a0bc2b2235419d92d9.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Kebab' from project 'Kebab')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Kebab.modulemap (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Kebab.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Kebab.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Kebab.modulemap (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Kebab.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.LinkFileList (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.SwiftFileList (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-OutputFileMap.json (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-OutputFileMap.json
SwiftDriver Kebab normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Kebab -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.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/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ Kebab (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:57:23: warning: static property 'lowerCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 55 | extension MultiWordIdentifier {
 56 |     /// `lowerCamelCase`, equivalent to `camelCase`
 57 |     public static let lowerCamelCase = Self.camelCase
    |                       |- warning: static property 'lowerCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'lowerCamelCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 58 |
 59 |     /// `dromedaryCase`, equivalent to `camelCase`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:60:23: warning: static property 'dromedaryCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 58 |
 59 |     /// `dromedaryCase`, equivalent to `camelCase`
 60 |     public static let dromedaryCase = Self.camelCase
    |                       |- warning: static property 'dromedaryCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'dromedaryCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 61 |
 62 |     /// `UpperCamelCase`, equivalent to `PascalCase`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:63:23: warning: static property 'UpperCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 61 |
 62 |     /// `UpperCamelCase`, equivalent to `PascalCase`
 63 |     public static let UpperCamelCase = Self.PascalCase
    |                       |- warning: static property 'UpperCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'UpperCamelCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |
 65 |     /// `StudlyCase`, equivalent to `PascalCase`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:66:23: warning: static property 'StudlyCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 64 |
 65 |     /// `StudlyCase`, equivalent to `PascalCase`
 66 |     public static let StudlyCase = Self.PascalCase
    |                       |- warning: static property 'StudlyCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'StudlyCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 67 |
 68 |     /// `pothole_case`, equivalent to `snake_case`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:69:23: warning: static property 'pothole_case' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 67 |
 68 |     /// `pothole_case`, equivalent to `snake_case`
 69 |     public static let pothole_case = Self.snake_case
    |                       |- warning: static property 'pothole_case' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'pothole_case' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 70 |
 71 |     /// `SCREAMING_SNAKE_CASE`, equivalent to `MACRO_CASE`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:72:23: warning: static property 'SCREAMING_SNAKE_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 70 |
 71 |     /// `SCREAMING_SNAKE_CASE`, equivalent to `MACRO_CASE`
 72 |     public static let SCREAMING_SNAKE_CASE = Self.MACRO_CASE
    |                       |- warning: static property 'SCREAMING_SNAKE_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'SCREAMING_SNAKE_CASE' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 73 |
 74 |     /// `CONSTANT_CASE`, equivalent to `MACRO_CASE`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:75:23: warning: static property 'CONSTANT_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 73 |
 74 |     /// `CONSTANT_CASE`, equivalent to `MACRO_CASE`
 75 |     public static let CONSTANT_CASE = Self.MACRO_CASE
    |                       |- warning: static property 'CONSTANT_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'CONSTANT_CASE' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |
 77 |     /// `spine-case`, equivalent to `kebab-case`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:78:23: warning: static property 'spineCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 76 |
 77 |     /// `spine-case`, equivalent to `kebab-case`
 78 |     public static let spineCase = Self.kebabCase
    |                       |- warning: static property 'spineCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'spineCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 79 |
 80 |     /// `dash-case`, equivalent to `kebab-case`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:81:23: warning: static property 'dashCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 79 |
 80 |     /// `dash-case`, equivalent to `kebab-case`
 81 |     public static let dashCase = Self.kebabCase
    |                       |- warning: static property 'dashCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'dashCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 82 |
 83 |     /// `lisp-case`, equivalent to `kebab-case`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:84:23: warning: static property 'lispCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 82 |
 83 |     /// `lisp-case`, equivalent to `kebab-case`
 84 |     public static let lispCase = Self.kebabCase
    |                       |- warning: static property 'lispCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'lispCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 85 |
 86 |     /// `Http-Header-Case`, equivalent to `Train-Case`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:87:23: warning: static property 'httpHeaderCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 85 |
 86 |     /// `Http-Header-Case`, equivalent to `Train-Case`
 87 |     public static let httpHeaderCase = Self.trainCase
    |                       |- warning: static property 'httpHeaderCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'httpHeaderCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 88 |
 89 |     /// `SCREAMING-KEBAB-CASE`, equivalent to `COBOL-CASE`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:90:23: warning: static property 'screamingKebabCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 88 |
 89 |     /// `SCREAMING-KEBAB-CASE`, equivalent to `COBOL-CASE`
 90 |     public static let screamingKebabCase = Self.cobolCase
    |                       |- warning: static property 'screamingKebabCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'screamingKebabCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 91 |
 92 |     /// `SCREAMING-TRAIN-CASE`, equivalent to `COBOL-CASE`
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:93:23: warning: static property 'screamingTrainCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
  9 |
 10 | // swiftlint:disable identifier_name
 11 | public enum MultiWordIdentifier: CaseIterable {
    |             `- note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
 12 |     /// Indicates the text is plain, and can contain spaces and any other symbols.
 13 |     /// When used as output, input is returned as is.
    :
 91 |
 92 |     /// `SCREAMING-TRAIN-CASE`, equivalent to `COBOL-CASE`
 93 |     public static let screamingTrainCase = Self.cobolCase
    |                       |- warning: static property 'screamingTrainCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: annotate 'screamingTrainCase' with '@MainActor' if property should only be accessed from the main actor
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 94 | }
 95 |
SwiftCompile normal arm64 Compiling\ StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/StringExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseConverter.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/CaseDetector.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseDetector.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift /Users/admin/builder/spi-builder-workspace/Sources/Kebab/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Kebab -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.o -index-unit-output-path /Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/MultiWordIdentifier.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:57:23: warning: static property 'lowerCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lowerCamelCase = Self.camelCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:57:23: note: annotate 'lowerCamelCase' with '@MainActor' if property should only be accessed from the main actor
    public static let lowerCamelCase = Self.camelCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lowerCamelCase = Self.camelCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:60:23: warning: static property 'dromedaryCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dromedaryCase = Self.camelCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:60:23: note: annotate 'dromedaryCase' with '@MainActor' if property should only be accessed from the main actor
    public static let dromedaryCase = Self.camelCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dromedaryCase = Self.camelCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:63:23: warning: static property 'UpperCamelCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let UpperCamelCase = Self.PascalCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:63:23: note: annotate 'UpperCamelCase' with '@MainActor' if property should only be accessed from the main actor
    public static let UpperCamelCase = Self.PascalCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let UpperCamelCase = Self.PascalCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:66:23: warning: static property 'StudlyCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let StudlyCase = Self.PascalCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:66:23: note: annotate 'StudlyCase' with '@MainActor' if property should only be accessed from the main actor
    public static let StudlyCase = Self.PascalCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let StudlyCase = Self.PascalCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:69:23: warning: static property 'pothole_case' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pothole_case = Self.snake_case
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:69:23: note: annotate 'pothole_case' with '@MainActor' if property should only be accessed from the main actor
    public static let pothole_case = Self.snake_case
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pothole_case = Self.snake_case
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:72:23: warning: static property 'SCREAMING_SNAKE_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let SCREAMING_SNAKE_CASE = Self.MACRO_CASE
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:72:23: note: annotate 'SCREAMING_SNAKE_CASE' with '@MainActor' if property should only be accessed from the main actor
    public static let SCREAMING_SNAKE_CASE = Self.MACRO_CASE
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let SCREAMING_SNAKE_CASE = Self.MACRO_CASE
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:75:23: warning: static property 'CONSTANT_CASE' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let CONSTANT_CASE = Self.MACRO_CASE
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:75:23: note: annotate 'CONSTANT_CASE' with '@MainActor' if property should only be accessed from the main actor
    public static let CONSTANT_CASE = Self.MACRO_CASE
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let CONSTANT_CASE = Self.MACRO_CASE
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:78:23: warning: static property 'spineCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let spineCase = Self.kebabCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:78:23: note: annotate 'spineCase' with '@MainActor' if property should only be accessed from the main actor
    public static let spineCase = Self.kebabCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let spineCase = Self.kebabCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:81:23: warning: static property 'dashCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dashCase = Self.kebabCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:81:23: note: annotate 'dashCase' with '@MainActor' if property should only be accessed from the main actor
    public static let dashCase = Self.kebabCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dashCase = Self.kebabCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:84:23: warning: static property 'lispCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lispCase = Self.kebabCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:84:23: note: annotate 'lispCase' with '@MainActor' if property should only be accessed from the main actor
    public static let lispCase = Self.kebabCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lispCase = Self.kebabCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:87:23: warning: static property 'httpHeaderCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let httpHeaderCase = Self.trainCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:87:23: note: annotate 'httpHeaderCase' with '@MainActor' if property should only be accessed from the main actor
    public static let httpHeaderCase = Self.trainCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let httpHeaderCase = Self.trainCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:90:23: warning: static property 'screamingKebabCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screamingKebabCase = Self.cobolCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:90:23: note: annotate 'screamingKebabCase' with '@MainActor' if property should only be accessed from the main actor
    public static let screamingKebabCase = Self.cobolCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screamingKebabCase = Self.cobolCase
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:93:23: warning: static property 'screamingTrainCase' is not concurrency-safe because non-'Sendable' type 'MultiWordIdentifier' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let screamingTrainCase = Self.cobolCase
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:11:13: note: consider making enum 'MultiWordIdentifier' conform to the 'Sendable' protocol
public enum MultiWordIdentifier: CaseIterable {
            ^
                                             , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:93:23: note: annotate 'screamingTrainCase' with '@MainActor' if property should only be accessed from the main actor
    public static let screamingTrainCase = Self.cobolCase
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/MultiWordIdentifier.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let screamingTrainCase = Self.cobolCase
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for Kebab (in target 'Kebab' from project 'Kebab')
SwiftDriver\ Compilation\ Requirements Kebab normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Kebab -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.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/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Kebab-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Kebab-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.abi.json (in target 'Kebab' from project 'Kebab')
    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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftmodule (in target 'Kebab' from project 'Kebab')
    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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftdoc (in target 'Kebab' from project 'Kebab')
    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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftsourceinfo (in target 'Kebab' from project 'Kebab')
    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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/KebabJSON.modulemap (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/KebabJSON.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/KebabExtensions.modulemap (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/KebabExtensions.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/KebabJSON.modulemap (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/KebabJSON.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/KebabExtensions.modulemap (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/KebabExtensions.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-OutputFileMap.json (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.SwiftFileList (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-OutputFileMap.json (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.SwiftFileList (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.SwiftFileList
SwiftDriver KebabJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver KebabExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ KebabJSON (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabJSON -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:14:16: warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
12 |
13 | extension JSONEncoder.KeyEncodingStrategy {
14 |     static let converter = CaseConverter()
   |                `- warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
15 |
16 |     /// Encode keys in `PascalCase` format
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift:11:15: note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
 9 |
10 | /// Convert text from one case to another
11 | public struct CaseConverter {
   |               `- note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
12 |
13 |     public init() {}
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Kebab'
 7 |
 8 | import Foundation
 9 | import Kebab
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Kebab'
10 |
11 | // MARK: Encoding Strategies
12 |
13 | extension JSONEncoder.KeyEncodingStrategy {
14 |     static let converter = CaseConverter()
   |                |- note: annotate 'converter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
15 |
16 |     /// Encode keys in `PascalCase` format
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:40:16: warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | extension JSONDecoder.KeyDecodingStrategy {
40 |     static let converter = CaseConverter()
   |                |- warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: annotate 'converter' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     /// Decode keys from `PascalCase` format
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift:11:15: note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
 9 |
10 | /// Convert text from one case to another
11 | public struct CaseConverter {
   |               `- note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
12 |
13 |     public init() {}
SwiftCompile normal arm64 Compiling\ JSONStrategies.swift /Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabJSON -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.o -index-unit-output-path /Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabJSON -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.o -index-unit-output-path /Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/JSONStrategies.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:14:16: warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
    static let converter = CaseConverter()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift:11:15: note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
public struct CaseConverter {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Kebab'
import Kebab
^
@preconcurrency
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:14:16: note: annotate 'converter' with '@MainActor' if property should only be accessed from the main actor
    static let converter = CaseConverter()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:14:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let converter = CaseConverter()
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:40:16: warning: static property 'converter' is not concurrency-safe because non-'Sendable' type 'CaseConverter' may have shared mutable state; this is an error in the Swift 6 language mode
    static let converter = CaseConverter()
               ^
/Users/admin/builder/spi-builder-workspace/Sources/Kebab/CaseConverter.swift:11:15: note: struct 'CaseConverter' does not conform to the 'Sendable' protocol
public struct CaseConverter {
              ^
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:40:16: note: annotate 'converter' with '@MainActor' if property should only be accessed from the main actor
    static let converter = CaseConverter()
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/KebabJSON/JSONStrategies.swift:40:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let converter = CaseConverter()
               ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ KebabExtensions (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/KebabExtensions/StringExtensions.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabExtensions -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.abi.json
SwiftCompile normal arm64 Compiling\ StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/KebabExtensions/StringExtensions.swift (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KebabExtensions/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabExtensions -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.o -index-unit-output-path /Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/KebabExtensions/StringExtensions.swift (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/KebabExtensions/StringExtensions.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name KebabExtensions -frontend-parseable-output -disable-clang-spi -target-sdk-version 1.1 -target-sdk-name xros1.1 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.o -index-unit-output-path /Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/StringExtensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for KebabExtensions (in target 'KebabExtensions' from project 'Kebab')
SwiftDriver\ Compilation\ Requirements KebabExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabExtensions-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabExtensions-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftdoc (in target 'KebabExtensions' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftmodule (in target 'KebabExtensions' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.abi.json (in target 'KebabExtensions' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftsourceinfo (in target 'KebabExtensions' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for KebabJSON (in target 'KebabJSON' from project 'Kebab')
SwiftDriver\ Compilation\ Requirements KebabJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabJSON-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/KebabJSON-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftmodule (in target 'KebabJSON' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.abi.json (in target 'KebabJSON' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftdoc (in target 'KebabJSON' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftsourceinfo (in target 'KebabJSON' from project 'Kebab')
    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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling StringExtensions.swift (in target 'KebabExtensions' from project 'Kebab')
SwiftDriver\ Compilation KebabExtensions normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabExtensions -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.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/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling CaseDetector.swift (in target 'Kebab' from project 'Kebab')
SwiftDriverJobDiscovery normal arm64 Compiling MultiWordIdentifier.swift (in target 'Kebab' from project 'Kebab')
SwiftDriverJobDiscovery normal arm64 Compiling CaseConverter.swift (in target 'Kebab' from project 'Kebab')
SwiftDriverJobDiscovery normal arm64 Compiling JSONStrategies.swift (in target 'KebabJSON' from project 'Kebab')
SwiftDriver\ Compilation KebabJSON normal arm64 com.apple.xcode.tools.swift.compiler (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name KebabJSON -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.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/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StringExtensions.swift (in target 'Kebab' from project 'Kebab')
SwiftDriver\ Compilation Kebab normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Kebab -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.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/Kebab.build/Debug-xros/Kebab.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.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/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.o normal (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/Kebab.build/Objects-normal/arm64/Kebab_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.o (in target 'Kebab' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Kebab.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.LinkFileList (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.LinkFileList (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.LinkFileList
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.o normal (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabJSON.build/Objects-normal/arm64/KebabJSON_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.o normal (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS1.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Kebab.build/Debug-xros/KebabExtensions.build/Objects-normal/arm64/KebabExtensions_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.o (in target 'KebabJSON' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabJSON.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.o (in target 'KebabExtensions' from project 'Kebab')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/KebabExtensions.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'KebabJSON' from project 'Kebab')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Kebab' from project 'Kebab')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'KebabExtensions' from project 'Kebab')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'KebabJSON' from project 'Kebab')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'KebabExtensions' from project 'Kebab')
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kebab",
  "name" : "Kebab",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Kebab",
      "targets" : [
        "Kebab"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KebabExtensions",
      "targets" : [
        "KebabExtensions"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KebabJSON",
      "targets" : [
        "KebabJSON"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KebabTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabTests",
      "path" : "Tests/KebabTests",
      "sources" : [
        "CaseConverter/CamelCaseTests.swift",
        "CaseConverter/CamelSnakeCaseTests.swift",
        "CaseConverter/CobolCaseTests.swift",
        "CaseConverter/DonerCaseTests.swift",
        "CaseConverter/FlatCaseTests.swift",
        "CaseConverter/KebabCaseTests.swift",
        "CaseConverter/MacroCaseTests.swift",
        "CaseConverter/PascalCaseTests.swift",
        "CaseConverter/PascalSnakeCaseTests.swift",
        "CaseConverter/SnakeCaseTests.swift",
        "CaseConverter/TrainCaseTests.swift",
        "CaseConverter/UpperFlatCaseTests.swift",
        "CaseDetectorTests.swift",
        "ExampleTests.swift",
        "Strings.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabJSONTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabJSONTests",
      "path" : "Tests/KebabJSONTests",
      "sources" : [
        "KebabJSONTests.swift"
      ],
      "target_dependencies" : [
        "KebabJSON"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabJSON",
      "module_type" : "SwiftTarget",
      "name" : "KebabJSON",
      "path" : "Sources/KebabJSON",
      "product_memberships" : [
        "KebabJSON"
      ],
      "sources" : [
        "JSONStrategies.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KebabExtensionsTests",
      "module_type" : "SwiftTarget",
      "name" : "KebabExtensionsTests",
      "path" : "Tests/KebabExtensionsTests",
      "sources" : [
        "StringExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "KebabExtensions"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KebabExtensions",
      "module_type" : "SwiftTarget",
      "name" : "KebabExtensions",
      "path" : "Sources/KebabExtensions",
      "product_memberships" : [
        "KebabExtensions"
      ],
      "sources" : [
        "StringExtensions.swift"
      ],
      "target_dependencies" : [
        "Kebab"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Kebab",
      "module_type" : "SwiftTarget",
      "name" : "Kebab",
      "path" : "Sources/Kebab",
      "product_memberships" : [
        "Kebab",
        "KebabExtensions",
        "KebabJSON"
      ],
      "sources" : [
        "CaseConverter.swift",
        "CaseDetector.swift",
        "MultiWordIdentifier.swift",
        "StringExtensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.