The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of CatPrint, reference 1.0.3 (8901ba), with Swift 6.1 for visionOS using Xcode 16.3 on 28 Apr 2025 03:16:58 UTC.

Swift 6 data race errors: 7

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Benzoate/CatPrint.swift.git
Reference: 1.0.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Benzoate/CatPrint.swift
 * tag               1.0.3      -> FETCH_HEAD
HEAD is now at 8901ba6 Add optional setting for using run length encoding
Cloned https://github.com/Benzoate/CatPrint.swift.git
Revision (git rev-parse @):
8901ba6dbd620f4c004231ee98604c7c2a42b16e
SUCCESS checkout https://github.com/Benzoate/CatPrint.swift.git at 1.0.3
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Benzoate/CatPrint.swift.git
https://github.com/Benzoate/CatPrint.swift.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CatPrint",
  "name" : "CatPrint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "CatPrint",
      "targets" : [
        "CatPrint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CatPrint",
      "module_type" : "SwiftTarget",
      "name" : "CatPrint",
      "path" : "Sources",
      "product_memberships" : [
        "CatPrint"
      ],
      "sources" : [
        "CatPrinter.swift",
        "Extensions/Image+Grayscale.swift",
        "Models/CatPrinter+BluetoothInfo.swift",
        "Models/CatPrinter+ImageProcessingOption.swift",
        "Models/CatPrinter+Printer.swift",
        "Models/CatPrinter+Settings.swift",
        "Models/CatPrinterError.swift",
        "Models/PrinterImageData.swift",
        "PrinterCommands.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  CatPrint: /Users/admin/builder/spi-builder-workspace
resolved source packages: CatPrint
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CatPrint",
  "name" : "CatPrint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "CatPrint",
      "targets" : [
        "CatPrint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CatPrint",
      "module_type" : "SwiftTarget",
      "name" : "CatPrint",
      "path" : "Sources",
      "product_memberships" : [
        "CatPrint"
      ],
      "sources" : [
        "CatPrinter.swift",
        "Extensions/Image+Grayscale.swift",
        "Models/CatPrinter+BluetoothInfo.swift",
        "Models/CatPrinter+ImageProcessingOption.swift",
        "Models/CatPrinter+Printer.swift",
        "Models/CatPrinter+Settings.swift",
        "Models/CatPrinterError.swift",
        "Models/PrinterImageData.swift",
        "PrinterCommands.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "CatPrint"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme CatPrint -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 CatPrint -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  CatPrint: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'CatPrint' in project 'CatPrint'
        ➜ Explicit dependency on target 'CatPrint' in project 'CatPrint'
    Target 'CatPrint' in project 'CatPrint' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: af9c6c96f8b078f03d7ac70d36d6d62e
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/af9c6c96f8b078f03d7ac70d36d6d62e.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
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
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyMetadataFileList (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyStaticMetadataFileList (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.modulemap (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftConstValuesFileList (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.LinkFileList (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-OutputFileMap.json (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_const_extract_protocols.json (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CatPrint.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.modulemap (in target 'CatPrint' from project 'CatPrint')
    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/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver CatPrint normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CatPrint -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_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/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Image+Grayscale.swift /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Image+Grayscale.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Extensions/Image+Grayscale.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CatPrinter+BluetoothInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+BluetoothInfo.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+BluetoothInfo.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+BluetoothInfo.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CatPrint' may lead to instability during execution
@_implementationOnly import CoreBluetooth
                     ^
SwiftCompile normal arm64 Compiling\ CatPrinter.swift /Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CatPrint' may lead to instability during execution
@_implementationOnly import CoreBluetooth
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:28:14: warning: actor-isolated property 'settings' can not be mutated from the main actor; this is an error in the Swift 6 language mode
        self.settings = settings
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:10:9: note: mutation of this property is only permitted within the actor
    let settings: Settings
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:29:9: warning: actor-isolated property 'centralManager' can not be referenced from the main actor; this is an error in the Swift 6 language mode
        centralManager.delegate = managerProxy
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:12:17: note: property declared here
    private let centralManager: CBCentralManager = .init()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:29:35: warning: actor-isolated property 'managerProxy' can not be referenced from the main actor; this is an error in the Swift 6 language mode
        centralManager.delegate = managerProxy
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:13:17: note: property declared here
    private let managerProxy = CentralManagerProxy()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:261:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task { [weak self] in
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:262:53: note: closure captures 'peripheral' which is accessible to code in the current task
                    await self?.connectToPeripheral(peripheral)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:262:33: warning: sending 'peripheral' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.connectToPeripheral(peripheral)
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:262:33: note: sending task-isolated 'peripheral' to actor-isolated instance method 'connectToPeripheral' risks causing data races between actor-isolated and task-isolated uses
                    await self?.connectToPeripheral(peripheral)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:275:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task { [weak self] in
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:276:58: note: closure captures 'peripheral' which is accessible to code in the current task
                    await self?.onPeripheralDisconnected(peripheral)
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:276:33: warning: sending 'peripheral' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.onPeripheralDisconnected(peripheral)
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:276:33: note: sending task-isolated 'peripheral' to actor-isolated instance method 'onPeripheralDisconnected' risks causing data races between actor-isolated and task-isolated uses
                    await self?.onPeripheralDisconnected(peripheral)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:283:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task { [weak self] in
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:284:54: note: closure captures 'peripheral' which is accessible to code in the current task
                    await self?.onServicesDiscovered(peripheral)
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:284:33: warning: sending 'peripheral' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.onServicesDiscovered(peripheral)
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:284:33: note: sending task-isolated 'peripheral' to actor-isolated instance method 'onServicesDiscovered' risks causing data races between actor-isolated and task-isolated uses
                    await self?.onServicesDiscovered(peripheral)
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:297:22: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
                Task { [weak self] in
                     ^~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:299:37: note: closure captures non-Sendable 'peripheral'
                        peripheral: peripheral,
                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:300:34: note: closure captures non-Sendable 'service'
                        service: service,
                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:301:41: note: closure captures non-Sendable 'characteristic'
                        characteristic: characteristic
                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: warning: sending 'peripheral' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.registerMatchedCharacteristic(
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: note: sending task-isolated 'peripheral' to actor-isolated instance method 'registerMatchedCharacteristic(peripheral:service:characteristic:)' risks causing data races between actor-isolated and task-isolated uses
                    await self?.registerMatchedCharacteristic(
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: warning: sending 'service' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.registerMatchedCharacteristic(
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: note: sending task-isolated 'service' to actor-isolated instance method 'registerMatchedCharacteristic(peripheral:service:characteristic:)' risks causing data races between actor-isolated and task-isolated uses
                    await self?.registerMatchedCharacteristic(
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: warning: sending 'characteristic' risks causing data races; this is an error in the Swift 6 language mode
                    await self?.registerMatchedCharacteristic(
                          ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:298:33: note: sending task-isolated 'characteristic' to actor-isolated instance method 'registerMatchedCharacteristic(peripheral:service:characteristic:)' risks causing data races between actor-isolated and task-isolated uses
                    await self?.registerMatchedCharacteristic(
                                ^
SwiftCompile normal arm64 Compiling\ CatPrinter+ImageProcessingOption.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: warning: static property 'addWhiteBackground' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: note: add '@MainActor' to make static property 'addWhiteBackground' part of global actor 'MainActor'
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: warning: static property 'convertToGrayscale' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: note: add '@MainActor' to make static property 'convertToGrayscale' part of global actor 'MainActor'
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: warning: static property 'floydSteinbergDithering' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: note: add '@MainActor' to make static property 'floydSteinbergDithering' part of global actor 'MainActor'
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ PrinterImageData.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/PrinterImageData.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/PrinterImageData.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CatPrint' may lead to instability during execution
@_implementationOnly import CoreBluetooth
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+BluetoothInfo.swift:2:22: warning: using '@_implementationOnly' without enabling library evolution for 'CatPrint' may lead to instability during execution
@_implementationOnly import CoreBluetooth
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:28:14: warning: actor-isolated property 'settings' can not be mutated from the main actor; this is an error in the Swift 6 language mode
        self.settings = settings
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:10:9: note: mutation of this property is only permitted within the actor
    let settings: Settings
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:29:9: warning: actor-isolated property 'centralManager' can not be referenced from the main actor; this is an error in the Swift 6 language mode
        centralManager.delegate = managerProxy
        ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:12:17: note: property declared here
    private let centralManager: CBCentralManager = .init()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:29:35: warning: actor-isolated property 'managerProxy' can not be referenced from the main actor; this is an error in the Swift 6 language mode
        centralManager.delegate = managerProxy
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/CatPrinter.swift:13:17: note: property declared here
    private let managerProxy = CentralManagerProxy()
                ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: warning: static property 'addWhiteBackground' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: note: add '@MainActor' to make static property 'addWhiteBackground' part of global actor 'MainActor'
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:5:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let addWhiteBackground = ImageProcessingOption(rawValue: 1 << 0)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: warning: static property 'convertToGrayscale' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: note: add '@MainActor' to make static property 'convertToGrayscale' part of global actor 'MainActor'
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:6:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let convertToGrayscale = ImageProcessingOption(rawValue: 1 << 1)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: warning: static property 'floydSteinbergDithering' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: note: add '@MainActor' to make static property 'floydSteinbergDithering' part of global actor 'MainActor'
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:7:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let floydSteinbergDithering = ImageProcessingOption(rawValue: 1 << 2)
                          ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'CatPrinter.ImageProcessingOption' may have shared mutable state; this is an error in the Swift 6 language mode
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:2:12: note: consider making struct 'ImageProcessingOption' conform to the 'Sendable' protocol
    struct ImageProcessingOption: OptionSet {
           ^
                                           , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+ImageProcessingOption.swift:9:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        public static let all: ImageProcessingOption = [.addWhiteBackground, .convertToGrayscale, .floydSteinbergDithering]
                          ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ CatPrinterError.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinterError.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinterError.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PrinterCommands.swift /Users/admin/builder/spi-builder-workspace/Sources/PrinterCommands.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PrinterCommands.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CatPrinter+Printer.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+Printer.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+Printer.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CatPrinter+Settings.swift /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+Settings.swift (in target 'CatPrint' from project 'CatPrint')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Models/CatPrinter+Settings.swift (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for CatPrint (in target 'CatPrint' from project 'CatPrint')
SwiftDriver\ Compilation\ Requirements CatPrint normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CatPrint -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_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/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CatPrint-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-Swift.h (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/CatPrint-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftmodule (in target 'CatPrint' from project 'CatPrint')
    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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftdoc (in target 'CatPrint' from project 'CatPrint')
    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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.abi.json (in target 'CatPrint' from project 'CatPrint')
    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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftsourceinfo (in target 'CatPrint' from project 'CatPrint')
    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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinter+ImageProcessingOption.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling PrinterImageData.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinterError.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinter+Settings.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinter+Printer.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinter+BluetoothInfo.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling CatPrinter.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling PrinterCommands.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriverJobDiscovery normal arm64 Compiling Image+Grayscale.swift (in target 'CatPrint' from project 'CatPrint')
SwiftDriver\ Compilation CatPrint normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CatPrint -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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-16.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_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/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.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/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.o normal (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.o
ExtractAppIntentsMetadata (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name CatPrint --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.CatPrint --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/CatPrint.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CatPrint.build/Debug-xros/CatPrint.build/Objects-normal/arm64/CatPrint.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 20:16:57.622 appintentsmetadataprocessor[723:4032] Starting appintentsmetadataprocessor export
2025-04-27 20:16:57.661 appintentsmetadataprocessor[723:4032] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.o (in target 'CatPrint' from project 'CatPrint')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/CatPrint.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CatPrint",
  "name" : "CatPrint",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "CatPrint",
      "targets" : [
        "CatPrint"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "CatPrint",
      "module_type" : "SwiftTarget",
      "name" : "CatPrint",
      "path" : "Sources",
      "product_memberships" : [
        "CatPrint"
      ],
      "sources" : [
        "CatPrinter.swift",
        "Extensions/Image+Grayscale.swift",
        "Models/CatPrinter+BluetoothInfo.swift",
        "Models/CatPrinter+ImageProcessingOption.swift",
        "Models/CatPrinter+Printer.swift",
        "Models/CatPrinter+Settings.swift",
        "Models/CatPrinterError.swift",
        "Models/PrinterImageData.swift",
        "PrinterCommands.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.