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 A11yoop, reference develop (252dd7), with Swift 6.1 for Android on 28 May 2025 04:42:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/Jackstone92/A11yoop.git
Reference: develop
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/Jackstone92/A11yoop
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 252dd74 Merge pull request #23 from Jackstone92/main
Cloned https://github.com/Jackstone92/A11yoop.git
Revision (git rev-parse @):
252dd747c25af2739621d8994f3273c2077bc2ca
SUCCESS checkout https://github.com/Jackstone92/A11yoop.git at develop
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Jackstone92/A11yoop.git
https://github.com/Jackstone92/A11yoop.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "combine-schedulers",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.5.3",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/combine-schedulers"
    }
  ],
  "manifest_display_name" : "A11yoop",
  "name" : "A11yoop",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "A11yoopMonitor",
      "targets" : [
        "A11yoopMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "A11yoopMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorTests",
      "path" : "Tests/A11yoopMonitorTests",
      "sources" : [
        "A11yFeatureTests/A11yFeatureType+DescriptionTests.swift",
        "A11yFeatureTests/A11yStatus+DescriptionTests.swift",
        "A11yFeatureTests/ContentSize+DescriptionTests.swift",
        "A11yFeatureTests/Extension Tests/A11yFeature+AsAnalyticsParamsTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsDisabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsEnabledTests.swift",
        "A11yFeatureTests/Extension Tests/A11yStatus+IsNotSupportedTests.swift",
        "A11yFeatureTests/Extension Tests/Bool+AsA11yStatusAdapterTests.swift",
        "A11yMonitorTests/A11yMonitorTests.swift",
        "A11yMonitorTests/MapperTests.swift",
        "A11yStatusEmitterTests/A11yStatusEmitterTests.swift",
        "A11yStatusObserverTests/A11yFeatureType+NotificationNameTests.swift",
        "A11yStatusObserverTests/A11yStatusObserverTests.swift",
        "A11yStatusProviderTests/A11StatusProvider+MockTests.swift",
        "A11yStatusProviderTests/A11yStatusProviderTests.swift",
        "A11yStatusProviderTests/UIContentSizeCategory+AsContentSizeTests.swift",
        "A11yStoreTests/A11yStoreDataRaceTests.swift",
        "A11yStoreTests/A11yStoreTests.swift",
        "A11yoopMonitorTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitorIntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitorIntegrationTests",
      "path" : "Tests/A11yoopMonitorIntegrationTests",
      "sources" : [
        "A11yoopMonitorIntegrationTests.swift"
      ],
      "target_dependencies" : [
        "A11yoopMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "A11yoopMonitor",
      "module_type" : "SwiftTarget",
      "name" : "A11yoopMonitor",
      "path" : "Sources/A11yoopMonitor",
      "product_dependencies" : [
        "CombineSchedulers"
      ],
      "product_memberships" : [
        "A11yoopMonitor"
      ],
      "sources" : [
        "A11yFeature/A11yFeatureType.swift",
        "A11yFeature/A11yStatus.swift",
        "A11yFeature/ContentSize.swift",
        "A11yFeature/Extensions/A11yFeature+AsAnalyticsParams.swift",
        "A11yFeature/Extensions/A11yStatus+IsDisabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsEnabled.swift",
        "A11yFeature/Extensions/A11yStatus+IsNotSupported.swift",
        "A11yFeature/Extensions/Bool+AsA11yStatus.swift",
        "A11yFeature/Interface.swift",
        "A11yMonitor/A11yMonitor+Live.swift",
        "A11yMonitor/A11yMonitor.swift",
        "A11yMonitor/Mapper.swift",
        "A11yStatusEmitter/A11yStatusEmitter+Live.swift",
        "A11yStatusEmitter/A11yStatusEmitter.swift",
        "A11yStatusObserver/A11yFeatureType+NotificationName.swift",
        "A11yStatusObserver/A11yStatusObserver+Live.swift",
        "A11yStatusObserver/A11yStatusObserver.swift",
        "A11yStatusProvider/A11yStatusProvider+Live.swift",
        "A11yStatusProvider/A11yStatusProvider+Mock.swift",
        "A11yStatusProvider/A11yStatusProvider.swift",
        "A11yStatusProvider/UIContentSizeCategory+AsContentSize.swift",
        "A11yStore/A11yStore+Live.swift",
        "A11yStore/A11yStore.swift",
        "A11yoopMonitor.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/combine-schedulers
[1/2410] Fetching combine-schedulers
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.50s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (1.54s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/852] Fetching swift-concurrency-extras
[853/6310] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (1.01s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.02s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (3.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (2.08s)
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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/21] 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 |
[7/22] Compiling XCTestDynamicOverlay Unimplemented.swift
[8/23] Compiling XCTestDynamicOverlay Deprecations.swift
[9/23] Compiling ConcurrencyExtras UncheckedSendable.swift
[10/23] Compiling ConcurrencyExtras Task.swift
[11/23] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[12/23] Compiling XCTestDynamicOverlay XCTFail.swift
[13/23] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/23] Emitting module XCTestDynamicOverlay
[15/23] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[16/23] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[17/23] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[18/23] Compiling ConcurrencyExtras LockIsolated.swift
[19/23] Compiling ConcurrencyExtras Locking.swift
[20/23] 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 |
[21/23] Compiling ConcurrencyExtras AsyncStream.swift
[22/23] Compiling ConcurrencyExtras ActorIsolated.swift
[23/23] Compiling ConcurrencyExtras AsyncThrowingStream.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/17] Compiling ConcurrencyExtras AsyncThrowingStream.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Compiling ConcurrencyExtras ActorIsolated.swift
[4/18] 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 |
[5/18] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[6/19] Compiling ConcurrencyExtras AsyncStream.swift
[7/19] Compiling ConcurrencyExtras Locking.swift
[8/19] Compiling ConcurrencyExtras LockIsolated.swift
[9/19] Compiling XCTestDynamicOverlay XCTFail.swift
[10/19] 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 |
[11/19] Compiling ConcurrencyExtras Task.swift
[12/19] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[13/19] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[14/19] Compiling XCTestDynamicOverlay Deprecations.swift
[15/19] Emitting module XCTestDynamicOverlay
[16/19] Compiling ConcurrencyExtras UncheckedSendable.swift
[17/19] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[18/19] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[19/19] Compiling XCTestDynamicOverlay Unimplemented.swift
BUILD FAILURE 6.1 android