The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build HAP, reference 0.7.0 (f0ffaa), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 12:54:29 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HAP-Package -destination generic/platform=watchOS

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bouke/hap.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bouke/hap
 * tag               0.7.0      -> FETCH_HEAD
HEAD is now at f0ffaa2 Changelog updated for 0.7.0
Cloned https://github.com/bouke/hap.git
Revision (git rev-parse @):
f0ffaa2f3a0cd364ade2b33263ca7a3f21ab3834
SUCCESS checkout https://github.com/bouke/hap.git at 0.7.0
========================================
Build
========================================
Selected platform:         watchOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bouke/hap.git
https://github.com/bouke/hap.git
{
  "dependencies" : [
    {
      "identity" : "srp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/SRP.git"
    },
    {
      "identity" : "hkdf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/HKDF.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.21",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crossroadlabs/Regex.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HAP",
  "name" : "HAP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HAP",
      "targets" : [
        "HAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hap-server",
      "targets" : [
        "hap-server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hap-update",
      "targets" : [
        "HAPUpdate"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "hap_server",
      "module_type" : "SwiftTarget",
      "name" : "hap-server",
      "path" : "Sources/hap-server",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "hap-server"
      ],
      "sources" : [
        "FoundationCompat.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Body/HTTPBody.swift",
        "Body/HTTPBodyRepresentable.swift",
        "Body/HTTPBodyStorage.swift",
        "Exports.swift",
        "Message/HTTPHeaderName.swift",
        "Message/HTTPHeaders.swift",
        "Message/HTTPMessage.swift",
        "Message/HTTPRequest.swift",
        "Message/HTTPResponse.swift",
        "Responder/HTTPServerResponder.swift",
        "Utilities/Debug.swift",
        "Utilities/RFC1123.swift",
        "Utilities/RequestHandler.swift"
      ],
      "target_dependencies" : [
        "COperatingSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HAPUpdate",
      "module_type" : "SwiftTarget",
      "name" : "HAPUpdate",
      "path" : "Sources/HAPUpdate",
      "product_memberships" : [
        "hap-update"
      ],
      "sources" : [
        "Inspector.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HAPTests",
      "module_type" : "SwiftTarget",
      "name" : "HAPTests",
      "path" : "Tests/HAPTests",
      "sources" : [
        "AccessoriesTests.swift",
        "CharacteristicTests.swift",
        "DeviceTests.swift",
        "EndpointTests.swift",
        "PairSetupControllerTests.swift",
        "PairVerifyControllerTests.swift",
        "PairingsEndpointTests.swift",
        "Server/CryptographerTests.swift",
        "StorageTests.swift",
        "TLV8Tests.swift",
        "Utils/MockContext.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HAP",
      "module_type" : "SwiftTarget",
      "name" : "HAP",
      "path" : "Sources/HAP",
      "product_dependencies" : [
        "SRP",
        "Cryptor",
        "Logging",
        "HKDF",
        "Regex"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Accessories/AirQualitySensor.swift",
        "Accessories/BatteryService.swift",
        "Accessories/BridgingState.swift",
        "Accessories/ContactSensor.swift",
        "Accessories/Door.swift",
        "Accessories/Fan.swift",
        "Accessories/GarageDoorOpener.swift",
        "Accessories/HumiditySensor.swift",
        "Accessories/LightSensor.swift",
        "Accessories/Lightbulb.swift",
        "Accessories/LockMechanism.swift",
        "Accessories/MotionSensor.swift",
        "Accessories/OccupancySensor.swift",
        "Accessories/Outlet.swift",
        "Accessories/SecuritySystem.swift",
        "Accessories/SmokeSensor.swift",
        "Accessories/Switch.swift",
        "Accessories/Television.swift",
        "Accessories/Thermometer.swift",
        "Accessories/Thermostat.swift",
        "Accessories/Window.swift",
        "Accessories/WindowCovering.swift",
        "Base/Accessory.swift",
        "Base/Characteristic.swift",
        "Base/CharacteristicValueType.swift",
        "Base/Constants.swift",
        "Base/Generated.swift",
        "Base/Info.swift",
        "Base/Service.swift",
        "Controllers/PairSetupController.swift",
        "Controllers/PairVerifyController.swift",
        "Controllers/PairingsController.swift",
        "Endpoints/HTTPExtensions.swift",
        "Endpoints/Protocol.swift",
        "Endpoints/accessories().swift",
        "Endpoints/characteristics().swift",
        "Endpoints/identify().swift",
        "Endpoints/pairSetup().swift",
        "Endpoints/pairVerify().swift",
        "Endpoints/pairings().swift",
        "Endpoints/root().swift",
        "Security/ChaCha20Poly1305.swift",
        "Security/Cryptographer.swift",
        "Security/Ed25519.swift",
        "Server/ChannelHandlers.swift",
        "Server/Configuration.swift",
        "Server/Device.SetupCode.swift",
        "Server/Device.swift",
        "Server/DeviceDelegate.swift",
        "Server/JSON.swift",
        "Server/Pairing.swift",
        "Server/Server.swift",
        "Server/Storage.swift",
        "Utils/ByteBuffer+Extensions.swift",
        "Utils/Crypto.swift",
        "Utils/Data+Extensions.swift",
        "Utils/DataScanner.swift",
        "Utils/Event.swift",
        "Utils/FileManager+Extensions.swift",
        "Utils/Integer+Data.swift",
        "Utils/QRCode.swift",
        "Utils/Random.swift",
        "Utils/Sequence+Extensions.swift",
        "Utils/String+padLeft.swift",
        "Utils/TLV8.swift",
        "Utils/WeakObjectSet.swift"
      ],
      "target_dependencies" : [
        "CQRCode",
        "HTTP",
        "CLibSodium"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CQRCode",
      "module_type" : "ClangTarget",
      "name" : "CQRCode",
      "path" : "Sources/CQRCode",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "qrcode.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COperatingSystem",
      "module_type" : "SwiftTarget",
      "name" : "COperatingSystem",
      "path" : "Sources/COperatingSystem",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibSodium",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibSodium",
      "path" : "Sources/CLibSodium",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
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/crossroadlabs/Regex.git
Fetching from https://github.com/IBM-Swift/BlueCryptor.git
Fetching from https://github.com/Bouke/HKDF.git
Fetching from https://github.com/Bouke/SRP.git
Fetching from https://github.com/apple/swift-nio.git (cached)
Fetching from https://github.com/apple/swift-log.git (cached)
Fetching from https://github.com/attaswift/BigInt.git
Fetching from https://github.com/apple/swift-crypto.git (cached)
Fetching from https://github.com/apple/swift-system.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Creating working copy of package ‘Regex’
Checking out 1.2.0 of package ‘Regex’
Creating working copy of package ‘swift-log’
Checking out 1.6.3 of package ‘swift-log’
Creating working copy of package ‘HKDF’
Checking out 3.1.0 of package ‘HKDF’
Creating working copy of package ‘BlueCryptor’
Checking out 1.0.200 of package ‘BlueCryptor’
Creating working copy of package ‘SRP’
Checking out 3.2.1 of package ‘SRP’
Creating working copy of package ‘swift-nio’
Checking out 2.82.0 of package ‘swift-nio’
Creating working copy of package ‘swift-system’
Checking out 1.4.2 of package ‘swift-system’
Creating working copy of package ‘swift-collections’
Checking out 1.1.4 of package ‘swift-collections’
Creating working copy of package ‘swift-crypto’
Checking out 1.1.7 of package ‘swift-crypto’
Creating working copy of package ‘BigInt’
Checking out 5.5.1 of package ‘BigInt’
Creating working copy of package ‘swift-atomics’
Checking out 1.2.0 of package ‘swift-atomics’
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install libsodium using your system-packager:
    brew install libsodium
Resolve Package Graph
you may be able to install libsodium using your system-packager:
    brew install libsodium
Resolved source packages:
  swift-nio: https://github.com/apple/swift-nio.git @ 2.82.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  HAP: /Users/admin/builder/spi-builder-workspace
  SRP: https://github.com/Bouke/SRP.git @ 3.2.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  Regex: https://github.com/crossroadlabs/Regex.git @ 1.2.0
  HKDF: https://github.com/Bouke/HKDF.git @ 3.1.0
  swift-system: https://github.com/apple/swift-system.git @ 1.4.2
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  Cryptor: https://github.com/IBM-Swift/BlueCryptor.git @ 1.0.200
  BigInt: https://github.com/attaswift/BigInt.git @ 5.5.1
resolved source packages: swift-nio, swift-crypto, HAP, SRP, swift-atomics, swift-log, Regex, HKDF, swift-system, swift-collections, Cryptor, BigInt
{
  "dependencies" : [
    {
      "identity" : "srp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/SRP.git"
    },
    {
      "identity" : "hkdf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/HKDF.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.21",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crossroadlabs/Regex.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HAP",
  "name" : "HAP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HAP",
      "targets" : [
        "HAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hap-server",
      "targets" : [
        "hap-server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hap-update",
      "targets" : [
        "HAPUpdate"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "hap_server",
      "module_type" : "SwiftTarget",
      "name" : "hap-server",
      "path" : "Sources/hap-server",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "hap-server"
      ],
      "sources" : [
        "FoundationCompat.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Body/HTTPBody.swift",
        "Body/HTTPBodyRepresentable.swift",
        "Body/HTTPBodyStorage.swift",
        "Exports.swift",
        "Message/HTTPHeaderName.swift",
        "Message/HTTPHeaders.swift",
        "Message/HTTPMessage.swift",
        "Message/HTTPRequest.swift",
        "Message/HTTPResponse.swift",
        "Responder/HTTPServerResponder.swift",
        "Utilities/Debug.swift",
        "Utilities/RFC1123.swift",
        "Utilities/RequestHandler.swift"
      ],
      "target_dependencies" : [
        "COperatingSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HAPUpdate",
      "module_type" : "SwiftTarget",
      "name" : "HAPUpdate",
      "path" : "Sources/HAPUpdate",
      "product_memberships" : [
        "hap-update"
      ],
      "sources" : [
        "Inspector.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HAPTests",
      "module_type" : "SwiftTarget",
      "name" : "HAPTests",
      "path" : "Tests/HAPTests",
      "sources" : [
        "AccessoriesTests.swift",
        "CharacteristicTests.swift",
        "DeviceTests.swift",
        "EndpointTests.swift",
        "PairSetupControllerTests.swift",
        "PairVerifyControllerTests.swift",
        "PairingsEndpointTests.swift",
        "Server/CryptographerTests.swift",
        "StorageTests.swift",
        "TLV8Tests.swift",
        "Utils/MockContext.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HAP",
      "module_type" : "SwiftTarget",
      "name" : "HAP",
      "path" : "Sources/HAP",
      "product_dependencies" : [
        "SRP",
        "Cryptor",
        "Logging",
        "HKDF",
        "Regex"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Accessories/AirQualitySensor.swift",
        "Accessories/BatteryService.swift",
        "Accessories/BridgingState.swift",
        "Accessories/ContactSensor.swift",
        "Accessories/Door.swift",
        "Accessories/Fan.swift",
        "Accessories/GarageDoorOpener.swift",
        "Accessories/HumiditySensor.swift",
        "Accessories/LightSensor.swift",
        "Accessories/Lightbulb.swift",
        "Accessories/LockMechanism.swift",
        "Accessories/MotionSensor.swift",
        "Accessories/OccupancySensor.swift",
        "Accessories/Outlet.swift",
        "Accessories/SecuritySystem.swift",
        "Accessories/SmokeSensor.swift",
        "Accessories/Switch.swift",
        "Accessories/Television.swift",
        "Accessories/Thermometer.swift",
        "Accessories/Thermostat.swift",
        "Accessories/Window.swift",
        "Accessories/WindowCovering.swift",
        "Base/Accessory.swift",
        "Base/Characteristic.swift",
        "Base/CharacteristicValueType.swift",
        "Base/Constants.swift",
        "Base/Generated.swift",
        "Base/Info.swift",
        "Base/Service.swift",
        "Controllers/PairSetupController.swift",
        "Controllers/PairVerifyController.swift",
        "Controllers/PairingsController.swift",
        "Endpoints/HTTPExtensions.swift",
        "Endpoints/Protocol.swift",
        "Endpoints/accessories().swift",
        "Endpoints/characteristics().swift",
        "Endpoints/identify().swift",
        "Endpoints/pairSetup().swift",
        "Endpoints/pairVerify().swift",
        "Endpoints/pairings().swift",
        "Endpoints/root().swift",
        "Security/ChaCha20Poly1305.swift",
        "Security/Cryptographer.swift",
        "Security/Ed25519.swift",
        "Server/ChannelHandlers.swift",
        "Server/Configuration.swift",
        "Server/Device.SetupCode.swift",
        "Server/Device.swift",
        "Server/DeviceDelegate.swift",
        "Server/JSON.swift",
        "Server/Pairing.swift",
        "Server/Server.swift",
        "Server/Storage.swift",
        "Utils/ByteBuffer+Extensions.swift",
        "Utils/Crypto.swift",
        "Utils/Data+Extensions.swift",
        "Utils/DataScanner.swift",
        "Utils/Event.swift",
        "Utils/FileManager+Extensions.swift",
        "Utils/Integer+Data.swift",
        "Utils/QRCode.swift",
        "Utils/Random.swift",
        "Utils/Sequence+Extensions.swift",
        "Utils/String+padLeft.swift",
        "Utils/TLV8.swift",
        "Utils/WeakObjectSet.swift"
      ],
      "target_dependencies" : [
        "CQRCode",
        "HTTP",
        "CLibSodium"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CQRCode",
      "module_type" : "ClangTarget",
      "name" : "CQRCode",
      "path" : "Sources/CQRCode",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "qrcode.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COperatingSystem",
      "module_type" : "SwiftTarget",
      "name" : "COperatingSystem",
      "path" : "Sources/COperatingSystem",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibSodium",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibSodium",
      "path" : "Sources/CLibSodium",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HAP",
      "HAP-Package",
      "hap-server",
      "hap-update"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HAP-Package -destination generic/platform=watchOS 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 HAP-Package -destination generic/platform=watchOS "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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install libsodium using your system-packager:
    brew install libsodium
Resolve Package Graph
you may be able to install libsodium using your system-packager:
    brew install libsodium
Resolved source packages:
  HKDF: https://github.com/Bouke/HKDF.git @ 3.1.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  Cryptor: https://github.com/IBM-Swift/BlueCryptor.git @ 1.0.200
  SRP: https://github.com/Bouke/SRP.git @ 3.2.1
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-system: https://github.com/apple/swift-system.git @ 1.4.2
  BigInt: https://github.com/attaswift/BigInt.git @ 5.5.1
  swift-nio: https://github.com/apple/swift-nio.git @ 2.82.0
  HAP: /Users/admin/builder/spi-builder-workspace
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  Regex: https://github.com/crossroadlabs/Regex.git @ 1.2.0
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (49 targets)
    Target 'hap-update' in project 'HAP' (no dependencies)
    Target 'hap-server' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'CLibSodium' in project 'HAP'
        ➜ Explicit dependency on target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'CLibSodium' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'Cryptor' in project 'Cryptor' (no dependencies)
    Target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'CLibSodium' in project 'HAP' (no dependencies)
    Target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLLHTTP' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLLHTTP' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'CNIOLLHTTP' in project 'swift-nio' (no dependencies)
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'swift-nio_NIOPosix' in project 'swift-nio' (no dependencies)
    Target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'COperatingSystem' in project 'HAP' (no dependencies)
    Target 'CQRCode' in project 'HAP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: 40b208e2532475cbb096152e07982574
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/40b208e2532475cbb096152e07982574.xcbuilddata
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'HAP' from project 'HAP')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'hap-server' from project 'HAP')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme HAP-Package
(1 failure)
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
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install libsodium using your system-packager:
    brew install libsodium
Resolved source packages:
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  BigInt: https://github.com/attaswift/BigInt.git @ 5.5.1
  Cryptor: https://github.com/IBM-Swift/BlueCryptor.git @ 1.0.200
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  HKDF: https://github.com/Bouke/HKDF.git @ 3.1.0
  HAP: /Users/admin/builder/spi-builder-workspace
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-nio: https://github.com/apple/swift-nio.git @ 2.82.0
  Regex: https://github.com/crossroadlabs/Regex.git @ 1.2.0
  swift-system: https://github.com/apple/swift-system.git @ 1.4.2
  SRP: https://github.com/Bouke/SRP.git @ 3.2.1
resolved source packages: swift-log, BigInt, Cryptor, swift-collections, swift-crypto, HKDF, HAP, swift-atomics, swift-nio, Regex, swift-system, SRP
{
  "dependencies" : [
    {
      "identity" : "srp",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/SRP.git"
    },
    {
      "identity" : "hkdf",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.1.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Bouke/HKDF.git"
    },
    {
      "identity" : "bluecryptor",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.21",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/IBM-Swift/BlueCryptor.git"
    },
    {
      "identity" : "regex",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/crossroadlabs/Regex.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "HAP",
  "name" : "HAP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "HAP",
      "targets" : [
        "HAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "hap-server",
      "targets" : [
        "hap-server"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "hap-update",
      "targets" : [
        "HAPUpdate"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "hap_server",
      "module_type" : "SwiftTarget",
      "name" : "hap-server",
      "path" : "Sources/hap-server",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "hap-server"
      ],
      "sources" : [
        "FoundationCompat.swift",
        "main.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HTTP",
      "module_type" : "SwiftTarget",
      "name" : "HTTP",
      "path" : "Sources/HTTP",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOFoundationCompat"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Body/HTTPBody.swift",
        "Body/HTTPBodyRepresentable.swift",
        "Body/HTTPBodyStorage.swift",
        "Exports.swift",
        "Message/HTTPHeaderName.swift",
        "Message/HTTPHeaders.swift",
        "Message/HTTPMessage.swift",
        "Message/HTTPRequest.swift",
        "Message/HTTPResponse.swift",
        "Responder/HTTPServerResponder.swift",
        "Utilities/Debug.swift",
        "Utilities/RFC1123.swift",
        "Utilities/RequestHandler.swift"
      ],
      "target_dependencies" : [
        "COperatingSystem"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HAPUpdate",
      "module_type" : "SwiftTarget",
      "name" : "HAPUpdate",
      "path" : "Sources/HAPUpdate",
      "product_memberships" : [
        "hap-update"
      ],
      "sources" : [
        "Inspector.swift",
        "main.swift"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "HAPTests",
      "module_type" : "SwiftTarget",
      "name" : "HAPTests",
      "path" : "Tests/HAPTests",
      "sources" : [
        "AccessoriesTests.swift",
        "CharacteristicTests.swift",
        "DeviceTests.swift",
        "EndpointTests.swift",
        "PairSetupControllerTests.swift",
        "PairVerifyControllerTests.swift",
        "PairingsEndpointTests.swift",
        "Server/CryptographerTests.swift",
        "StorageTests.swift",
        "TLV8Tests.swift",
        "Utils/MockContext.swift"
      ],
      "target_dependencies" : [
        "HAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HAP",
      "module_type" : "SwiftTarget",
      "name" : "HAP",
      "path" : "Sources/HAP",
      "product_dependencies" : [
        "SRP",
        "Cryptor",
        "Logging",
        "HKDF",
        "Regex"
      ],
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "Accessories/AirQualitySensor.swift",
        "Accessories/BatteryService.swift",
        "Accessories/BridgingState.swift",
        "Accessories/ContactSensor.swift",
        "Accessories/Door.swift",
        "Accessories/Fan.swift",
        "Accessories/GarageDoorOpener.swift",
        "Accessories/HumiditySensor.swift",
        "Accessories/LightSensor.swift",
        "Accessories/Lightbulb.swift",
        "Accessories/LockMechanism.swift",
        "Accessories/MotionSensor.swift",
        "Accessories/OccupancySensor.swift",
        "Accessories/Outlet.swift",
        "Accessories/SecuritySystem.swift",
        "Accessories/SmokeSensor.swift",
        "Accessories/Switch.swift",
        "Accessories/Television.swift",
        "Accessories/Thermometer.swift",
        "Accessories/Thermostat.swift",
        "Accessories/Window.swift",
        "Accessories/WindowCovering.swift",
        "Base/Accessory.swift",
        "Base/Characteristic.swift",
        "Base/CharacteristicValueType.swift",
        "Base/Constants.swift",
        "Base/Generated.swift",
        "Base/Info.swift",
        "Base/Service.swift",
        "Controllers/PairSetupController.swift",
        "Controllers/PairVerifyController.swift",
        "Controllers/PairingsController.swift",
        "Endpoints/HTTPExtensions.swift",
        "Endpoints/Protocol.swift",
        "Endpoints/accessories().swift",
        "Endpoints/characteristics().swift",
        "Endpoints/identify().swift",
        "Endpoints/pairSetup().swift",
        "Endpoints/pairVerify().swift",
        "Endpoints/pairings().swift",
        "Endpoints/root().swift",
        "Security/ChaCha20Poly1305.swift",
        "Security/Cryptographer.swift",
        "Security/Ed25519.swift",
        "Server/ChannelHandlers.swift",
        "Server/Configuration.swift",
        "Server/Device.SetupCode.swift",
        "Server/Device.swift",
        "Server/DeviceDelegate.swift",
        "Server/JSON.swift",
        "Server/Pairing.swift",
        "Server/Server.swift",
        "Server/Storage.swift",
        "Utils/ByteBuffer+Extensions.swift",
        "Utils/Crypto.swift",
        "Utils/Data+Extensions.swift",
        "Utils/DataScanner.swift",
        "Utils/Event.swift",
        "Utils/FileManager+Extensions.swift",
        "Utils/Integer+Data.swift",
        "Utils/QRCode.swift",
        "Utils/Random.swift",
        "Utils/Sequence+Extensions.swift",
        "Utils/String+padLeft.swift",
        "Utils/TLV8.swift",
        "Utils/WeakObjectSet.swift"
      ],
      "target_dependencies" : [
        "CQRCode",
        "HTTP",
        "CLibSodium"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CQRCode",
      "module_type" : "ClangTarget",
      "name" : "CQRCode",
      "path" : "Sources/CQRCode",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "qrcode.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "COperatingSystem",
      "module_type" : "SwiftTarget",
      "name" : "COperatingSystem",
      "path" : "Sources/COperatingSystem",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
        "libc.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CLibSodium",
      "module_type" : "SystemLibraryTarget",
      "name" : "CLibSodium",
      "path" : "Sources/CLibSodium",
      "product_memberships" : [
        "HAP",
        "hap-server"
      ],
      "sources" : [
      ],
      "type" : "system-target"
    }
  ],
  "tools_version" : "5.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "HAP",
      "HAP-Package",
      "hap-server",
      "hap-update"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme HAP-Package -destination generic/platform=watchOS
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 HAP-Package -destination generic/platform=watchOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedyou may be able to install libsodium using your system-packager:
    brew install libsodium
Resolved source packages:
  swift-nio: https://github.com/apple/swift-nio.git @ 2.82.0
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.2.0
  swift-crypto: https://github.com/apple/swift-crypto.git @ 1.1.7
  Regex: https://github.com/crossroadlabs/Regex.git @ 1.2.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.1.4
  HKDF: https://github.com/Bouke/HKDF.git @ 3.1.0
  HAP: /Users/admin/builder/spi-builder-workspace
  BigInt: https://github.com/attaswift/BigInt.git @ 5.5.1
  Cryptor: https://github.com/IBM-Swift/BlueCryptor.git @ 1.0.200
  SRP: https://github.com/Bouke/SRP.git @ 3.2.1
  swift-log: https://github.com/apple/swift-log.git @ 1.6.3
  swift-system: https://github.com/apple/swift-system.git @ 1.4.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (49 targets)
    Target 'hap-update' in project 'HAP' (no dependencies)
    Target 'hap-server' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'CLibSodium' in project 'HAP'
        ➜ Explicit dependency on target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'HAP' in project 'HAP'
        ➜ Explicit dependency on target 'CQRCode' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'CLibSodium' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex'
        ➜ Explicit dependency on target 'Regex' in project 'Regex'
    Target 'Regex' in project 'Regex' (no dependencies)
    Target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'HKDF' in project 'HKDF'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'Logging' in project 'swift-log'
        ➜ Explicit dependency on target 'Logging' in project 'swift-log'
    Target 'Logging' in project 'swift-log' (no dependencies)
    Target 'Cryptor' in project 'Cryptor'
        ➜ Explicit dependency on target 'Cryptor' in project 'Cryptor'
    Target 'Cryptor' in project 'Cryptor' (no dependencies)
    Target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'SRP' in project 'SRP'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'Crypto' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSLShims' in project 'swift-crypto'
    Target 'CCryptoBoringSSLShims' in project 'swift-crypto'
        ➜ Explicit dependency on target 'CCryptoBoringSSL' in project 'swift-crypto'
    Target 'CCryptoBoringSSL' in project 'swift-crypto' (no dependencies)
    Target 'BigInt' in project 'BigInt'
        ➜ Explicit dependency on target 'BigInt' in project 'BigInt'
    Target 'BigInt' in project 'BigInt' (no dependencies)
    Target 'CLibSodium' in project 'HAP' (no dependencies)
    Target 'HTTP' in project 'HAP'
        ➜ Explicit dependency on target 'COperatingSystem' in project 'HAP'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOFoundationCompat' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLLHTTP' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOHTTP1' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLLHTTP' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'CNIOLLHTTP' in project 'swift-nio' (no dependencies)
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIO' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'swift-nio_NIOPosix' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'swift-nio_NIOPosix' in project 'swift-nio' (no dependencies)
    Target 'NIOEmbedded' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'NIOCore' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
        ➜ Explicit dependency on target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIOBase64' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIODarwin' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOLinux' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWindows' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOWASI' in project 'swift-nio'
        ➜ Explicit dependency on target '_NIODataStructures' in project 'swift-nio'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target '_AtomicsShims' in project 'swift-atomics'
    Target '_AtomicsShims' in project 'swift-atomics' (no dependencies)
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'DequeModule' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target '_NIODataStructures' in project 'swift-nio' (no dependencies)
    Target 'CNIOWASI' in project 'swift-nio' (no dependencies)
    Target 'CNIOWindows' in project 'swift-nio' (no dependencies)
    Target 'CNIOLinux' in project 'swift-nio' (no dependencies)
    Target 'CNIODarwin' in project 'swift-nio' (no dependencies)
    Target '_NIOBase64' in project 'swift-nio' (no dependencies)
    Target 'NIOConcurrencyHelpers' in project 'swift-nio'
        ➜ Explicit dependency on target 'CNIOAtomics' in project 'swift-nio'
    Target 'CNIOAtomics' in project 'swift-nio' (no dependencies)
    Target 'COperatingSystem' in project 'HAP' (no dependencies)
    Target 'CQRCode' in project 'HAP' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch armv7k -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64_32 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x assembler-with-cpp -c /dev/null
Build description signature: d72baa9200f673dbf3d296c32f871103
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/d72baa9200f673dbf3d296c32f871103.xcbuilddata
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'hap-server' from project 'HAP')
error: The package product 'SRP' requires minimum platform version 6.0 for the watchOS platform, but this target supports 5.0 (in target 'HAP' from project 'HAP')
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme HAP-Package
(1 failure)
BUILD FAILURE 6.1 watchOS