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 ResearchKit, reference 4.0.0-beta.3 (b17ade), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 01:11:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/StanfordBDHG/ResearchKit.git
Reference: 4.0.0-beta.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/StanfordBDHG/ResearchKit
 * tag               4.0.0-beta.3 -> FETCH_HEAD
HEAD is now at b17ade8 make QuestionContext public
Cloned https://github.com/StanfordBDHG/ResearchKit.git
Revision (git rev-parse @):
b17ade800bd7feb0f3bbc55fd774490f4a970597
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordBDHG/ResearchKit.git at 4.0.0-beta.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/StanfordBDHG/ResearchKit.git
https://github.com/StanfordBDHG/ResearchKit.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "spezifoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
    }
  ],
  "manifest_display_name" : "ResearchKit",
  "name" : "ResearchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "ResearchKit",
      "targets" : [
        "ResearchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitUI",
      "targets" : [
        "ResearchKitUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitActiveTask",
      "targets" : [
        "ResearchKitActiveTask"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitSwiftUI",
      "targets" : [
        "ResearchKitSwiftUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ResearchKitSwiftUIBridge",
      "targets" : [
        "ResearchKitSwiftUIBridge"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ResearchKitUI",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKitUI",
      "path" : "Sources/ResearchKitUI.xcframework",
      "product_memberships" : [
        "ResearchKitUI",
        "ResearchKitSwiftUIBridge"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ResearchKitSwiftUIBridge",
      "module_type" : "SwiftTarget",
      "name" : "ResearchKitSwiftUIBridge",
      "path" : "Sources/ResearchKitSwiftUIBridge",
      "product_memberships" : [
        "ResearchKitSwiftUIBridge"
      ],
      "sources" : [
        "CancelBehavior.swift",
        "Export.swift",
        "ORKLifecycle.swift",
        "ORKOrderedTaskView.swift",
        "TaskResult.swift"
      ],
      "target_dependencies" : [
        "ResearchKit",
        "ResearchKitUI",
        "ResearchKitActiveTask"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ResearchKitSwiftUI",
      "module_type" : "SwiftTarget",
      "name" : "ResearchKitSwiftUI",
      "path" : "ResearchKitSwiftUI",
      "product_dependencies" : [
        "SpeziFoundation"
      ],
      "product_memberships" : [
        "ResearchKitSwiftUI"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/ResearchKitSwiftUI/ResearchKitSwiftUI/Localization/en.lproj/ResearchKitSwiftUI.strings",
          "rule" : {
            "process" : {
              "localization" : "en"
            }
          }
        }
      ],
      "sources" : [
        "ResearchKitSwiftUI/Color/Color+ResearchFormColors.swift",
        "ResearchKitSwiftUI/Form/NavigationalLayout.swift",
        "ResearchKitSwiftUI/Form/ResearchForm.swift",
        "ResearchKitSwiftUI/Form/ResearchFormCompletion.swift",
        "ResearchKitSwiftUI/Instructions/BodyItemIconForegroundStyle.swift",
        "ResearchKitSwiftUI/Instructions/InstructionBodyItem.swift",
        "ResearchKitSwiftUI/Keyboard/DoneKeyboardToolbar.swift",
        "ResearchKitSwiftUI/Keyboard/KeyboardUtilities.swift",
        "ResearchKitSwiftUI/Measurement/MeasurementUtility.swift",
        "ResearchKitSwiftUI/Questions/Basic UI Structure/Question.swift",
        "ResearchKitSwiftUI/Questions/Basic UI Structure/QuestionCard.swift",
        "ResearchKitSwiftUI/Questions/Binding Management/StateManagementType.swift",
        "ResearchKitSwiftUI/Questions/Optionality/QuestionRequired.swift",
        "ResearchKitSwiftUI/Questions/Response Options/TextChoice.swift",
        "ResearchKitSwiftUI/Questions/Types/DateTimeQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/HeightQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/ImageChoiceQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/Multiple Choice/MultipleChoiceQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/Multiple Choice/TextChoiceOption.swift",
        "ResearchKitSwiftUI/Questions/Types/NumericQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/Slider/SliderQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/Slider/SliderValueForegroundStyle.swift",
        "ResearchKitSwiftUI/Questions/Types/TextQuestion.swift",
        "ResearchKitSwiftUI/Questions/Types/WeightQuestion.swift",
        "ResearchKitSwiftUI/Results/ResearchFormResult.swift",
        "ResearchKitSwiftUI/Results/ResultValue.swift",
        "ResearchKitSwiftUI/Results/StepResultKey.swift",
        "ResearchKitSwiftUI/Scrolling/StickyFooterLayout.swift",
        "ResearchKitSwiftUI/Scrolling/StickyScrollView+StickyLayout.swift",
        "ResearchKitSwiftUI/Scrolling/StickyScrollView.swift",
        "ResearchKitSwiftUI/Step/ResearchFormStep.swift",
        "ResearchKitSwiftUI/Step/ResearchFormStepContentView.swift",
        "ResearchKitSwiftUI/Step/StepHeader.swift",
        "ResearchKitSwiftUI/Step/StepIconForegroundStyle.swift"
      ],
      "target_dependencies" : [
        "ResearchKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ResearchKitActiveTask",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKitActiveTask",
      "path" : "Sources/ResearchKitActiveTask.xcframework",
      "product_memberships" : [
        "ResearchKitActiveTask",
        "ResearchKitSwiftUIBridge"
      ],
      "sources" : [
      ],
      "type" : "binary"
    },
    {
      "c99name" : "ResearchKit",
      "module_type" : "BinaryTarget",
      "name" : "ResearchKit",
      "path" : "Sources/ResearchKit.xcframework",
      "product_memberships" : [
        "ResearchKit",
        "ResearchKitSwiftUI",
        "ResearchKitSwiftUIBridge"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "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/SpeziFoundation.git
[8/770] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.85s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.5 (1.49s)
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.51s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.51s)
[1/534] Fetching xctruntimeassertions
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.75s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (1.43s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.5
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.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/StanfordBDHG/XCTRuntimeAssertions.git
Working copy of https://github.com/StanfordBDHG/XCTRuntimeAssertions.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
error: the library 'ResearchKitSwiftUI' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'ResearchKitSwiftUI' to require macos 14.0 or later, or the product 'SpeziFoundation' 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 'ResearchKitSwiftUI' requires macos 10.13, but depends on the product 'SpeziFoundation' which requires macos 14.0; consider changing the library 'ResearchKitSwiftUI' to require macos 14.0 or later, or the product 'SpeziFoundation' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm