Build Information
Failed to build SpeziViews, reference 1.10.1 (10b125
), with Swift 6.0 for Linux on 10 Apr 2025 14:35:51 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/StanfordSpezi/SpeziViews.git
Reference: 1.10.1
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/StanfordSpezi/SpeziViews
* tag 1.10.1 -> FETCH_HEAD
HEAD is now at 10b1257 fix SpeziFoundation dependency version (#60)
Cloned https://github.com/StanfordSpezi/SpeziViews.git
Revision (git rev-parse @):
10b125763d8dd83c3fc9f9d6cd3137c8529212ce
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/StanfordSpezi/SpeziViews.git at 1.10.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/StanfordSpezi/SpeziViews.git
https://github.com/StanfordSpezi/SpeziViews.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"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.1.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/StanfordSpezi/SpeziFoundation.git"
},
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.17.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing.git"
}
],
"manifest_display_name" : "SpeziViews",
"name" : "SpeziViews",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "tvos",
"version" : "17.0"
},
{
"name" : "watchos",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "SpeziViews",
"targets" : [
"SpeziViews"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziPersonalInfo",
"targets" : [
"SpeziPersonalInfo"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SpeziValidation",
"targets" : [
"SpeziValidation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SpeziViewsTests",
"module_type" : "SwiftTarget",
"name" : "SpeziViewsTests",
"path" : "Tests/SpeziViewsTests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"ManagedNavigationStackStepIdentifierTests.swift",
"SnapshotTests.swift",
"SpeziValidationTests.swift"
],
"target_dependencies" : [
"SpeziViews",
"SpeziValidation"
],
"type" : "test"
},
{
"c99name" : "SpeziViews",
"module_type" : "SwiftTarget",
"name" : "SpeziViews",
"path" : "Sources/SpeziViews",
"product_dependencies" : [
"Spezi",
"SpeziFoundation"
],
"product_memberships" : [
"SpeziViews",
"SpeziPersonalInfo",
"SpeziValidation"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SpeziViews/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Environment/DefaultErrorDescription.swift",
"Environment/ProcessingDebounceDuration.swift",
"Model/ImageReference.swift",
"Model/OperationState.swift",
"Model/ViewState.swift",
"Modules/ConfigureTipKit.swift",
"Properties/ManagedViewUpdate.swift",
"Styles/ReverseLabelStyle.swift",
"Utilities/AnyLocalizedError.swift",
"Utilities/Binding+Negate.swift",
"Utilities/BundleDescription+Bundle.swift",
"Utilities/LocalizedStringResource+String.swift",
"Utilities/StringProtocol+Localization.swift",
"Utilities/TextContentType.swift",
"ViewModifier/ConditionalModifier.swift",
"ViewModifier/DeviceOrientationModifier.swift",
"ViewModifier/FocusOnTapModifier.swift",
"ViewModifier/ProcessingOverlay.swift",
"ViewModifier/ShimmerModifier.swift",
"ViewModifier/SkeletonLoadingModifier.swift",
"ViewModifier/ViewState/OperationStateAlert.swift",
"ViewModifier/ViewState/ViewStateAlert.swift",
"ViewModifier/ViewState/ViewStateMapper.swift",
"Views/Button/AsyncButton.swift",
"Views/Button/DismissButton.swift",
"Views/Button/InfoButton.swift",
"Views/Controls/CaseIterablePicker.swift",
"Views/Controls/OptionSetPicker.swift",
"Views/Controls/PickerValue.swift",
"Views/Drawing/CanvasView.swift",
"Views/Layout/DescriptionGridRow.swift",
"Views/Layout/DynamicHStack.swift",
"Views/Layout/HorizontalGeometryReader.swift",
"Views/List/LabeledContent+Init.swift",
"Views/List/ListHeader.swift",
"Views/List/ListRow.swift",
"Views/ManagedNavigationStack/IllegalNavigationStepView.swift",
"Views/ManagedNavigationStack/ManagedNavigationStack+Path.swift",
"Views/ManagedNavigationStack/ManagedNavigationStack.swift",
"Views/ManagedNavigationStack/NavigationStepIdentifier.swift",
"Views/ManagedNavigationStack/NavigationStepIdentifying.swift",
"Views/ManagedNavigationStack/NavigationStepsBuilder.swift",
"Views/ManagedNavigationStack/NavigationStepsCollection.swift",
"Views/Text/Label.swift",
"Views/Text/LazyText.swift",
"Views/Text/MarkdownView.swift",
"Views/Text/TextContent.swift",
"Views/Tiles/CompletedTileHeader.swift",
"Views/Tiles/SimpleTile.swift",
"Views/Tiles/TileHeader.swift"
],
"type" : "library"
},
{
"c99name" : "SpeziValidation",
"module_type" : "SwiftTarget",
"name" : "SpeziValidation",
"path" : "Sources/SpeziValidation",
"product_dependencies" : [
"SpeziFoundation",
"OrderedCollections"
],
"product_memberships" : [
"SpeziValidation"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SpeziValidation/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Configuration/ValidationDebounceDuration.swift",
"Configuration/ValidationEngine+Configuration.swift",
"ValidationEngine.swift",
"ValidationModifier.swift",
"ValidationRule+Defaults.swift",
"ValidationRule.swift",
"ValidationState/CapturedValidationState.swift",
"ValidationState/FailedValidationResult.swift",
"ValidationState/ReceiveValidationModifier.swift",
"ValidationState/ValidationContext.swift",
"ValidationState/ValidationState.swift",
"Views/ValidationResultsView.swift",
"Views/VerifiableTextField.swift"
],
"target_dependencies" : [
"SpeziViews"
],
"type" : "library"
},
{
"c99name" : "SpeziPersonalInfo",
"module_type" : "SwiftTarget",
"name" : "SpeziPersonalInfo",
"path" : "Sources/SpeziPersonalInfo",
"product_memberships" : [
"SpeziPersonalInfo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/SpeziPersonalInfo/Resources/Localizable.xcstrings.license",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Fields/NameFieldRow.swift",
"Fields/NameTextField.swift",
"UserProfileView.swift"
],
"target_dependencies" : [
"SpeziViews"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing.git
Fetching https://github.com/StanfordSpezi/SpeziFoundation.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/StanfordSpezi/Spezi.git
[1/705] Fetching spezifoundation
[706/9798] Fetching spezifoundation, spezi
[2756/25788] Fetching spezifoundation, spezi, swift-collections
Fetched https://github.com/StanfordSpezi/SpeziFoundation.git from cache (0.44s)
[4481/25083] Fetching spezi, swift-collections
[6668/38153] Fetching spezi, swift-collections, swift-snapshot-testing
Fetched https://github.com/StanfordSpezi/Spezi.git from cache (0.86s)
[7341/29060] Fetching swift-collections, swift-snapshot-testing
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
[7712/13070] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing.git from cache (2.90s)
Computing version for https://github.com/StanfordSpezi/SpeziFoundation.git
Computed https://github.com/StanfordSpezi/SpeziFoundation.git at 2.1.3 (1.03s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Fetching https://github.com/apple/swift-atomics.git
[1/534] Fetching xctruntimeassertions
[535/6397] Fetching xctruntimeassertions, swift-algorithms
[711/8102] Fetching xctruntimeassertions, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.68s)
Fetched https://github.com/StanfordBDHG/XCTRuntimeAssertions.git from cache (0.68s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.68s)
Computing version for https://github.com/StanfordBDHG/XCTRuntimeAssertions.git
Computed https://github.com/StanfordBDHG/XCTRuntimeAssertions.git at 1.1.3 (3.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.87s)
Computing version for https://github.com/StanfordSpezi/Spezi.git
Computed https://github.com/StanfordSpezi/Spezi.git at 1.8.1 (1.23s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.98s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing.git
Computed https://github.com/pointfreeco/swift-snapshot-testing.git at 1.18.3 (0.89s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/70037] Fetching swift-syntax
[11207/74618] Fetching swift-syntax, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (6.75s)
Fetched https://github.com/swiftlang/swift-syntax from cache (6.82s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.80s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5342] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.85s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.11s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.84s)
Creating working copy for https://github.com/StanfordSpezi/SpeziFoundation.git
Working copy of https://github.com/StanfordSpezi/SpeziFoundation.git resolved at 2.1.3
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/pointfreeco/swift-snapshot-testing.git
Working copy of https://github.com/pointfreeco/swift-snapshot-testing.git resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/StanfordSpezi/Spezi.git
Working copy of https://github.com/StanfordSpezi/Spezi.git resolved at 1.8.1
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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.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.0.3
Building for debugging...
[0/27] Write sources
[0/27] Copying Localizable.xcstrings.license
[1/27] Copying Localizable.xcstrings
[2/27] Copying Info.plist
[3/27] Copying Localizable.xcstrings.license
[4/27] Copying Localizable.xcstrings
[4/27] Copying Info.plist
[6/27] Copying Localizable.xcstrings
[6/27] Copying Localizable.xcstrings.license
[8/27] Copying Info.plist
[9/27] Write sources
[12/27] Copying Localizable.xcstrings.license
[12/27] Copying Localizable.xcstrings
[14/27] Copying Info.plist
[15/27] Write sources
[23/27] Compiling _NumericsShims _NumericsShims.c
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.
[24/27] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[24/27] Compiling _AtomicsShims.c
[24/27] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
warning: 'spi-builder-workspace': found 19 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testSimpleTile.center.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListHeader.list-header.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testDismissButton.iphone-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testSkeletonLoading.skeleton-loading.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testImageReference.iphone-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testCompletedTileHeader.header.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-XA3.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testSimpleTile.leading.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testTileHeaderLayout.trailing.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListHeader.list-header-instructions.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testReverseLabelStyle.ipad-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.ipad-XA3.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testTileHeaderLayout.leading.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testDismissButton.ipad-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testSimpleTile.trailing.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testListRow.iphone-regular.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testTileHeaderLayout.center.png
/host/spi-builder-workspace/Tests/SpeziViewsTests/__Snapshots__/SnapshotTests/testReverseLabelStyle.iphone-regular.png
[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/3] Compiling SpeziFoundationObjC ObjCExceptionHandling.m
[0/3] Compiling _AtomicsShims.c
[0/3] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.0 linux