The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build SpeziSensorKit, reference main (bb58f4), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 12 Sep 2025 02:53:20 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziSensorKit -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordSpezi/SpeziSensorKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordSpezi/SpeziSensorKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bb58f40 document sample type properties (#6)
Cloned https://github.com/StanfordSpezi/SpeziSensorKit.git
Revision (git rev-parse @):
bb58f40cf9b4a3545e5d7fee607d60243a8b5f45
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziSensorKit.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordSpezi/SpeziSensorKit.git
https://github.com/StanfordSpezi/SpeziSensorKit.git
{
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    }
  ],
  "manifest_display_name" : "SpeziSensorKit",
  "name" : "SpeziSensorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziSensorKit",
      "targets" : [
        "SpeziSensorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziSensorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKitTests",
      "path" : "Tests/SpeziSensorKitTests",
      "sources" : [
        "SensorKitTests.swift"
      ],
      "target_dependencies" : [
        "SpeziSensorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziSensorKit",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKit",
      "path" : "Sources/SpeziSensorKit",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation",
        "SpeziLocalStorage"
      ],
      "product_memberships" : [
        "SpeziSensorKit"
      ],
      "sources" : [
        "QueryAnchor.swift",
        "Sample Types/Acceleration.swift",
        "Sample Types/AmbientLight.swift",
        "Sample Types/AmbientPressure.swift",
        "Sample Types/ECG.swift",
        "Sample Types/HeartRate.swift",
        "Sample Types/OnWrist.swift",
        "Sample Types/Other+Unsafe.swift",
        "Sample Types/Other.swift",
        "Sample Types/Pedometer.swift",
        "Sample Types/RotationRate.swift",
        "Sensor Reader/AnchoredAsyncDataFetcher.swift",
        "Sensor Reader/FetchResult.swift",
        "Sensor Reader/FetchResultsIterator.swift",
        "Sensor Reader/SensorReader.swift",
        "Sensor Reader/SensorReaderProtocol.swift",
        "Sensor/AnySensor.swift",
        "Sensor/Sensor+WellKnown.swift",
        "Sensor/Sensor.swift",
        "SensorKit+LocalStorage.swift",
        "SensorKit.swift",
        "SensorKitFramework+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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/StanfordSpezi/Spezi.git
Fetching from https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching from https://github.com/StanfordSpezi/SpeziStorage.git
Fetching from https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching from https://github.com/apple/swift-algorithms.git (cached)
Fetching from https://github.com/apple/swift-atomics.git (cached)
Fetching from https://github.com/apple/swift-numerics.git (cached)
Fetching from https://github.com/apple/swift-collections.git (cached)
Creating working copy of package ‘SpeziStorage’
Checking out 2.1.1 of package ‘SpeziStorage’
Creating working copy of package ‘swift-numerics’
Checking out 1.1.0 of package ‘swift-numerics’
Creating working copy of package ‘Spezi’
Checking out 1.9.2 of package ‘Spezi’
Creating working copy of package ‘swift-atomics’
Checking out 1.3.0 of package ‘swift-atomics’
Creating working copy of package ‘swift-algorithms’
Checking out 1.2.1 of package ‘swift-algorithms’
Creating working copy of package ‘SpeziFoundation’
Checking out 2.4.1 of package ‘SpeziFoundation’
Creating working copy of package ‘XCTRuntimeAssertions’
Checking out 2.2.0 of package ‘XCTRuntimeAssertions’
Creating working copy of package ‘swift-collections’
Checking out 1.2.1 of package ‘swift-collections’
Resolve Package Graph
Resolved source packages:
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  SpeziSensorKit: /Users/admin/builder/spi-builder-workspace
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.2
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.4.1
resolved source packages: SpeziStorage, swift-atomics, swift-collections, swift-numerics, RuntimeAssertions, SpeziSensorKit, Spezi, swift-algorithms, SpeziFoundation
{
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    }
  ],
  "manifest_display_name" : "SpeziSensorKit",
  "name" : "SpeziSensorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziSensorKit",
      "targets" : [
        "SpeziSensorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziSensorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKitTests",
      "path" : "Tests/SpeziSensorKitTests",
      "sources" : [
        "SensorKitTests.swift"
      ],
      "target_dependencies" : [
        "SpeziSensorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziSensorKit",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKit",
      "path" : "Sources/SpeziSensorKit",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation",
        "SpeziLocalStorage"
      ],
      "product_memberships" : [
        "SpeziSensorKit"
      ],
      "sources" : [
        "QueryAnchor.swift",
        "Sample Types/Acceleration.swift",
        "Sample Types/AmbientLight.swift",
        "Sample Types/AmbientPressure.swift",
        "Sample Types/ECG.swift",
        "Sample Types/HeartRate.swift",
        "Sample Types/OnWrist.swift",
        "Sample Types/Other+Unsafe.swift",
        "Sample Types/Other.swift",
        "Sample Types/Pedometer.swift",
        "Sample Types/RotationRate.swift",
        "Sensor Reader/AnchoredAsyncDataFetcher.swift",
        "Sensor Reader/FetchResult.swift",
        "Sensor Reader/FetchResultsIterator.swift",
        "Sensor Reader/SensorReader.swift",
        "Sensor Reader/SensorReaderProtocol.swift",
        "Sensor/AnySensor.swift",
        "Sensor/Sensor+WellKnown.swift",
        "Sensor/Sensor.swift",
        "SensorKit+LocalStorage.swift",
        "SensorKit.swift",
        "SensorKitFramework+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpeziSensorKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziSensorKit -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats
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 SpeziSensorKit -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.4.1
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.1
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.2
  SpeziSensorKit: /Users/admin/builder/spi-builder-workspace
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (24 targets)
    Target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
    Target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
    Target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    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 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziFoundation.build/Debug/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: faba2e2d2bb3faca10104941f96ec8e7
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/faba2e2d2bb3faca10104941f96ec8e7.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
error: The package product 'SpeziFoundation' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
error: The package product 'SpeziLocalStorage' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziSensorKit
(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
Resolved source packages:
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.2
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.1
  SpeziSensorKit: /Users/admin/builder/spi-builder-workspace
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.4.1
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
resolved source packages: swift-atomics, Spezi, swift-algorithms, SpeziStorage, SpeziSensorKit, SpeziFoundation, RuntimeAssertions, swift-numerics, swift-collections
{
  "dependencies" : [
    {
      "identity" : "spezi",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/Spezi.git"
    },
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    },
    {
      "identity" : "spezistorage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.1.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziStorage.git"
    }
  ],
  "manifest_display_name" : "SpeziSensorKit",
  "name" : "SpeziSensorKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    }
  ],
  "products" : [
    {
      "name" : "SpeziSensorKit",
      "targets" : [
        "SpeziSensorKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SpeziSensorKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKitTests",
      "path" : "Tests/SpeziSensorKitTests",
      "sources" : [
        "SensorKitTests.swift"
      ],
      "target_dependencies" : [
        "SpeziSensorKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SpeziSensorKit",
      "module_type" : "SwiftTarget",
      "name" : "SpeziSensorKit",
      "path" : "Sources/SpeziSensorKit",
      "product_dependencies" : [
        "Spezi",
        "SpeziFoundation",
        "SpeziLocalStorage"
      ],
      "product_memberships" : [
        "SpeziSensorKit"
      ],
      "sources" : [
        "QueryAnchor.swift",
        "Sample Types/Acceleration.swift",
        "Sample Types/AmbientLight.swift",
        "Sample Types/AmbientPressure.swift",
        "Sample Types/ECG.swift",
        "Sample Types/HeartRate.swift",
        "Sample Types/OnWrist.swift",
        "Sample Types/Other+Unsafe.swift",
        "Sample Types/Other.swift",
        "Sample Types/Pedometer.swift",
        "Sample Types/RotationRate.swift",
        "Sensor Reader/AnchoredAsyncDataFetcher.swift",
        "Sensor Reader/FetchResult.swift",
        "Sensor Reader/FetchResultsIterator.swift",
        "Sensor Reader/SensorReader.swift",
        "Sensor Reader/SensorReaderProtocol.swift",
        "Sensor/AnySensor.swift",
        "Sensor/Sensor+WellKnown.swift",
        "Sensor/Sensor.swift",
        "SensorKit+LocalStorage.swift",
        "SensorKit.swift",
        "SensorKitFramework+Extensions.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SpeziSensorKit"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SpeziSensorKit -destination platform=macOS,arch=arm64
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 SpeziSensorKit -destination platform=macOS,arch=arm64
Resolve Package Graph
Resolved source packages:
  SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.4.1
  swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
  swift-collections: https://github.com/apple/swift-collections.git @ 1.2.1
  swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
  Spezi: https://github.com/StanfordSpezi/Spezi.git @ 1.9.2
  RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
  SpeziSensorKit: /Users/admin/builder/spi-builder-workspace
  SpeziStorage: https://github.com/StanfordSpezi/SpeziStorage.git @ 2.1.1
  swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (24 targets)
    Target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
    Target 'SpeziSensorKit' in project 'SpeziSensorKit'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
    Target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziLocalStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
    Target 'SpeziKeychainStorage' in project 'SpeziStorage'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'Spezi' in project 'Spezi'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'OrderedCollections' in project 'swift-collections'
        ➜ Explicit dependency on target 'InternalCollectionsUtilities' in project 'swift-collections'
    Target 'InternalCollectionsUtilities' in project 'swift-collections' (no dependencies)
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'SpeziFoundationObjC' in project 'SpeziFoundation'
        ➜ Explicit dependency on target 'Atomics' in project 'swift-atomics'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions'
        ➜ Explicit dependency on target 'RuntimeAssertions' in project 'RuntimeAssertions'
    Target 'RuntimeAssertions' in project 'RuntimeAssertions' (no dependencies)
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'Algorithms' in project 'swift-algorithms'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target 'RealModule' in project 'swift-numerics'
        ➜ Explicit dependency on target '_NumericsShims' in project 'swift-numerics'
    Target '_NumericsShims' in project 'swift-numerics' (no dependencies)
    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 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
    Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x objective-c -c /dev/null
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcstringstool compile --dry-run --output-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SpeziFoundation.build/Debug/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
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 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 4a3f987d7452b609cd4f9964922e059d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/4a3f987d7452b609cd4f9964922e059d.xcbuilddata
error: The package product 'Spezi' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
error: The package product 'SpeziFoundation' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
error: The package product 'SpeziLocalStorage' requires minimum platform version 14.0 for the macOS platform, but this target supports 10.13 (in target 'SpeziSensorKit' from project 'SpeziSensorKit')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:e75d42a80686a59fa1346d5407a25fd02ab4a3c8, name:My Mac }
** BUILD FAILED **
The following build commands failed:
	Building workspace spi-builder-workspace with scheme SpeziSensorKit
(1 failure)
BUILD FAILURE 6.1 macosXcodebuild