The Swift Package Index logo.Swift Package Index

Build Information

Failed to build tinkoff-concurrency, reference main (3cab73), with Swift 6.1 for Android on 28 May 2025 17:22:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/tinkoff-mobile-tech/TinkoffConcurrency.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/tinkoff-mobile-tech/TinkoffConcurrency
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3cab732 Release 2.0.2
Cloned https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
Revision (git rev-parse @):
3cab7321c4a88ad5566227d09538d399e8f13f0d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
https://github.com/tinkoff-mobile-tech/TinkoffConcurrency.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "tinkoff-concurrency",
  "name" : "tinkoff-concurrency",
  "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" : "TinkoffConcurrency",
      "targets" : [
        "TinkoffConcurrency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TinkoffConcurrencyTesting",
      "targets" : [
        "TinkoffConcurrencyTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TinkoffConcurrency_Tests",
      "module_type" : "SwiftTarget",
      "name" : "TinkoffConcurrency_Tests",
      "path" : "Tests",
      "sources" : [
        "TestSupport/AnyScheduler.swift",
        "TestSupport/CancellableMock.swift",
        "TestSupport/Error+Fake.swift",
        "TestSupport/Int+Fake.swift",
        "TestSupport/NSLock+Access.swift",
        "TestSupport/NSRecursiveLock+Access.swift",
        "TestSupport/PublisherMock.swift",
        "TestSupport/Sequence+Fake.swift",
        "TestSupport/String+Fake.swift",
        "TestSupport/SubscriberMock.swift",
        "TestSupport/SubscriptionMock.swift",
        "TestSupport/TestScheduler.swift",
        "TestSupport/UncheckedSendable.swift",
        "TestSupport/XCTWaiter+Async.swift",
        "TestSupport/XCTest+Error.swift",
        "TestSupport/XCTest+Execute.swift",
        "TinkoffConcurrency/CancellableContinuation/RetainingCancellable.swift",
        "TinkoffConcurrency/CancellableContinuation/TCCancellable/TCCancellableClosureTests.swift",
        "TinkoffConcurrency/CancellableContinuation/TCCancellable/TCCancellablesStorageTests.swift",
        "TinkoffConcurrency/CancellableContinuation/WithCheckedThrowingCancellableContinuationTests.swift",
        "TinkoffConcurrency/CombineBindings/TCAsyncChannelTests.swift",
        "TinkoffConcurrency/CombineBindings/TCAsyncThrowingPublisherTests.swift",
        "TinkoffConcurrency/TaskFactory/TCTaskFactoryTests.swift",
        "TinkoffConcurrencyTesting/TCTestTaskFactoryTests.swift"
      ],
      "target_dependencies" : [
        "TinkoffConcurrency",
        "TinkoffConcurrencyTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TinkoffConcurrencyTesting",
      "module_type" : "SwiftTarget",
      "name" : "TinkoffConcurrencyTesting",
      "path" : "Development/TinkoffConcurrencyTesting",
      "product_memberships" : [
        "TinkoffConcurrencyTesting"
      ],
      "sources" : [
        "ITCTask.swift",
        "TCTestTaskFactory.swift"
      ],
      "target_dependencies" : [
        "TinkoffConcurrency"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TinkoffConcurrency",
      "module_type" : "SwiftTarget",
      "name" : "TinkoffConcurrency",
      "path" : "Development/TinkoffConcurrency",
      "product_memberships" : [
        "TinkoffConcurrency",
        "TinkoffConcurrencyTesting"
      ],
      "sources" : [
        "CancellableContinuation/TCCancellable/TCCancellable.swift",
        "CancellableContinuation/TCCancellable/TCCancellableClosure.swift",
        "CancellableContinuation/TCCancellable/TCCancellablesStorage.swift",
        "CancellableContinuation/WithCheckedThrowingCancellableContinuation.swift",
        "CombineBindings/TCAsyncChannel.swift",
        "CombineBindings/TCAsyncThrowingPublisher.swift",
        "TasksFactory/TCTaskFactory.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.43s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.24s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.99s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (3.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/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/13] Emitting module TinkoffConcurrency
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[7/13] Compiling TinkoffConcurrency TCCancellableClosure.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[8/13] Compiling TinkoffConcurrency TCCancellable.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[9/13] Compiling TinkoffConcurrency TCTaskFactory.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[10/13] Compiling TinkoffConcurrency TCCancellablesStorage.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[11/13] Compiling TinkoffConcurrency TCAsyncThrowingPublisher.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[12/13] Compiling TinkoffConcurrency WithCheckedThrowingCancellableContinuation.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[13/13] Compiling TinkoffConcurrency TCAsyncChannel.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/Info.plist
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling TinkoffConcurrency TCTaskFactory.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[5/11] Compiling TinkoffConcurrency TCCancellablesStorage.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[6/11] Compiling TinkoffConcurrency TCCancellableClosure.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/11] Emitting module TinkoffConcurrency
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[8/11] Compiling TinkoffConcurrency TCCancellable.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[9/11] Compiling TinkoffConcurrency TCAsyncThrowingPublisher.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[10/11] Compiling TinkoffConcurrency TCAsyncChannel.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
[11/11] Compiling TinkoffConcurrency WithCheckedThrowingCancellableContinuation.swift
/host/spi-builder-workspace/Development/TinkoffConcurrency/CombineBindings/TCAsyncChannel.swift:2:8: error: no such module 'Combine'
  1 | import Foundation
  2 | import Combine
    |        `- error: no such module 'Combine'
  3 |
  4 | // swiftlint:disable file_length
BUILD FAILURE 6.1 android