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

Failed to build CollectionConcurrencyKit with Swift 6.0 for visionOS using Xcode 16.0.

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 CollectionConcurrencyKit -destination generic/platform=xros OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/JohnSundell/CollectionConcurrencyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/JohnSundell/CollectionConcurrencyKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b4f23e2 README: Update system requirements for concurrency back-compat
Cloned https://github.com/JohnSundell/CollectionConcurrencyKit.git
Revision (git rev-parse @):
b4f23e24b5a1bff301efc5e70871083ca029ff95
SUCCESS checkout https://github.com/JohnSundell/CollectionConcurrencyKit.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.0
Building package at path:  $workDir
https://github.com/JohnSundell/CollectionConcurrencyKit.git
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  CollectionConcurrencyKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: CollectionConcurrencyKit
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CollectionConcurrencyKit",
  "name" : "CollectionConcurrencyKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CollectionConcurrencyKit",
      "targets" : [
        "CollectionConcurrencyKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CollectionConcurrencyKitTests",
      "module_type" : "SwiftTarget",
      "name" : "CollectionConcurrencyKitTests",
      "path" : "Tests",
      "sources" : [
        "CompactMapTests.swift",
        "FlatMapTests.swift",
        "ForEachTests.swift",
        "MapTests.swift",
        "TestCase.swift",
        "TimingTests.swift"
      ],
      "target_dependencies" : [
        "CollectionConcurrencyKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CollectionConcurrencyKit",
      "module_type" : "SwiftTarget",
      "name" : "CollectionConcurrencyKit",
      "path" : "Sources",
      "product_memberships" : [
        "CollectionConcurrencyKit"
      ],
      "sources" : [
        "CollectionConcurrencyKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CollectionConcurrencyKit"
    ]
  }
}
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 CollectionConcurrencyKit -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 CollectionConcurrencyKit -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:
  CollectionConcurrencyKit: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit'
        ➜ Explicit dependency on target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit'
    Target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: df0e7b98d1d47f5670461c726cfb2c49
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/df0e7b98d1d47f5670461c726cfb2c49.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
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/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/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 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/CollectionConcurrencyKit.modulemap (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/CollectionConcurrencyKit.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CollectionConcurrencyKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/CollectionConcurrencyKit.modulemap (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/CollectionConcurrencyKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.LinkFileList (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_const_extract_protocols.json (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.SwiftFileList (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-OutputFileMap.json (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-OutputFileMap.json
SwiftDriver CollectionConcurrencyKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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 CollectionConcurrencyKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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 -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionConcurrencyKit (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.abi.json
SwiftCompile normal arm64 Compiling\ CollectionConcurrencyKit.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-unit-output-path /CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-unit-output-path /CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:27: warning: capture of 'operation' with non-sendable type '(Self.Element) async -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    await operation(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    await operation(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    await operation(element)
                                    ^
<unknown>:0: error: 'next(isolation:)' is only available in visionOS 9999 or newer
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:31: warning: capture of 'operation' with non-sendable type '(Self.Element) async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    try await operation(element)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    try await operation(element)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:41: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    try await operation(element)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:124:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:125:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:125:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:131:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:155:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:156:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:156:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:162:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:219:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:220:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:220:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:226:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:252:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:253:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:253:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:259:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:314:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:315:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:315:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:321:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:348:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:349:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:349:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:355:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
SwiftDriverJobDiscovery normal arm64 Emitting module for CollectionConcurrencyKit (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
SwiftDriver\ Compilation\ Requirements CollectionConcurrencyKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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 CollectionConcurrencyKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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 -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-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/CollectionConcurrencyKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CollectionConcurrencyKit-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.abi.json (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdoc (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftmodule (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftsourceinfo (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CollectionConcurrencyKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
	SwiftCompile normal arm64 Compiling\ CollectionConcurrencyKit.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
(2 failures)
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 CollectionConcurrencyKit -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:
  CollectionConcurrencyKit: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit'
        ➜ Explicit dependency on target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit'
    Target 'CollectionConcurrencyKit' in project 'CollectionConcurrencyKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
SwiftDriver CollectionConcurrencyKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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 CollectionConcurrencyKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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 -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ CollectionConcurrencyKit (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.abi.json
SwiftCompile normal arm64 Compiling\ CollectionConcurrencyKit.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-unit-output-path /CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
    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/CollectionConcurrencyKit.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit_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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CollectionConcurrencyKit -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/CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-unit-output-path /CollectionConcurrencyKit.build/Debug-xros/CollectionConcurrencyKit.build/Objects-normal/arm64/CollectionConcurrencyKit.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:27: warning: capture of 'operation' with non-sendable type '(Self.Element) async -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    await operation(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    await operation(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:44:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    await operation(element)
                                    ^
<unknown>:0: error: 'next(isolation:)' is only available in visionOS 9999 or newer
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:31: warning: capture of 'operation' with non-sendable type '(Self.Element) async throws -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    try await operation(element)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    try await operation(element)
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:70:41: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                    try await operation(element)
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:124:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:125:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:125:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:131:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:120:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:126:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:155:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:156:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:156:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:162:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:151:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentMap<T>(
                       ^
                        : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:157:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:219:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:220:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:220:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:226:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:215:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:221:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:252:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:253:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:253:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:259:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:248:31: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentCompactMap<T>(
                              ^
                               : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T?' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:254:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:314:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:315:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:315:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:321:24: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            await task.value
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:310:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:23: warning: capture of 'transform' with non-sendable type '(Self.Element) async -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:23: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                await transform(element)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:316:33: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                await transform(element)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:348:25: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
        let tasks = map { element in
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:349:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:349:13: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            Task(priority: priority) {
            ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:355:28: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
            try await task.value
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:344:28: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
    func concurrentFlatMap<T: Sequence>(
                           ^
                                      , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:27: warning: capture of 'transform' with non-sendable type '(Self.Element) async throws -> T' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:27: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                try await transform(element)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift:350:37: warning: capture of 'element' with non-sendable type 'Self.Element' in a `@Sendable` closure; this is an error in the Swift 6 language mode
                try await transform(element)
                                    ^
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
	SwiftCompile normal arm64 Compiling\ CollectionConcurrencyKit.swift /Users/admin/builder/spi-builder-workspace/Sources/CollectionConcurrencyKit.swift (in target 'CollectionConcurrencyKit' from project 'CollectionConcurrencyKit')
(2 failures)
BUILD FAILURE 6.0 visionOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.