Build Information
Failed to build ResearchKit, reference 4.0.0-beta.3 (b17ade
), with Swift 6.0 for Linux on 24 Feb 2025 10:46:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.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 /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
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: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/StanfordBDHG/ResearchKit.git
https://github.com/StanfordBDHG/ResearchKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
[1/666] Fetching spezifoundation
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.26s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.1 (0.68s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
[1/374] Fetching xctruntimeassertions
[375/1943] Fetching xctruntimeassertions, swift-atomics
[799/7758] Fetching xctruntimeassertions, swift-atomics, swift-algorithms
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.37s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (2.21s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5595] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.61s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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
Building for debugging...
[0/16] Write sources
[1/16] Copying Localizable.xcstrings.license
[1/16] Copying Info.plist
[2/16] Copying Localizable.xcstrings
[4/16] Write sources
[5/16] Copying Info.plist
[6/16] Copying ResearchKitSwiftUI.strings
[7/16] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
12 | #include <Foundation/NSObjCRuntime.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[12/16] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[12/16] Compiling _AtomicsShims.c
[12/16] Compiling _NumericsShims _NumericsShims.c
[12/16] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/ObjCExceptionHandling.m:9:
/host/spi-builder-workspace/.build/checkouts/SpeziFoundation/Sources/SpeziFoundationObjC/include/ObjCExceptionHandling.h:12:10: fatal error: 'Foundation/NSObjCRuntime.h' file not found
12 | #include <Foundation/NSObjCRuntime.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
[0/4] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[0/4] Compiling _AtomicsShims.c
[0/4] Compiling _NumericsShims _NumericsShims.c
[0/4] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux