The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SpeziSensorKit, reference main (8addfd), with Swift 6.1 for macOS (SPM) on 6 Apr 2026 22:59:48 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
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 8addfd5 try to fix deadlock (#17)
Cloned https://github.com/StanfordSpezi/SpeziSensorKit.git
Revision (git rev-parse @):
8addfd5f8ca54d85409ad9c70391859d44df227b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziSensorKit.git at main
========================================
Build
========================================
Selected platform:         macosSpm
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.3",
            "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/DeviceUsage.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",
        "Sample Types/Visit.swift",
        "Sensor Reader/AnchoredFetcher+NumSamplesFetching.swift",
        "Sensor Reader/AnchoredFetcher+TimeIntervalFetching.swift",
        "Sensor Reader/AnchoredFetcher.swift",
        "Sensor Reader/FetchResult.swift",
        "Sensor Reader/FetchResultsIterator.swift",
        "Sensor/AnySensor+Operations.swift",
        "Sensor/AnySensor.swift",
        "Sensor/Sensor+WellKnown.swift",
        "Sensor/Sensor.swift",
        "Sensor/SensorSample.swift",
        "SensorKit+Availability.swift",
        "SensorKit+LocalStorage.swift",
        "SensorKit.swift",
        "Utils/AsyncSequence.swift",
        "Utils/SensorKitUtils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Fetching https://github.com/StanfordSpezi/Spezi.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/StanfordSpezi/SpeziStorage.git
[1/2954] Fetching spezifoundation
[179/4669] Fetching spezifoundation, spezistorage
[248/15002] Fetching spezifoundation, spezistorage, spezi
Fetched https://github.com/StanfordSpezi/SpeziStorage.git from cache (1.17s)
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (1.17s)
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (1.17s)
Computing version for https://github.com/StanfordSpezi/SpeziStorage.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.4 (1.85s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/735] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.81s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (1.47s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.78s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.91s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.7.4 (2.68s)
Fetching https://github.com/StanfordBDHG/zstd.git
Fetching https://github.com/StanfordBDHG/ThreadLocal.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-log from cache
[1/63157] Fetching zstd
[2/63328] Fetching zstd, threadlocal
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
Fetched https://github.com/StanfordBDHG/ThreadLocal.git from cache (2.63s)
Fetched https://github.com/StanfordBDHG/zstd.git from cache (2.63s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.63s)
Fetched https://github.com/apple/swift-log from cache (2.65s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.16s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.80s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.32s)
Computing version for https://github.com/StanfordBDHG/ThreadLocal.git
Computed https://github.com/StanfordSpezi/SpeziStorage.git at 2.1.4 (0.00s)
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 2.2.0 (0.00s)
Computed https://github.com/StanfordSpezi/Spezi.git at 1.10.1 (0.00s)
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.6.0 (0.67s)
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.00s)
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.00s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.63s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.11.0 (0.57s)
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.11.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.6.0
Creating working copy for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 2.2.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/StanfordSpezi/SpeziStorage.git
Working copy of https://github.com/StanfordSpezi/SpeziStorage.git resolved at 2.1.4
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'Spezi' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'Spezi' to require macos 10.13 or earlier.
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'SpeziFoundation' to require macos 10.13 or earlier.
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'SpeziLocalStorage' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'SpeziLocalStorage' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'Spezi' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'Spezi' to require macos 10.13 or earlier.
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'SpeziFoundation' to require macos 10.13 or earlier.
error: the library 'SpeziSensorKit' requires macos 10.13, but depends on the product 'SpeziLocalStorage' which requires macos 14.0; consider changing the library 'SpeziSensorKit' to require macos 14.0 or later, or the product 'SpeziLocalStorage' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm