Build Information
Failed to build ResearchKit, reference 4.0.0-beta.3 (b17ade), with Swift 6.3 for visionOS using Xcode 26.4 on 15 Apr 2026 19:30:21 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResearchKit-Package -destination generic/platform=xrOSBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
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: visionOS
Swift version: 6.3
Building package at path: $PWD
https://github.com/StanfordBDHG/ResearchKit.git
Command line invocation:
/Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"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"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "ResearchKit",
"schemes" : [
"ResearchKit",
"ResearchKitActiveTask",
"ResearchKitAllTargets",
"ResearchKitUI"
],
"targets" : [
"ResearchKit",
"ResearchKitTests",
"ResearchKitUI",
"ResearchKitActiveTask",
"ResearchKitAllTargets"
]
}
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ResearchKit",
"ResearchKit-Package",
"ResearchKitActiveTask",
"ResearchKitSwiftUI",
"ResearchKitSwiftUIBridge",
"ResearchKitUI"
]
}
}
2026-04-15 15:29:59.414 xcodebuild[621:3752] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResearchKit-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 ResearchKit-Package -destination generic/platform=xrOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolve Package Graph
couldn't find pc file for zlib
Resolved source packages:
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.0
RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
zstd: https://github.com/StanfordBDHG/zstd.git @ 1.5.8-beta.1
ThreadLocal: https://github.com/StanfordBDHG/ThreadLocal.git @ 0.1.3
swift-log: https://github.com/apple/swift-log @ 1.12.0
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.7.6
ResearchKit: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (29 targets)
Target 'ResearchKitUI' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitSwiftUIBridge' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKitSwiftUIBridge' in project 'ResearchKit'
Target 'ResearchKitSwiftUIBridge' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
Target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
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 'libzstd' in project 'zstd'
➜ 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'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
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 'libzstd' in project 'zstd'
➜ 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'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
Target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocalMacros' in project 'ThreadLocal'
Target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocalMacros' in project 'ThreadLocal'
Target 'ThreadLocalMacros' in project 'ThreadLocal' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
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 'libzstd' in project 'zstd'
➜ Explicit dependency on target 'libzstd' in project 'zstd'
Target 'libzstd' in project 'zstd' (no dependencies)
Target 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
Target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitActiveTask' in project 'ResearchKit' (no dependencies)
Target 'ResearchKit' in project 'ResearchKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.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-xros/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e6e36e8284a1d258055c938b6cabb6b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e6e36e8284a1d258055c938b6cabb6b2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitActiveTask.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitActiveTask.xcframework'. (in target 'ResearchKitActiveTask' from project 'ResearchKit')
2026-04-15 15:30:07.480 xcodebuild[1265:7012] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ResearchKit-Package
(1 failure)
Command line invocation:
/Applications/Xcode-26.4.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 installedcouldn't find pc file for zlib
Resolved source packages:
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.7.6
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
zstd: https://github.com/StanfordBDHG/zstd.git @ 1.5.8-beta.1
RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.0
swift-log: https://github.com/apple/swift-log @ 1.12.0
ThreadLocal: https://github.com/StanfordBDHG/ThreadLocal.git @ 0.1.3
ResearchKit: /Users/admin/builder/spi-builder-workspace
resolved source packages: swift-algorithms, swift-numerics, SpeziFoundation, swift-atomics, zstd, RuntimeAssertions, swift-syntax, swift-log, ThreadLocal, ResearchKit
2026-04-15 15:30:12.620 xcodebuild[1463:7974] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"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"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ResearchKit",
"ResearchKit-Package",
"ResearchKitActiveTask",
"ResearchKitSwiftUI",
"ResearchKitSwiftUIBridge",
"ResearchKitUI"
]
}
}
2026-04-15 15:30:15.141 xcodebuild[1508:8169] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"ResearchKit",
"ResearchKit-Package",
"ResearchKitActiveTask",
"ResearchKitSwiftUI",
"ResearchKitSwiftUIBridge",
"ResearchKitUI"
]
}
}
2026-04-15 15:30:17.378 xcodebuild[1620:8724] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ResearchKit-Package -destination generic/platform=xrOS
Command line invocation:
/Applications/Xcode-26.4.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 ResearchKit-Package -destination generic/platform=xrOS
Resolve Package Graph
failed to retrieve search paths with pkg-config; maybe pkg-config is not installedcouldn't find pc file for zlib
Resolved source packages:
RuntimeAssertions: https://github.com/StanfordBDHG/XCTRuntimeAssertions.git @ 2.2.0
ThreadLocal: https://github.com/StanfordBDHG/ThreadLocal.git @ 0.1.3
SpeziFoundation: https://github.com/StanfordSpezi/SpeziFoundation.git @ 2.7.6
swift-numerics: https://github.com/apple/swift-numerics.git @ 1.1.1
swift-log: https://github.com/apple/swift-log @ 1.12.0
swift-syntax: https://github.com/swiftlang/swift-syntax.git @ 603.0.0
ResearchKit: /Users/admin/builder/spi-builder-workspace
swift-algorithms: https://github.com/apple/swift-algorithms.git @ 1.2.1
swift-atomics: https://github.com/apple/swift-atomics.git @ 1.3.0
zstd: https://github.com/StanfordBDHG/zstd.git @ 1.5.8-beta.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (29 targets)
Target 'ResearchKitUI' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitSwiftUIBridge' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKitSwiftUIBridge' in project 'ResearchKit'
Target 'ResearchKitSwiftUIBridge' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
Target 'ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit'
➜ Explicit dependency on target 'SpeziFoundation' in project 'SpeziFoundation'
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 'libzstd' in project 'zstd'
➜ 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'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
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 'libzstd' in project 'zstd'
➜ 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'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
Target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocalMacros' in project 'ThreadLocal'
Target 'ThreadLocal' in project 'ThreadLocal'
➜ Explicit dependency on target 'ThreadLocalMacros' in project 'ThreadLocal'
Target 'ThreadLocalMacros' in project 'ThreadLocal' (no dependencies)
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
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 'libzstd' in project 'zstd'
➜ Explicit dependency on target 'libzstd' in project 'zstd'
Target 'libzstd' in project 'zstd' (no dependencies)
Target 'SpeziFoundationObjC' in project 'SpeziFoundation' (no dependencies)
Target 'SpeziFoundation_SpeziFoundation' in project 'SpeziFoundation' (no dependencies)
Target 'ResearchKit_ResearchKitSwiftUI' in project 'ResearchKit' (no dependencies)
Target 'ResearchKitActiveTask' in project 'ResearchKit' (no dependencies)
Target 'ResearchKit' in project 'ResearchKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x objective-c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.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-xros/SpeziFoundation_SpeziFoundation.build /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SpeziFoundation/Sources/SpeziFoundation/Resources/Localizable.xcstrings
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x assembler-with-cpp -c /dev/null
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: e6e36e8284a1d258055c938b6cabb6b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e6e36e8284a1d258055c938b6cabb6b2.xcbuilddata
/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitActiveTask.xcframework:1:1: error: While building for visionOS, no library for this platform was found in '/Users/admin/builder/spi-builder-workspace/Sources/ResearchKitActiveTask.xcframework'. (in target 'ResearchKitActiveTask' from project 'ResearchKit')
2026-04-15 15:30:19.645 xcodebuild[1714:9178] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
** BUILD FAILED **
The following build commands failed:
Building workspace spi-builder-workspace with scheme ResearchKit-Package
(1 failure)
BUILD FAILURE 6.3 visionOS