The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build AdaptiveCardUI, reference 0.1.3 (7bfdcf), with Swift 6.1 for Android on 27 May 2025 22:24:06 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: 0.1.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/gonzalezreal/AdaptiveCardUI
 * tag               0.1.3      -> FETCH_HEAD
HEAD is now at 7bfdcfa Fix iOS and watchOS build (#18)
Cloned https://github.com/gonzalezreal/AdaptiveCardUI.git
Revision (git rev-parse @):
7bfdcfa965c42ef2194c511f51ca66cc7f6e5240
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/gonzalezreal/AdaptiveCardUI.git at 0.1.3
========================================
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" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    }
  ],
  "products" : [
    {
      "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",
        "Model/ActionTests.swift",
        "Model/BackgroundImageTests.swift",
        "Model/BlockElementHeightTests.swift",
        "Model/CardElementTests.swift",
        "Model/ColumnSetElementTests.swift",
        "Model/ColumnWidthTests.swift",
        "Model/PixelDimensionTests.swift",
        "Model/SemanticVersionTests.swift",
        "Model/TargetElementTests.swift",
        "Model/TextRunTests.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" : [
        "DefaultCodable",
        "AnyValue",
        "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",
        "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",
        "Model/Actions/Action.swift",
        "Model/Actions/ActionProtocol.swift",
        "Model/Actions/ActionStyle.swift",
        "Model/Actions/OpenURLAction.swift",
        "Model/Actions/ShowCardAction.swift",
        "Model/Actions/SubmitAction.swift",
        "Model/Actions/TargetElement.swift",
        "Model/Actions/ToggleVisibilityAction.swift",
        "Model/Actions/UnknownAction.swift",
        "Model/AdaptiveCard.swift",
        "Model/Common/BackgroundImage.swift",
        "Model/Common/BlockElementHeight.swift",
        "Model/Common/ContainerStyle.swift",
        "Model/Common/FontSize.swift",
        "Model/Common/FontType.swift",
        "Model/Common/FontWeight.swift",
        "Model/Common/HAlignment.swift",
        "Model/Common/ImageFillMode.swift",
        "Model/Common/ImageSize.swift",
        "Model/Common/ImageStyle.swift",
        "Model/Common/ItemIdentifier.swift",
        "Model/Common/PixelDimension.swift",
        "Model/Common/SemanticVersion.swift",
        "Model/Common/Spacing.swift",
        "Model/Common/TextColor.swift",
        "Model/Common/VAlignment.swift",
        "Model/Containers/ActionSet.swift",
        "Model/Containers/ColumnSet.swift",
        "Model/Containers/Container.swift",
        "Model/Containers/Fact.swift",
        "Model/Containers/FactSet.swift",
        "Model/Containers/ImageSet.swift",
        "Model/Elements/CardElement.swift",
        "Model/Elements/CardElementProtocol.swift",
        "Model/Elements/Column.swift",
        "Model/Elements/ColumnSetElement.swift",
        "Model/Elements/ColumnSetElementProtocol.swift",
        "Model/Elements/ColumnWidth.swift",
        "Model/Elements/CustomCardElement.swift",
        "Model/Elements/Fallback.swift",
        "Model/Elements/Image.swift",
        "Model/Elements/RichTextBlock.swift",
        "Model/Elements/TextBlock.swift",
        "Model/Elements/TextRun.swift",
        "Model/Elements/UnknownCardElement.swift",
        "Model/Elements/UnknownColumnSetElement.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"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/DefaultCodable
Fetching https://github.com/gonzalezreal/NetworkImage
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-snapshot-testing
Fetching https://github.com/gonzalezreal/AnyValue
[1/92] Fetching defaultcodable
[93/121] Fetching defaultcodable, anyvalue
[122/1161] Fetching defaultcodable, anyvalue, networkimage
[247/3571] Fetching defaultcodable, anyvalue, networkimage, combine-schedulers
[3572/16753] Fetching defaultcodable, anyvalue, networkimage, combine-schedulers, swift-snapshot-testing
Fetched https://github.com/gonzalezreal/AnyValue from cache (2.13s)
Fetched https://github.com/gonzalezreal/DefaultCodable from cache (2.13s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.13s)
Fetched https://github.com/gonzalezreal/NetworkImage from cache (2.14s)
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.20s)
Computing version for https://github.com/gonzalezreal/NetworkImage
Computed https://github.com/gonzalezreal/NetworkImage at 1.1.1 (2.78s)
Computing version for https://github.com/gonzalezreal/AnyValue
Computed https://github.com/gonzalezreal/AnyValue at 1.0.0 (0.49s)
Computing version for https://github.com/gonzalezreal/DefaultCodable
Computed https://github.com/gonzalezreal/DefaultCodable at 1.2.1 (0.47s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.26s)
[1/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.65s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.15s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.50s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (0.48s)
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 (1.80s)
[13385/70444] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.30s)
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.54s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (0.77s)
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/DefaultCodable
Working copy of https://github.com/gonzalezreal/DefaultCodable resolved at 1.2.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/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/gonzalezreal/NetworkImage
Working copy of https://github.com/gonzalezreal/NetworkImage resolved at 1.1.1
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/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Building for debugging...
[0/10] Write sources
[0/10] Copying Localizable.strings
[0/10] Copying Info.plist
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/31] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[12/31] Compiling XCTestDynamicOverlay Deprecations.swift
[13/32] Emitting module AnyValue
[14/32] Compiling AnyValue AnyValue.swift
[16/33] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[17/33] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[18/33] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[19/33] Compiling XCTestDynamicOverlay Unimplemented.swift
[20/33] Compiling XCTestDynamicOverlay XCTFail.swift
[21/33] Compiling DefaultCodable Default.swift
[22/33] Emitting module DefaultCodable
[23/33] Compiling DefaultCodable DefaultValueProvider.swift
[24/34] Compiling ConcurrencyExtras Task.swift
[25/34] 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 |
[26/34] Emitting module XCTestDynamicOverlay
[27/34] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[28/34] Compiling ConcurrencyExtras AsyncThrowingStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/35] Compiling ConcurrencyExtras AsyncStream.swift
[30/35] Compiling ConcurrencyExtras Locking.swift
[31/35] Compiling ConcurrencyExtras ActorIsolated.swift
[32/35] Compiling ConcurrencyExtras LockIsolated.swift
[33/35] 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 |
[36/36] Compiling ConcurrencyExtras UncheckedSendable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 ConcurrencyExtras ActorIsolated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/23] 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 |
[4/23] Compiling DefaultCodable DefaultValueProvider.swift
[5/23] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[6/23] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[7/24] Compiling DefaultCodable Default.swift
[8/24] Emitting module DefaultCodable
[9/25] Compiling ConcurrencyExtras AsyncStream.swift
[10/25] Compiling ConcurrencyExtras Task.swift
[11/25] 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 |
[12/25] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[13/25] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/25] Compiling ConcurrencyExtras LockIsolated.swift
[15/25] Compiling ConcurrencyExtras Locking.swift
[16/25] Emitting module AnyValue
[17/25] Compiling AnyValue AnyValue.swift
[18/26] Compiling XCTestDynamicOverlay XCTFail.swift
[19/26] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[22/26] Compiling ConcurrencyExtras UncheckedSendable.swift
BUILD FAILURE 6.1 android