The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WWBluetoothManager, reference 1.2.1 (aee4b8), with Swift 6.1 for iOS using Xcode 16.3 on 7 May 2026 11:56:45 UTC.

Swift 6 data race errors: 1

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWBluetoothManager.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/William-Weng/WWBluetoothManager
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at aee4b8e - 加入publish / startAdvertising使用enum的功能
Cloned https://github.com/William-Weng/WWBluetoothManager.git
Revision (git rev-parse @):
aee4b8e97cfa40579284f3076e9e5fa2344be4f6
SUCCESS checkout https://github.com/William-Weng/WWBluetoothManager.git at 1.2.1
========================================
Build
========================================
Selected platform:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/William-Weng/WWBluetoothManager.git
https://github.com/William-Weng/WWBluetoothManager.git
{
  "dependencies" : [
    {
      "identity" : "wwbytereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/William-Weng/WWByteReader"
    }
  ],
  "manifest_display_name" : "WWBluetoothManager",
  "name" : "WWBluetoothManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WWBluetoothManager",
      "targets" : [
        "WWBluetoothManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWBluetoothManager",
      "module_type" : "SwiftTarget",
      "name" : "WWBluetoothManager",
      "path" : "Sources/WWBluetoothManager",
      "product_dependencies" : [
        "WWByteReader"
      ],
      "product_memberships" : [
        "WWBluetoothManager"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Privacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BluetoothManager/Central.swift",
        "BluetoothManager/Client.swift",
        "BluetoothManager/Peripheral.swift",
        "BluetoothTransfer/FileTransferController.swift",
        "BluetoothTransfer/FileTransferRecord.swift",
        "Utility/Constant+UUIDType.swift",
        "Utility/Constant.swift",
        "Utility/Delegate.swift",
        "Utility/Extension.swift",
        "Utility/Model.swift",
        "Utility/ScanResult.swift",
        "WWBluetoothManager.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
Fetching from https://github.com/William-Weng/WWByteReader
Creating working copy of package ‘WWByteReader’
Checking out 1.2.0 of package ‘WWByteReader’
Resolve Package Graph
Resolved source packages:
  WWBluetoothManager: /Users/admin/builder/spi-builder-workspace
  WWByteReader: https://github.com/William-Weng/WWByteReader @ 1.2.0
resolved source packages: WWBluetoothManager, WWByteReader
{
  "dependencies" : [
    {
      "identity" : "wwbytereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/William-Weng/WWByteReader"
    }
  ],
  "manifest_display_name" : "WWBluetoothManager",
  "name" : "WWBluetoothManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WWBluetoothManager",
      "targets" : [
        "WWBluetoothManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWBluetoothManager",
      "module_type" : "SwiftTarget",
      "name" : "WWBluetoothManager",
      "path" : "Sources/WWBluetoothManager",
      "product_dependencies" : [
        "WWByteReader"
      ],
      "product_memberships" : [
        "WWBluetoothManager"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Privacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BluetoothManager/Central.swift",
        "BluetoothManager/Client.swift",
        "BluetoothManager/Peripheral.swift",
        "BluetoothTransfer/FileTransferController.swift",
        "BluetoothTransfer/FileTransferRecord.swift",
        "Utility/Constant+UUIDType.swift",
        "Utility/Constant.swift",
        "Utility/Delegate.swift",
        "Utility/Extension.swift",
        "Utility/Model.swift",
        "Utility/ScanResult.swift",
        "WWBluetoothManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "WWBluetoothManager"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WWBluetoothManager -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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 WWBluetoothManager -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build 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
Resolve Package Graph
Resolved source packages:
  WWBluetoothManager: /Users/admin/builder/spi-builder-workspace
  WWByteReader: https://github.com/William-Weng/WWByteReader @ 1.2.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'WWBluetoothManager' in project 'WWBluetoothManager'
        ➜ Explicit dependency on target 'WWBluetoothManager' in project 'WWBluetoothManager'
        ➜ Explicit dependency on target 'WWBluetoothManager_WWBluetoothManager' in project 'WWBluetoothManager'
        ➜ Explicit dependency on target 'WWByteReader' in project 'WWByteReader'
    Target 'WWBluetoothManager' in project 'WWBluetoothManager'
        ➜ Explicit dependency on target 'WWBluetoothManager_WWBluetoothManager' in project 'WWBluetoothManager'
        ➜ Explicit dependency on target 'WWByteReader' in project 'WWByteReader'
    Target 'WWByteReader' in project 'WWByteReader'
        ➜ Explicit dependency on target 'WWByteReader' in project 'WWByteReader'
        ➜ Explicit dependency on target 'WWByteReader_WWByteReader' in project 'WWByteReader'
    Target 'WWByteReader' in project 'WWByteReader'
        ➜ Explicit dependency on target 'WWByteReader_WWByteReader' in project 'WWByteReader'
    Target 'WWByteReader_WWByteReader' in project 'WWByteReader' (no dependencies)
    Target 'WWBluetoothManager_WWBluetoothManager' in project 'WWBluetoothManager' (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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: 6c6c8dfdbe590716f8b0c899ce9bc882
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6c6c8dfdbe590716f8b0c899ce9bc882.xcbuilddata
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
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
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/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyStaticMetadataFileList (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyMetadataFileList (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/empty-WWByteReader_WWByteReader.plist (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/empty-WWByteReader_WWByteReader.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.modulemap (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/WWByteReader_WWByteReader.DependencyMetadataFileList (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/WWByteReader_WWByteReader.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/WWByteReader_WWByteReader.DependencyStaticMetadataFileList (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/WWByteReader_WWByteReader.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/WWBluetoothManager_WWBluetoothManager.DependencyStaticMetadataFileList (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/WWBluetoothManager_WWBluetoothManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/WWBluetoothManager_WWBluetoothManager.DependencyMetadataFileList (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/WWBluetoothManager_WWBluetoothManager.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/empty-WWBluetoothManager_WWBluetoothManager.plist (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/empty-WWBluetoothManager_WWBluetoothManager.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_const_extract_protocols.json (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftConstValuesFileList (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.LinkFileList (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-OutputFileMap.json (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/resource_bundle_accessor.swift (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.modulemap (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyStaticMetadataFileList (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyMetadataFileList (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_const_extract_protocols.json (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/WWByteReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.modulemap (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftConstValuesFileList (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.LinkFileList (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-OutputFileMap.json (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/resource_bundle_accessor.swift
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/WWBluetoothManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.modulemap (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/empty-WWByteReader_WWByteReader.plist (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader_WWByteReader.build/empty-WWByteReader_WWByteReader.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle/Privacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader/Sources/WWByteReader/Privacy (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader/Sources/WWByteReader/Privacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/empty-WWBluetoothManager_WWBluetoothManager.plist (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.build/empty-WWBluetoothManager_WWBluetoothManager.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle/Privacy /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Privacy (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    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/Sources/WWBluetoothManager/Privacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle (in target 'WWBluetoothManager_WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager_WWBluetoothManager.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle (in target 'WWByteReader_WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader_WWByteReader.bundle
SwiftDriver WWByteReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWByteReader' from project 'WWByteReader')
    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 WWByteReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Constant.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader/Sources/WWByteReader/Utility/Constant.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader/Sources/WWByteReader/Utility/Constant.swift (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/resource_bundle_accessor.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/resource_bundle_accessor.swift (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for WWByteReader (in target 'WWByteReader' from project 'WWByteReader')
SwiftDriver\ Compilation\ Requirements WWByteReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWByteReader' from project 'WWByteReader')
    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 WWByteReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-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-iphoneos/WWByteReader-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-Swift.h (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/WWByteReader-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftmodule (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftdoc (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.abi.json (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftsourceinfo (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriver WWBluetoothManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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 WWBluetoothManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ WWBluetoothManager (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
EmitSwiftModule normal arm64 (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothTransfer/FileTransferRecord.swift:73:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func encode() -> Data {
    ^~~~~~~

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Constant.swift:187:43: warning: 'retroactive' attribute does not apply; 'ClientEvent' is declared in this module; this is an error in the Swift 6 language mode
extension WWBluetoothManager.ClientEvent: @retroactive CustomStringConvertible {
                                          ^~~~~~~~~~~~~

SwiftCompile normal arm64 Compiling\ FileTransferController.swift,\ FileTransferRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothTransfer/FileTransferController.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothTransfer/FileTransferRecord.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothTransfer/FileTransferController.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothTransfer/FileTransferRecord.swift:73:5: warning: 'public' modifier is redundant for instance method declared in a public extension
    public func encode() -> Data {
    ^~~~~~~

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

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

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Constant.swift:187:43: warning: 'retroactive' attribute does not apply; 'ClientEvent' is declared in this module; this is an error in the Swift 6 language mode
extension WWBluetoothManager.ClientEvent: @retroactive CustomStringConvertible {
                                          ^~~~~~~~~~~~~

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

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

SwiftCompile normal arm64 Compiling\ Constant+UUIDType.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Constant+UUIDType.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Constant+UUIDType.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Constant+UUIDType.swift:391:9: warning: will never be executed
        return hex
        ^
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftCompile normal arm64 Compiling\ ScanResult.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:39:16: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
        📱 \(displayName) | 📶 \(rssi.stringValue)dBm | 🔗 \(isConnectable.map { $0 ? "YES" : "NO" } ?? "unknown")
/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:39:16: note: use 'String(describing:)' to silence this warning
        📱 \(displayName) | 📶 \(rssi.stringValue)dBm | 🔗 \(isConnectable.map { $0 ? "YES" : "NO" } ?? "unknown")
/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:39:16: note: provide a default value to avoid this warning
        📱 \(displayName) | 📶 \(rssi.stringValue)dBm | 🔗 \(isConnectable.map { $0 ? "YES" : "NO" } ?? "unknown")
/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:47:29: warning: string interpolation produces a debug description for an optional value; did you mean to make this explicit?
          "displayName": "\(displayName)",
                            ^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:47:29: note: use 'String(describing:)' to silence this warning
          "displayName": "\(displayName)",
                            ^~~~~~~~~~~
                            String(describing:  )
/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/ScanResult.swift:47:29: note: provide a default value to avoid this warning
          "displayName": "\(displayName)",
                            ^~~~~~~~~~~
                                        ?? <#default value#>
SwiftDriverJobDiscovery normal arm64 Compiling WWByteWriter.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Central.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Central.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling WWByteReader.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftCompile normal arm64 Compiling\ Model.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Model.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Utility/Model.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'WWByteReader' from project 'WWByteReader')
SwiftDriver\ Compilation WWByteReader normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWByteReader' from project 'WWByteReader')
    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 WWByteReader -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios15.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.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/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WWBluetoothManager.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 Compiling\ Client.swift,\ Peripheral.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Client.swift /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Peripheral.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Client.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Client.swift:146:9: warning: result of call to 'write(_:to:type:)' is unused
        write(data, to: uuidString, type: type)
        ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/BluetoothManager/Peripheral.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.o normal (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios15.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.o
SwiftDriverJobDiscovery normal arm64 Compiling Delegate.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling Model.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling FileTransferController.swift, FileTransferRecord.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling ScanResult.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling Constant.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling Extension.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
ExtractAppIntentsMetadata (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    /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 WWByteReader --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 15.0 --bundle-identifier wwbytereader.WWByteReader --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.appintents --target-triple arm64-apple-ios15.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/WWByteReader.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWByteReader.build/Debug-iphoneos/WWByteReader.build/Objects-normal/arm64/WWByteReader.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-07 04:56:44.435 appintentsmetadataprocessor[763:4439] Starting appintentsmetadataprocessor export
2026-05-07 04:56:44.485 appintentsmetadataprocessor[763:4439] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Central.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.o (in target 'WWByteReader' from project 'WWByteReader')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/WWByteReader
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWByteReader.o
SwiftDriverJobDiscovery normal arm64 Compiling Client.swift, Peripheral.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Compiling Constant+UUIDType.swift (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriverJobDiscovery normal arm64 Emitting module for WWBluetoothManager (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
SwiftDriver\ Compilation\ Requirements WWBluetoothManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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 WWBluetoothManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation WWBluetoothManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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 WWBluetoothManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios16.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-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-iphoneos/WWBluetoothManager-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-Swift.h (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/WWBluetoothManager-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftdoc (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftmodule (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.abi.json (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftsourceinfo (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.o normal (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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-ios16.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.o
ExtractAppIntentsMetadata (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    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 WWBluetoothManager --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 16.0 --bundle-identifier spi-builder-workspace.WWBluetoothManager --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.appintents --target-triple arm64-apple-ios16.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/WWBluetoothManager.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WWBluetoothManager.build/Debug-iphoneos/WWBluetoothManager.build/Objects-normal/arm64/WWBluetoothManager.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-05-07 04:56:44.667 appintentsmetadataprocessor[766:4464] Starting appintentsmetadataprocessor export
2026-05-07 04:56:44.701 appintentsmetadataprocessor[766:4464] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.o (in target 'WWBluetoothManager' from project 'WWBluetoothManager')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WWBluetoothManager.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
    {
      "identity" : "wwbytereader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "1.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/William-Weng/WWByteReader"
    }
  ],
  "manifest_display_name" : "WWBluetoothManager",
  "name" : "WWBluetoothManager",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "WWBluetoothManager",
      "targets" : [
        "WWBluetoothManager"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "WWBluetoothManager",
      "module_type" : "SwiftTarget",
      "name" : "WWBluetoothManager",
      "path" : "Sources/WWBluetoothManager",
      "product_dependencies" : [
        "WWByteReader"
      ],
      "product_memberships" : [
        "WWBluetoothManager"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/WWBluetoothManager/Privacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BluetoothManager/Central.swift",
        "BluetoothManager/Client.swift",
        "BluetoothManager/Peripheral.swift",
        "BluetoothTransfer/FileTransferController.swift",
        "BluetoothTransfer/FileTransferRecord.swift",
        "Utility/Constant+UUIDType.swift",
        "Utility/Constant.swift",
        "Utility/Delegate.swift",
        "Utility/Extension.swift",
        "Utility/Model.swift",
        "Utility/ScanResult.swift",
        "WWBluetoothManager.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.