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 main (22b550), with Swift 6.1 for Android on 28 May 2025 09:05:29 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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/tgrapperon/swift-composable-environment
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 22b5506 Update README.md
Cloned https://github.com/tgrapperon/swift-composable-environment.git
Revision (git rev-parse @):
22b5506bac48ebbb2098cbcf18bcf4b5dd3495b7
SUCCESS checkout https://github.com/tgrapperon/swift-composable-environment.git at main
========================================
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-4606859-3":/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 (18.96s)
Computing version for https://github.com/pointfreeco/swift-composable-architecture
Computed https://github.com/pointfreeco/swift-composable-architecture at 0.59.0 (21.74s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swiftui-navigation
Fetching https://github.com/pointfreeco/swift-identified-collections
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1394] Fetching swiftui-navigation
[1395/5975] Fetching swiftui-navigation, swift-custom-dump
[1396/7509] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections
[6268/12967] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay
[8020/19216] Fetching swiftui-navigation, swift-custom-dump, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.87s)
[7860/14635] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies
Fetching https://github.com/pointfreeco/swift-case-paths
[14636/15487] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-concurrency-extras
[15480/19862] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-dependencies, swift-concurrency-extras, swift-case-paths
Fetched https://github.com/pointfreeco/swift-dependencies from cache (1.19s)
[12695/13613] Fetching swiftui-navigation, swift-identified-collections, xctest-dynamic-overlay, swift-concurrency-extras, swift-case-paths
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.38s)
Fetching https://github.com/apple/swift-collections
Fetched https://github.com/pointfreeco/swiftui-navigation from cache (1.28s)
Fetched https://github.com/pointfreeco/swift-identified-collections from cache (1.28s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.29s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (0.48s)
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.28s)
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.67s)
Computing version for https://github.com/pointfreeco/swiftui-navigation
Computed https://github.com/pointfreeco/swiftui-navigation at 0.8.0 (3.55s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.64s)
Fetching https://github.com/pointfreeco/swift-clocks
[1/1292] Fetching swift-clocks
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (1.63s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.62s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (0.62s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (0.82s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (0.90s)
Computing version for https://github.com/pointfreeco/swift-identified-collections
Computed https://github.com/pointfreeco/swift-identified-collections at 0.8.0 (0.59s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.77s)
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/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-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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
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/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
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/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
Building for debugging...
[0/18] Write sources
[17/18] Write swift-version-24593BA9C3E375BF.txt
[19/51] Emitting module _Dependencies
[20/51] Compiling _Dependencies DependencyKey.swift
[21/51] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[22/51] Compiling InternalCollectionsUtilities _SortedCollection.swift
[23/51] Compiling _Dependencies Dependencies.swift
[24/51] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/51] Compiling InternalCollectionsUtilities Descriptions.swift
[26/51] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[27/51] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[28/51] Compiling InternalCollectionsUtilities Debugging.swift
[29/53] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[30/53] Compiling InternalCollectionsUtilities UInt+reversed.swift
[31/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[32/53] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[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/56] Emitting module ComposableDependencies
[40/56] Compiling ComposableDependencies ComposableDependencies.swift
[41/57] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[43/115] Compiling XCTestDynamicOverlay Deprecations.swift
[44/115] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[45/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[46/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[47/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[48/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[49/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[50/115] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[51/115] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[52/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[53/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[54/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[55/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[56/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[57/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[58/115] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[59/122] Compiling OrderedCollections OrderedDictionary.swift
[60/122] Compiling OrderedCollections OrderedSet+Codable.swift
[61/122] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[62/122] Compiling OrderedCollections OrderedSet+Descriptions.swift
[63/122] Compiling OrderedCollections OrderedSet+Diffing.swift
[64/122] Compiling OrderedCollections OrderedSet+Equatable.swift
[65/122] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[66/122] Compiling OrderedCollections OrderedSet+Hashable.swift
[67/122] Compiling OrderedCollections OrderedSet+Initializers.swift
[68/122] Compiling OrderedCollections OrderedSet+Insertions.swift
[69/122] Compiling OrderedCollections OrderedSet+Invariants.swift
[70/122] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[71/122] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[72/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[73/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[74/122] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[75/122] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[76/122] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[77/122] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[78/122] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[79/122] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[80/122] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[81/122] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[82/122] Compiling OrderedCollections OrderedDictionary+Values.swift
[83/122] Compiling OrderedCollections OrderedDictionary+Codable.swift
[84/122] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[85/122] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[86/122] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[87/122] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[88/122] Compiling OrderedCollections OrderedDictionary+Elements.swift
[89/122] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[90/122] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[91/122] Compiling OrderedCollections _HashTable+Bucket.swift
[92/122] Compiling OrderedCollections _HashTable+BucketIterator.swift
[93/122] Compiling OrderedCollections _HashTable+Constants.swift
[94/122] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[95/122] Compiling OrderedCollections _HashTable+Testing.swift
[96/122] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[97/122] Compiling OrderedCollections _HashTable.swift
[98/122] Compiling OrderedCollections _Hashtable+Header.swift
[99/122] Emitting module OrderedCollections
[100/122] Compiling OrderedCollections OrderedSet+Sendable.swift
[101/122] Compiling OrderedCollections OrderedSet+SubSequence.swift
[102/122] Compiling OrderedCollections OrderedSet+Testing.swift
[103/122] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[104/122] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[105/122] Compiling OrderedCollections OrderedSet.swift
[106/122] Compiling OrderedCollections _UnsafeBitset.swift
[108/139] Compiling IdentifiedCollections IdentifiedArray+RandomAccessCollection.swift
[109/139] Compiling IdentifiedCollections IdentifiedArray+RangeReplaceableCollection.swift
[110/141] Emitting module IdentifiedCollections
[111/141] Compiling ConcurrencyExtras Task.swift
[112/142] Compiling IdentifiedCollections IdentifiedArray+Hashable.swift
[113/142] Compiling IdentifiedCollections IdentifiedArray+Initializers.swift
[114/142] Compiling IdentifiedCollections IdentifiedArray+Insertions.swift
[115/142] Compiling IdentifiedCollections IdentifiedArray+MutableCollection.swift
[116/142] Compiling ConcurrencyExtras ActorIsolated.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[117/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 |
[118/142] Compiling ConcurrencyExtras AsyncStream.swift
[119/142] Compiling ConcurrencyExtras LockIsolated.swift
[120/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 |
[121/142] Compiling ConcurrencyExtras Locking.swift
[122/142] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[123/142] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[124/142] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[125/142] Compiling IdentifiedCollections IdentifiedArray+Equatable.swift
[126/142] Compiling IdentifiedCollections IdentifiedArray+ExpressibleByArrayLiteral.swift
[127/142] Compiling XCTestDynamicOverlay Unimplemented.swift
[128/142] Compiling IdentifiedCollections Identified.swift
[129/142] Compiling IdentifiedCollections IdentifiedArray+Codable.swift
[130/142] Compiling XCTestDynamicOverlay XCTFail.swift
[131/142] Compiling IdentifiedCollections IdentifiedArray+Collection.swift
[132/142] Compiling IdentifiedCollections IdentifiedArray+CollectionAlgorithms.swift
[133/142] Compiling IdentifiedCollections IdentifiedArray+CustomDebugStringConvertible.swift
[134/142] Compiling IdentifiedCollections IdentifiedArray+CustomReflectable.swift
[135/142] Compiling IdentifiedCollections IdentifiedArray+CustomStringConvertible.swift
[136/142] Compiling IdentifiedCollections IdentifiedArray+Sendable.swift
[137/142] Compiling IdentifiedCollections IdentifiedArray.swift
[138/143] Emitting module XCTestDynamicOverlay
[139/143] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[140/144] Emitting module _DependencyAliases
[141/144] 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. */
[144/144] Compiling ConcurrencyExtras UncheckedSendable.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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] Compiling _Dependencies DependencyKey.swift
[3/34] Compiling ConcurrencyExtras Locking.swift
[4/35] Emitting module _Dependencies
[5/35] Compiling _Dependencies Dependencies.swift
[6/35] Compiling XCTestDynamicOverlay XCTFail.swift
[7/37] Compiling ConcurrencyExtras Task.swift
[8/37] Compiling ConcurrencyExtras AsyncStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/37] 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 |
[10/37] Compiling ConcurrencyExtras ActorIsolated.swift
[11/37] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[12/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[14/38] Compiling ConcurrencyExtras LockIsolated.swift
[15/38] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[16/38] Compiling InternalCollectionsUtilities Debugging.swift
[17/38] Compiling InternalCollectionsUtilities Descriptions.swift
[18/38] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[19/38] 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 |
[20/38] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/38] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[22/38] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
BUILD FAILURE 6.1 android