Build Information
Failed to build AdaptiveCardUI, reference main (4ac1a3
), with Swift 6.1 for Android on 27 May 2025 22:24:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gonzalezreal/AdaptiveCardUI.git
Reference: main
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/gonzalezreal/AdaptiveCardUI
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4ac1a3c Split the package into two libraries (#19)
Cloned https://github.com/gonzalezreal/AdaptiveCardUI.git
Revision (git rev-parse @):
4ac1a3c0c14cb951fb530712de7e4ae832573bf3
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/AdaptiveCardUI.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/gonzalezreal/AdaptiveCardUI.git
https://github.com/gonzalezreal/AdaptiveCardUI.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "defaultcodable",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/DefaultCodable"
},
{
"identity" : "anyvalue",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/AnyValue"
},
{
"identity" : "networkimage",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/gonzalezreal/NetworkImage"
},
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
},
{
"identity" : "swift-snapshot-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "1.8.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-snapshot-testing"
}
],
"manifest_display_name" : "AdaptiveCardUI",
"name" : "AdaptiveCardUI",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "AdaptiveCard",
"targets" : [
"AdaptiveCard"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "AdaptiveCardUI",
"targets" : [
"AdaptiveCardUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AdaptiveCardUITests",
"module_type" : "SwiftTarget",
"name" : "AdaptiveCardUITests",
"path" : "Tests/AdaptiveCardUITests",
"product_dependencies" : [
"SnapshotTesting"
],
"sources" : [
"Configuration/ActionSetConfigurationTests.swift",
"Configuration/FontConfigurationTests.swift",
"Configuration/ImageSizeConfigurationTests.swift",
"Configuration/ShowCardConfigurationTests.swift",
"Configuration/SpacingConfigurationTests.swift",
"Logic/AdaptiveCardDuplicateIdentifiersTests.swift",
"Logic/AdaptiveCardFeatureAdaptableTests.swift",
"Logic/AdaptiveCardImageURLsTests.swift",
"Logic/AdaptiveCardStoreTests.swift",
"Logic/AdaptiveCardToggleVisibilityTests.swift",
"UI/ActionRenderingTests.swift",
"UI/AdaptiveCardConfiguration+Test.swift",
"UI/ColorTests.swift",
"UI/ColumnSetRenderingTests.swift",
"UI/ContainerRenderingTests.swift",
"UI/CustomCardElementRenderingTests.swift",
"UI/CustomCardElements/RepoLanguage.swift",
"UI/CustomCardElements/RepoLanguageView.swift",
"UI/CustomCardElements/StarCount.swift",
"UI/CustomCardElements/StarCountView.swift",
"UI/FactSetRenderingTests.swift",
"UI/ImageRenderingTests.swift",
"UI/ImageSetRenderingTests.swift",
"UI/RichTextBlockRenderingTests.swift",
"UI/TestHelpers.swift",
"UI/TextBlockRenderingTests.swift",
"UI/TextElementTests.swift"
],
"target_dependencies" : [
"AdaptiveCardUI"
],
"type" : "test"
},
{
"c99name" : "AdaptiveCardUI",
"module_type" : "SwiftTarget",
"name" : "AdaptiveCardUI",
"path" : "Sources/AdaptiveCardUI",
"product_dependencies" : [
"NetworkImage",
"CombineSchedulers"
],
"product_memberships" : [
"AdaptiveCardUI"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/AdaptiveCardUI/en.lproj/Localizable.strings",
"rule" : {
"process" : {
"localization" : "en"
}
}
}
],
"sources" : [
"Configuration/ActionSetConfiguration.swift",
"Configuration/AdaptiveCardConfiguration.swift",
"Configuration/Color+Configuration.swift",
"Configuration/ContainerConfiguration.swift",
"Configuration/ContainerStyleConfiguration.swift",
"Configuration/EnvironmentValues+Configuration.swift",
"Configuration/FactSetConfiguration.swift",
"Configuration/FontConfiguration.swift",
"Configuration/FontTypeConfiguration.swift",
"Configuration/ImageSizeConfiguration.swift",
"Configuration/ShowCardConfiguration.swift",
"Configuration/SpacingConfiguration.swift",
"Configuration/TextBlockConfiguration.swift",
"Configuration/TextColorConfiguration.swift",
"Configuration/TextColorPair.swift",
"Configuration/View+Configuration.swift",
"Internal/Exports.swift",
"Logic/FeatureAdaptation/Action+FeatureAdaptable.swift",
"Logic/FeatureAdaptation/AdaptiveCard+FeatureAdaptable.swift",
"Logic/FeatureAdaptation/CardElement+FeatureAdaptable.swift",
"Logic/FeatureAdaptation/ColumnSetElement+FeatureAdaptable.swift",
"Logic/FeatureAdaptation/Fallback+FeatureAdaptable.swift",
"Logic/FeatureAdaptation/FeatureAdaptable.swift",
"Logic/Store/AdaptiveCard+DuplicateIdentifiers.swift",
"Logic/Store/AdaptiveCard+ImageURLs.swift",
"Logic/Store/AdaptiveCardCache.swift",
"Logic/Store/AdaptiveCardDownloader.swift",
"Logic/Store/AdaptiveCardStore.swift",
"Logic/Store/ImmediateAdaptiveCardCache.swift",
"Logic/ToggleVisibility/AdaptiveCard+Toggleable.swift",
"Logic/ToggleVisibility/CardElement+Toggleable.swift",
"Logic/ToggleVisibility/ColumnSetElement+Toggleable.swift",
"Logic/ToggleVisibility/Image+Toggleable.swift",
"Logic/ToggleVisibility/Toggleable.swift",
"UI/ActionSet/ActionSetView.swift",
"UI/ActionSet/ActionView.swift",
"UI/ActionSet/CapsuleButtonModifier.swift",
"UI/ActionSet/CapsuleButtonStyle.swift",
"UI/AdaptiveCard/AdaptiveCardFeatures.swift",
"UI/AdaptiveCard/AdaptiveCardSourceView.swift",
"UI/AdaptiveCard/AdaptiveCardView.swift",
"UI/AdaptiveCard/ErrorView.swift",
"UI/AdaptiveCard/PrimitiveCardView.swift",
"UI/BackgroundImage/BackgroundImageStyle.swift",
"UI/BackgroundImage/BackgroundImageView.swift",
"UI/BackgroundImage/CoverImageView.swift",
"UI/BackgroundImage/RepeatHorizontallyImageView.swift",
"UI/BackgroundImage/RepeatVerticallyImageView.swift",
"UI/CardElement/CardElementList.swift",
"UI/CardElement/CardElementView.swift",
"UI/CardElement/CustomCardElementView.swift",
"UI/CardElement/SpacingCardElementView.swift",
"UI/Color/Color+ARGBHex.swift",
"UI/ColumnSet/ColumnSetView.swift",
"UI/ColumnSet/ColumnView.swift",
"UI/ColumnSet/SpacingColumnView.swift",
"UI/Container/ContainerView.swift",
"UI/Container/EnvironmentValues+ContainerStyle.swift",
"UI/FactSet/FactSetView.swift",
"UI/Helpers/Alignment+VAlignment.swift",
"UI/Helpers/BlockElementHeight+CGFloat.swift",
"UI/Helpers/CollectSizeModifier.swift",
"UI/Helpers/FlowLayout.swift",
"UI/Helpers/HAlign.swift",
"UI/Helpers/HAlignment+Offset.swift",
"UI/Helpers/Padded.swift",
"UI/Helpers/PixelDimension+CGFloat.swift",
"UI/Helpers/SelectActionModifier.swift",
"UI/Helpers/VAlignment+Offset.swift",
"UI/Image/AutoImageView.swift",
"UI/Image/ContentSizeKey.swift",
"UI/Image/CustomImageStyle.swift",
"UI/Image/FixedSizeImageView.swift",
"UI/Image/ImageSetView.swift",
"UI/Image/ImageSizeImageView.swift",
"UI/Image/ImageStyleView.swift",
"UI/Image/ImageView.swift",
"UI/Image/PrimitiveImageStyle.swift",
"UI/Text/Font.Design+FontType.swift",
"UI/Text/Font.Weight+FontWeight.swift",
"UI/Text/RichTextBlockView.swift",
"UI/Text/Text+Parsing.swift",
"UI/Text/TextAlignment+HAlignment.swift",
"UI/Text/TextBlockView.swift",
"UI/Text/TextElement.swift"
],
"target_dependencies" : [
"AdaptiveCard"
],
"type" : "library"
},
{
"c99name" : "AdaptiveCardTests",
"module_type" : "SwiftTarget",
"name" : "AdaptiveCardTests",
"path" : "Tests/AdaptiveCardTests",
"sources" : [
"ActionTests.swift",
"BackgroundImageTests.swift",
"BlockElementHeightTests.swift",
"CardElementTests.swift",
"ColumnSetElementTests.swift",
"ColumnWidthTests.swift",
"PixelDimensionTests.swift",
"SemanticVersionTests.swift",
"TargetElementTests.swift",
"TextRunTests.swift"
],
"target_dependencies" : [
"AdaptiveCard"
],
"type" : "test"
},
{
"c99name" : "AdaptiveCard",
"module_type" : "SwiftTarget",
"name" : "AdaptiveCard",
"path" : "Sources/AdaptiveCard",
"product_dependencies" : [
"DefaultCodable",
"AnyValue"
],
"product_memberships" : [
"AdaptiveCard",
"AdaptiveCardUI"
],
"sources" : [
"Actions/Action.swift",
"Actions/ActionProtocol.swift",
"Actions/ActionStyle.swift",
"Actions/OpenURLAction.swift",
"Actions/ShowCardAction.swift",
"Actions/SubmitAction.swift",
"Actions/TargetElement.swift",
"Actions/ToggleVisibilityAction.swift",
"Actions/UnknownAction.swift",
"AdaptiveCard.swift",
"Common/BackgroundImage.swift",
"Common/BlockElementHeight.swift",
"Common/ContainerStyle.swift",
"Common/FontSize.swift",
"Common/FontType.swift",
"Common/FontWeight.swift",
"Common/HAlignment.swift",
"Common/ImageFillMode.swift",
"Common/ImageSize.swift",
"Common/ImageStyle.swift",
"Common/ItemIdentifier.swift",
"Common/PixelDimension.swift",
"Common/SemanticVersion.swift",
"Common/Spacing.swift",
"Common/TextColor.swift",
"Common/VAlignment.swift",
"Containers/ActionSet.swift",
"Containers/ColumnSet.swift",
"Containers/Container.swift",
"Containers/Fact.swift",
"Containers/FactSet.swift",
"Containers/ImageSet.swift",
"Elements/CardElement.swift",
"Elements/CardElementProtocol.swift",
"Elements/Column.swift",
"Elements/ColumnSetElement.swift",
"Elements/ColumnSetElementProtocol.swift",
"Elements/ColumnWidth.swift",
"Elements/CustomCardElement.swift",
"Elements/Fallback.swift",
"Elements/Image.swift",
"Elements/RichTextBlock.swift",
"Elements/TextBlock.swift",
"Elements/TextRun.swift",
"Elements/UnknownCardElement.swift",
"Elements/UnknownColumnSetElement.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/gonzalezreal/AnyValue
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/gonzalezreal/DefaultCodable
Fetching https://github.com/gonzalezreal/NetworkImage
[1/1040] Fetching networkimage
[397/1069] Fetching networkimage, anyvalue
[509/3479] Fetching networkimage, anyvalue, combine-schedulers
[797/3571] Fetching networkimage, anyvalue, combine-schedulers, defaultcodable
Fetched https://github.com/gonzalezreal/DefaultCodable from cache (0.36s)
[3478/16661] Fetching networkimage, anyvalue, combine-schedulers, swift-snapshot-testing
Fetched https://github.com/gonzalezreal/NetworkImage from cache (0.45s)
[2569/15621] Fetching anyvalue, combine-schedulers, swift-snapshot-testing
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.61s)
Fetched https://github.com/gonzalezreal/AnyValue from cache (2.61s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.72s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 1.1.1 (3.61s)
Computing version for https://github.com/gonzalezreal/AnyValue
Computed https://github.com/gonzalezreal/AnyValue at 1.0.0 (0.83s)
Computing version for https://github.com/gonzalezreal/DefaultCodable
Computed https://github.com/gonzalezreal/DefaultCodable at 1.2.1 (0.98s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.90s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
[853/6310] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.46s)
[765/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.11s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (2.10s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.88s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.97s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/4581] Fetching swift-custom-dump
[4582/75025] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (9.80s)
Fetched https://github.com/swiftlang/swift-syntax from cache (9.84s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.00s)
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.00s)
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.17.7 (0.88s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.69s)
Creating working copy for https://github.com/gonzalezreal/AnyValue
Working copy of https://github.com/gonzalezreal/AnyValue resolved at 1.0.0
Creating working copy for https://github.com/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 1.1.1
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.17.7
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/gonzalezreal/DefaultCodable
Working copy of https://github.com/gonzalezreal/DefaultCodable resolved at 1.2.1
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Building for debugging...
[0/11] Write sources
[0/11] Copying Info.plist
[0/11] Write sources
[0/11] Copying Localizable.strings
[1/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/32] Compiling ConcurrencyExtras ActorIsolated.swift
[13/32] Emitting module ConcurrencyExtras
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: 'nil' requires a contextual type
78 | #endif
79 |
[14/33] Compiling XCTestDynamicOverlay Deprecations.swift
[15/34] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[16/34] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/34] Emitting module AnyValue
[18/34] Compiling AnyValue AnyValue.swift
[19/34] Compiling ConcurrencyExtras AsyncStream.swift
[20/35] Compiling ConcurrencyExtras Locking.swift
[21/35] Compiling ConcurrencyExtras Task.swift
[22/35] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[23/35] Compiling XCTestDynamicOverlay Unimplemented.swift
[24/35] Compiling XCTestDynamicOverlay XCTFail.swift
[25/35] Compiling DefaultCodable DefaultValueProvider.swift
[26/35] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: 'nil' requires a contextual type
78 | #endif
79 |
[27/35] Compiling ConcurrencyExtras LockIsolated.swift
[29/35] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[30/35] Emitting module DefaultCodable
[31/35] Compiling DefaultCodable Default.swift
[32/36] Emitting module XCTestDynamicOverlay
[33/36] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[35/36] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[36/36] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/22] Compiling DefaultCodable DefaultValueProvider.swift
[3/22] Compiling DefaultCodable Default.swift
[4/22] Emitting module DefaultCodable
[6/23] Compiling XCTestDynamicOverlay XCTFail.swift
[7/23] Emitting module XCTestDynamicOverlay
[8/24] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[9/24] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[10/24] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[11/24] Compiling XCTestDynamicOverlay Unimplemented.swift
[12/24] Emitting module AnyValue
[13/24] Compiling AnyValue AnyValue.swift
[14/24] Compiling XCTestDynamicOverlay XCTIsTesting.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[16/25] Compiling ConcurrencyExtras ActorIsolated.swift
[17/25] Compiling ConcurrencyExtras LockIsolated.swift
[18/25] Emitting module ConcurrencyExtras
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: 'nil' requires a contextual type
78 | #endif
79 |
[19/26] Compiling ConcurrencyExtras Locking.swift
[20/26] Compiling ConcurrencyExtras AsyncStream.swift
[21/26] Compiling ConcurrencyExtras Task.swift
[22/26] Compiling ConcurrencyExtras MainSerialExecutor.swift
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:5: error: cannot find 'dlsym' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlsym' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:11: error: cannot find 'dlopen' in scope
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: cannot find 'dlopen' in scope
78 | #endif
79 |
/host/spi-builder-workspace/.build/checkouts/swift-concurrency-extras/Sources/ConcurrencyExtras/MainSerialExecutor.swift:77:18: error: 'nil' requires a contextual type
75 | }
76 | private let _swift_task_enqueueGlobal_hook: UnsafeMutablePointer<Hook?> =
77 | dlsym(dlopen(nil, 0), "swift_task_enqueueGlobal_hook").assumingMemoryBound(to: Hook?.self)
| `- error: 'nil' requires a contextual type
78 | #endif
79 |
[23/26] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[24/26] Compiling XCTestDynamicOverlay Deprecations.swift
[27/27] Compiling ConcurrencyExtras UncheckedSendable.swift
BUILD FAILURE 6.1 android