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 swift-composable-environment, reference 0.5.3 (757dd9), with Swift 6.1 for Android on 28 May 2025 09:05:50 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/tgrapperon/swift-composable-environment.git
Reference: 0.5.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/tgrapperon/swift-composable-environment
 * tag               0.5.3      -> FETCH_HEAD
HEAD is now at 757dd90 Update README.md
Cloned https://github.com/tgrapperon/swift-composable-environment.git
Revision (git rev-parse @):
757dd90ed0bab6a2c2452627312533d3d09a1564
SUCCESS checkout https://github.com/tgrapperon/swift-composable-environment.git at 0.5.3
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tgrapperon/swift-composable-environment.git
https://github.com/tgrapperon/swift-composable-environment.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-composable-architecture",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.21.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-composable-architecture"
    }
  ],
  "manifest_display_name" : "swift-composable-environment",
  "name" : "swift-composable-environment",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposableDependencies",
      "targets" : [
        "ComposableDependencies"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComposableEnvironment",
      "targets" : [
        "ComposableEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "GlobalEnvironment",
      "targets" : [
        "GlobalEnvironment"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_DependencyAliases",
      "module_type" : "SwiftTarget",
      "name" : "_DependencyAliases",
      "path" : "Sources/_DependencyAliases",
      "product_memberships" : [
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "DependencyAliases.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_Dependencies",
      "module_type" : "SwiftTarget",
      "name" : "_Dependencies",
      "path" : "Sources/_Dependencies",
      "product_memberships" : [
        "ComposableDependencies",
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "Dependencies.swift",
        "DependencyKey.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GlobalEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "GlobalEnvironmentTests",
      "path" : "Tests/GlobalEnvironmentTests",
      "sources" : [
        "GlobalEnvironmentTests.swift",
        "ReducerGlobalEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "GlobalEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GlobalEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "GlobalEnvironment",
      "path" : "Sources/GlobalEnvironment",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "GlobalEnvironment"
      ],
      "sources" : [
        "Dependency.swift",
        "Deprecations/ComposableEnvironment+Migration.swift",
        "Deprecations/Reducers+Deprecations.swift",
        "DerivedEnvironment.swift",
        "GlobalEnvironment.swift",
        "Reducer+GlobalEnvironment.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies",
        "_Dependencies",
        "_DependencyAliases"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DependencyAliasesTests",
      "module_type" : "SwiftTarget",
      "name" : "DependencyAliasesTests",
      "path" : "Tests/DependencyAliasesTests",
      "sources" : [
        "DependencyAliasesTests.swift"
      ],
      "target_dependencies" : [
        "_DependencyAliases"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableEnvironmentTests",
      "module_type" : "SwiftTarget",
      "name" : "ComposableEnvironmentTests",
      "path" : "Tests/ComposableEnvironmentTests",
      "sources" : [
        "ComposableEnvironmentTests.swift",
        "ReducerComposableEnvironmentTests.swift"
      ],
      "target_dependencies" : [
        "ComposableEnvironment"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposableEnvironment",
      "module_type" : "SwiftTarget",
      "name" : "ComposableEnvironment",
      "path" : "Sources/ComposableEnvironment",
      "product_dependencies" : [
        "ComposableArchitecture"
      ],
      "product_memberships" : [
        "ComposableEnvironment"
      ],
      "sources" : [
        "ComposableEnvironment.swift",
        "Dependency.swift",
        "Deprecations/GlobalEnvironment+Migration.swift",
        "Deprecations/Reducers+Deprecations.swift",
        "DerivedEnvironment.swift",
        "Reducer+ComposableEnvironment.swift"
      ],
      "target_dependencies" : [
        "ComposableDependencies",
        "_Dependencies",
        "_DependencyAliases"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComposableDependencies",
      "module_type" : "SwiftTarget",
      "name" : "ComposableDependencies",
      "path" : "Sources/ComposableDependencies",
      "product_memberships" : [
        "ComposableDependencies",
        "ComposableEnvironment",
        "GlobalEnvironment"
      ],
      "sources" : [
        "ComposableDependencies.swift"
      ],
      "target_dependencies" : [
        "_Dependencies"
      ],
      "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/pointfreeco/swift-composable-architecture
[1/303658] Fetching swift-composable-architecture
Fetched https://github.com/pointfreeco/swift-composable-architecture from cache (22.02s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (22.89s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[760/5433] Fetching swift-concurrency-extras, swift-custom-dump
[3190/6967] Fetching swift-concurrency-extras, swift-custom-dump, swift-identified-collections
[5726/13216] Fetching swift-concurrency-extras, swift-custom-dump, swift-identified-collections, swift-dependencies
[8047/18674] Fetching swift-concurrency-extras, swift-custom-dump, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.45s)
[7974/17822] Fetching swift-custom-dump, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-case-paths
[15913/22197] Fetching swift-custom-dump, swift-identified-collections, swift-dependencies, xctest-dynamic-overlay, swift-case-paths
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (0.72s)
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.73s)
[8797/14414] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-case-paths
Fetching https://github.com/apple/swift-collections
[14415/15808] Fetching swift-custom-dump, xctest-dynamic-overlay, swift-case-paths, swiftui-navigation
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.58s)
[11197/11433] Fetching swift-custom-dump, xctest-dynamic-overlay, swiftui-navigation
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.08s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.09s)
[1/16591] Fetching swift-collections
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (0.38s)
[4315/19001] Fetching swift-collections, combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.94s)
Fetched https://github.com/apple/swift-collections from cache (4.77s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (9.05s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.56s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.69s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.21s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.55s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.53s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.55s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.54s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.50s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.48s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.25s)
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
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/pointfreeco/swiftui-navigation
Working copy of https://github.com/pointfreeco/swiftui-navigation resolved at 0.8.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
Creating working copy for https://github.com/pointfreeco/swift-case-paths
Working copy of https://github.com/pointfreeco/swift-case-paths resolved at 0.14.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 0.11.2
Creating working copy for https://github.com/pointfreeco/swift-identified-collections
Working copy of https://github.com/pointfreeco/swift-identified-collections resolved at 0.8.0
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/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Creating working copy for https://github.com/pointfreeco/swift-composable-architecture
Working copy of https://github.com/pointfreeco/swift-composable-architecture resolved at 0.59.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 0.6.0
Building for debugging...
[0/18] Write sources
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/51] Compiling _Dependencies DependencyKey.swift
[20/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[21/52] Compiling InternalCollectionsUtilities Descriptions.swift
[22/52] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[23/52] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/52] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[26/52] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[27/52] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[28/52] Compiling InternalCollectionsUtilities UInt+reversed.swift
[29/52] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/52] Compiling InternalCollectionsUtilities Debugging.swift
[31/52] Compiling _Dependencies Dependencies.swift
[32/52] Emitting module _Dependencies
[33/53] Emitting module InternalCollectionsUtilities
[34/53] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[35/53] Compiling InternalCollectionsUtilities Integer rank.swift
[37/53] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[39/54] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[40/57] Compiling ComposableDependencies ComposableDependencies.swift
[41/57] Emitting module ComposableDependencies
[43/113] Compiling XCTestDynamicOverlay Unimplemented.swift
[44/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[45/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[48/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[49/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[50/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[51/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[52/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[53/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[54/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[55/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[56/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[57/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[58/122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[62/122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[63/122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[64/122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[65/122] Compiling OrderedCollections OrderedDictionary+Values.swift
[66/122] Compiling OrderedCollections OrderedDictionary.swift
[67/122] Compiling OrderedCollections OrderedSet+Codable.swift
[68/122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[69/122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[70/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[71/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[72/122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[73/122] Compiling OrderedCollections OrderedSet+Hashable.swift
[74/122] Compiling OrderedCollections OrderedSet+Initializers.swift
[75/122] Compiling OrderedCollections OrderedSet+Insertions.swift
[76/122] Compiling OrderedCollections OrderedSet+Invariants.swift
[77/122] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[78/122] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[79/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[80/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[81/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[82/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[83/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[84/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[85/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[86/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[88/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[89/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[90/122] Compiling OrderedCollections _HashTable+Bucket.swift
[91/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[92/122] Compiling OrderedCollections _HashTable+Constants.swift
[93/122] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[94/122] Compiling OrderedCollections _HashTable+Testing.swift
[95/122] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[96/122] Compiling OrderedCollections _HashTable.swift
[97/122] Compiling OrderedCollections _Hashtable+Header.swift
[98/122] Emitting module OrderedCollections
[99/122] Compiling OrderedCollections OrderedSet+Sendable.swift
[100/122] Compiling OrderedCollections OrderedSet+SubSequence.swift
[101/122] Compiling OrderedCollections OrderedSet+Testing.swift
[102/122] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[103/122] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[104/122] Compiling OrderedCollections OrderedSet.swift
[105/122] Compiling OrderedCollections _UnsafeBitset.swift
[107/139] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[108/139] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[109/139] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[110/139] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[111/141] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[112/141] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[113/141] Emitting module IdentifiedCollections
[114/141] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[115/141] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[116/141] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[117/141] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[118/141] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[119/141] Compiling IdentifiedCollections IdentifiedArray.swift
[120/141] Compiling XCTestDynamicOverlay XCTFail.swift
[121/141] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[122/141] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[123/141] Compiling XCTestDynamicOverlay Deprecations.swift
[124/141] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[125/141] Compiling ConcurrencyExtras Task.swift
[126/141] Compiling IdentifiedCollections Identified.swift
[127/141] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[128/141] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[129/141] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[130/141] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[131/142] Compiling ConcurrencyExtras ActorIsolated.swift
[132/142] Emitting module _DependencyAliases
[133/142] Compiling ConcurrencyExtras AsyncThrowingStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[134/142] Compiling ConcurrencyExtras AsyncStream.swift
[135/142] Compiling ConcurrencyExtras Locking.swift
[136/142] Compiling ConcurrencyExtras LockIsolated.swift
[137/142] 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 |
[138/142] 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 |
[139/142] Compiling _DependencyAliases DependencyAliases.swift
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:26: error: cannot find 'CTL_KERN' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                          `- error: cannot find 'CTL_KERN' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:36: error: cannot find 'KERN_PROC' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                    `- error: cannot find 'KERN_PROC' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:47: error: cannot find 'KERN_PROC_PID' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                               `- error: cannot find 'KERN_PROC_PID' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:69:62: error: cannot find 'getpid' in scope
67 |   #if DEBUG
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
   |                                                              `- error: cannot find 'getpid' in scope
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:70:16: error: cannot find 'kinfo_proc' in scope
68 |     // https://github.com/bitstadium/HockeySDK-iOS/blob/c6e8d1e940299bec0c0585b1f7b86baf3b17fc82/Classes/BITHockeyHelper.m#L346-L370
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
   |                `- error: cannot find 'kinfo_proc' in scope
71 |     var info_size = MemoryLayout<kinfo_proc>.size
72 |
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:71:34: error: cannot find type 'kinfo_proc' in scope
69 |     var name: [Int32] = [CTL_KERN, KERN_PROC, KERN_PROC_PID, getpid()]
70 |     var info = kinfo_proc()
71 |     var info_size = MemoryLayout<kinfo_proc>.size
   |                                  `- error: cannot find type 'kinfo_proc' in scope
72 |
73 |     let isDebuggerAttached = name.withUnsafeMutableBytes {
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:11: error: cannot find 'sysctl' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |           `- error: cannot find 'sysctl' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:83: error: cannot find 'P_TRACED' in scope
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                                                                   `- error: cannot find 'P_TRACED' in scope
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:76:44: error: 'nil' requires a contextual type
74 |       $0.bindMemory(to: Int32.self).baseAddress
75 |         .map {
76 |           sysctl($0, 4, &info, &info_size, nil, 0) != -1 && info.kp_proc.p_flag & P_TRACED != 0
   |                                            `- error: 'nil' requires a contextual type
77 |         }
78 |         ?? false
/host/spi-builder-workspace/Sources/_DependencyAliases/DependencyAliases.swift:89:9: warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
87 |
88 |         """,
89 |         stderr
   |         `- warning: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
90 |       )
91 |       raise(SIGTRAP)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/stdio.h:64:23: note: var declared here
 62 | extern FILE* _Nonnull stdin __INTRODUCED_IN(23);
 63 | extern FILE* _Nonnull stdout __INTRODUCED_IN(23);
 64 | extern FILE* _Nonnull stderr __INTRODUCED_IN(23);
    |                       `- note: var declared here
 65 |
 66 | /* C99 and earlier plus current C++ standards say these must be macros. */
[140/143] Emitting module XCTestDynamicOverlay
[141/143] Compiling XCTestDynamicOverlay DefaultInitializable.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/34] Emitting module _Dependencies
[3/34] Compiling _Dependencies DependencyKey.swift
[4/34] Compiling _Dependencies Dependencies.swift
[5/35] Compiling ConcurrencyExtras AsyncStream.swift
[6/36] Compiling ConcurrencyExtras Locking.swift
[7/36] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[8/36] Compiling ConcurrencyExtras Task.swift
[9/36] Compiling ConcurrencyExtras ActorIsolated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/36] 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 |
[12/36] 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 |
[13/36] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[14/36] Compiling InternalCollectionsUtilities Integer rank.swift
[15/36] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[16/37] Compiling ConcurrencyExtras LockIsolated.swift
[17/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[18/37] Compiling InternalCollectionsUtilities Debugging.swift
[19/37] Compiling InternalCollectionsUtilities Descriptions.swift
[20/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[21/37] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[22/37] Emitting module XCTestDynamicOverlay
[23/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[24/38] Emitting module InternalCollectionsUtilities
[25/38] Compiling XCTestDynamicOverlay XCTFail.swift
BUILD FAILURE 6.1 android