Build Information
Successful build of combine-schedulers, reference 1.2.0 (dcccb9), with Swift 6.2 for Android on 20 Apr 2026 14:50:32 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/combine-schedulers.git
Reference: 1.2.0
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/pointfreeco/combine-schedulers
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at dcccb97 Update OpenCombineShim condition to add Android (#114)
Cloned https://github.com/pointfreeco/combine-schedulers.git
Revision (git rev-parse @):
dcccb979a2183b8df3334237e3dc1ae2b4116a86
SUCCESS checkout https://github.com/pointfreeco/combine-schedulers.git at 1.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/pointfreeco/combine-schedulers.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/OpenCombine/OpenCombine.git
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/956] Fetching swift-concurrency-extras
[957/9240] Fetching swift-concurrency-extras, opencombine
[958/14963] Fetching swift-concurrency-extras, opencombine, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.70s)
[2197/14007] Fetching opencombine, xctest-dynamic-overlay
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (1.17s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.35s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (7.12s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.71s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.66s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Building for debugging...
[0/10] Write sources
[8/10] Write swift-version--11D90AFD9DD3AB2.txt
[10/23] Emitting module IssueReportingPackageSupport
[10/23] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[12/115] Compiling IssueReportingPackageSupport _Test.swift
[13/116] Compiling OpenCombine ConduitBase.swift
[14/116] Compiling OpenCombine ConduitList.swift
[15/116] Compiling OpenCombine DebugHook.swift
[16/116] Compiling OpenCombine FilterProducer.swift
[17/116] Compiling OpenCombine Locking.swift
[18/116] Compiling OpenCombine PartialCompletion.swift
[19/116] Compiling OpenCombine PublishedSubject.swift
[20/116] Compiling OpenCombine PublishedSubscriber.swift
[21/116] Compiling OpenCombine ReduceProducer.swift
[22/116] Compiling OpenCombine SubjectSubscriber.swift
[23/116] Compiling OpenCombine SubscriberTap.swift
[24/116] Compiling OpenCombine SubscriptionStatus.swift
[25/116] Compiling OpenCombine SubscriptionTap.swift
[27/128] Compiling ConcurrencyExtras MainSerialExecutor.swift
[28/129] Emitting module OpenCombine
[29/129] Compiling OpenCombine AnyCancellable.swift
[30/129] Compiling OpenCombine AnyPublisher.swift
[31/129] Compiling OpenCombine AnySubscriber.swift
[32/129] Compiling OpenCombine Cancellable.swift
[33/129] Compiling OpenCombine Codable.swift
[34/129] Compiling OpenCombine CombineIdentifier.swift
[35/129] Compiling OpenCombine ConcurrencyHelpers.swift
[36/129] Compiling OpenCombine Future+Concurrency.swift
[37/129] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[38/129] Compiling OpenCombine CurrentValueSubject.swift
[39/129] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[40/129] Compiling OpenCombine Future.swift
[41/129] Compiling OpenCombine GENERATED-RootProtocols.swift
[42/149] Compiling ConcurrencyExtras UncheckedSendable.swift
[43/149] Compiling IssueReporting IssueSeverity.swift
[44/149] Compiling IssueReporting ReportIssue.swift
[45/149] Compiling IssueReporting TestContext.swift
[46/149] Compiling IssueReporting Unimplemented.swift
[47/151] Compiling OpenCombine Utils.swift
[48/151] Compiling OpenCombine Violations.swift
[49/151] Compiling OpenCombine ImmediateScheduler.swift
[50/151] Compiling OpenCombine ObservableObject.swift
[51/151] Compiling OpenCombine PassthroughSubject.swift
[52/151] Compiling OpenCombine Published.swift
[53/151] Compiling OpenCombine Publisher+Subscribe.swift
[54/151] Compiling OpenCombine Deferred.swift
[55/151] Compiling OpenCombine Empty.swift
[56/151] Compiling OpenCombine Fail.swift
[57/151] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[58/151] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[59/151] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[60/151] Compiling OpenCombine Just.swift
[61/151] Compiling OpenCombine Optional.Publisher.swift
[62/151] Compiling OpenCombine Publishers.AllSatisfy.swift
[63/151] Compiling OpenCombine Publishers.AssertNoFailure.swift
[64/151] Compiling OpenCombine Publishers.Autoconnect.swift
[65/151] Compiling OpenCombine Publishers.Breakpoint.swift
[66/151] Compiling OpenCombine Publishers.Buffer.swift
[67/151] Compiling OpenCombine Publishers.Collect.swift
[68/151] Compiling OpenCombine Publishers.CollectByCount.swift
[69/151] Compiling OpenCombine Publishers.CompactMap.swift
[70/151] Compiling OpenCombine Publishers.Comparison.swift
[71/151] Compiling OpenCombine Publishers.Concatenate.swift
[72/151] Compiling OpenCombine Publishers.Contains.swift
[73/151] Emitting module IssueReporting
[74/151] Compiling OpenCombine Publishers.Retry.swift
[75/151] Compiling OpenCombine Publishers.Scan.swift
[76/151] Compiling OpenCombine Publishers.Sequence.swift
[77/151] Compiling OpenCombine Publishers.SetFailureType.swift
[78/151] Compiling OpenCombine Publishers.Share.swift
[79/151] Compiling OpenCombine Publishers.SubscribeOn.swift
[80/151] Compiling OpenCombine Publishers.SwitchToLatest.swift
[81/151] Compiling OpenCombine Publishers.Throttle.swift
[82/151] Compiling OpenCombine Publishers.Timeout.swift
[83/151] Compiling OpenCombine Publishers.Zip.swift
[84/151] Compiling OpenCombine Publishers.swift
[85/151] Compiling OpenCombine Record.swift
[86/151] Compiling OpenCombine Result.Publisher.swift
[87/151] Compiling OpenCombine Publishers.Count.swift
[88/151] Compiling OpenCombine Publishers.Debounce.swift
[89/151] Compiling OpenCombine Publishers.Delay.swift
[90/151] Compiling OpenCombine Publishers.Drop.swift
[91/151] Compiling OpenCombine Publishers.DropUntilOutput.swift
[92/151] Compiling OpenCombine Publishers.DropWhile.swift
[93/151] Compiling OpenCombine Publishers.Filter.swift
[94/151] Compiling OpenCombine Publishers.First.swift
[95/151] Compiling OpenCombine Publishers.FlatMap.swift
[96/151] Compiling OpenCombine Publishers.HandleEvents.swift
[97/151] Compiling OpenCombine Publishers.IgnoreOutput.swift
[98/151] Compiling OpenCombine Publishers.Last.swift
[99/151] Compiling OpenCombine Publishers.MakeConnectable.swift
[100/151] Compiling OpenCombine Publishers.Map.swift
[101/151] Compiling OpenCombine Publishers.MapError.swift
[102/151] Compiling OpenCombine Publishers.MeasureInterval.swift
[103/151] Compiling OpenCombine Publishers.Multicast.swift
[104/151] Compiling OpenCombine Publishers.Output.swift
[105/151] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[106/151] Compiling OpenCombine Publishers.PrefixWhile.swift
[107/151] Compiling OpenCombine Publishers.Print.swift
[108/151] Compiling OpenCombine Publishers.ReceiveOn.swift
[109/151] Compiling OpenCombine Publishers.Reduce.swift
[110/151] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[111/151] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[112/151] Compiling OpenCombine Publishers.ReplaceError.swift
[113/151] Compiling IssueReporting WithExpectedIssue.swift
[114/151] Compiling IssueReporting WithIssueContext.swift
[115/151] Compiling OpenCombine Result.swift
[116/151] Compiling OpenCombine Scheduler.swift
[117/151] Compiling OpenCombine Subject+Void.swift
[118/151] Compiling OpenCombine Subscriber+Void.swift
[119/151] Compiling OpenCombine Subscribers.Assign.swift
[120/151] Compiling OpenCombine Subscribers.Completion.swift
[121/151] Compiling OpenCombine Subscribers.Demand.swift
[122/151] Compiling OpenCombine Subscribers.Sink.swift
[123/151] Compiling OpenCombine Subscribers.swift
[124/151] Compiling OpenCombine Subscription.swift
[125/151] Compiling OpenCombine Subscriptions.swift
[126/151] Compiling OpenCombine _Introspection.swift
[128/165] Emitting module ConcurrencyExtras
[129/165] Compiling OpenCombineFoundation Locking.swift
[130/165] Compiling OpenCombineFoundation Portability.swift
[131/165] Compiling OpenCombineFoundation Utils.swift
[132/165] Compiling OpenCombineFoundation Violations.swift
[133/165] Compiling ConcurrencyExtras LockIsolated.swift
[138/165] Compiling OpenCombineFoundation JSONEncoder.swift
[139/165] Compiling OpenCombineFoundation NotificationCenter.swift
[140/165] Compiling IssueReporting XCTest.swift
[141/165] Compiling IssueReporting IsTesting.swift
[142/165] Compiling IssueReporting IssueReporter.swift
[143/165] Compiling IssueReporting SwiftTesting.swift
[144/165] Compiling IssueReporting UncheckedSendable.swift
[145/165] Compiling IssueReporting Warn.swift
[146/165] Compiling IssueReporting BreakpointReporter.swift
[147/165] Compiling IssueReporting DefaultReporter.swift
[148/165] Compiling IssueReporting FatalErrorReporter.swift
[152/166] Compiling ConcurrencyExtras Result.swift
[153/166] Compiling ConcurrencyExtras Task.swift
[155/167] Emitting module OpenCombineDispatch
[156/167] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[158/168] Compiling OpenCombineFoundation PropertyListEncoder.swift
[161/169] Compiling OpenCombineFoundation Timer+Publisher.swift
[162/169] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[165/169] Emitting module OpenCombineFoundation
[166/169] Compiling OpenCombineFoundation URLSession.swift
[169/169] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[171/172] Compiling OpenCombineShim OpenCombineShim.swift
[172/172] Emitting module OpenCombineShim
[174/186] Compiling CombineSchedulers UIKit.swift
[175/186] Compiling CombineSchedulers Lock.swift
[176/186] Compiling CombineSchedulers NSRecursiveLock.swift
[177/186] Compiling CombineSchedulers UIScheduler.swift
[178/187] Compiling CombineSchedulers ImmediateScheduler.swift
[179/187] Compiling CombineSchedulers Deprecations.swift
[180/187] Compiling CombineSchedulers AnyScheduler.swift
/host/spi-builder-workspace/Sources/CombineSchedulers/Concurrency.swift:95:11: warning: capture of non-Sendable type 'Self.SchedulerTimeType.Type' in an isolated closure [#SendableMetatypes]
93 | }
94 | continuation.onTermination =
95 | { _ in
| `- warning: capture of non-Sendable type 'Self.SchedulerTimeType.Type' in an isolated closure [#SendableMetatypes]
96 | cancellable.cancel()
97 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[181/187] Compiling CombineSchedulers Concurrency.swift
/host/spi-builder-workspace/Sources/CombineSchedulers/Concurrency.swift:95:11: warning: capture of non-Sendable type 'Self.SchedulerTimeType.Type' in an isolated closure [#SendableMetatypes]
93 | }
94 | continuation.onTermination =
95 | { _ in
| `- warning: capture of non-Sendable type 'Self.SchedulerTimeType.Type' in an isolated closure [#SendableMetatypes]
96 | cancellable.cancel()
97 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[182/187] Emitting module CombineSchedulers
[183/187] Compiling CombineSchedulers UnimplementedScheduler.swift
[184/187] Compiling CombineSchedulers TestScheduler.swift
[185/187] Compiling CombineSchedulers Timer.swift
[186/187] Compiling CombineSchedulers Platform.swift
[187/187] Compiling CombineSchedulers SwiftUI.swift
Build complete! (42.95s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-concurrency-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-concurrency-extras"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "opencombine",
"requirement" : {
"range" : [
{
"lower_bound" : "0.14.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/OpenCombine/OpenCombine.git"
}
],
"manifest_display_name" : "combine-schedulers",
"name" : "combine-schedulers",
"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" : "CombineSchedulers",
"targets" : [
"CombineSchedulers"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CombineSchedulersTests",
"module_type" : "SwiftTarget",
"name" : "CombineSchedulersTests",
"path" : "Tests/CombineSchedulersTests",
"sources" : [
"ImmediateSchedulerTests.swift",
"TestSchedulerTests.swift",
"TimerTests.swift",
"UISchedulerTests.swift",
"UnimplementedSchedulerTests.swift"
],
"target_dependencies" : [
"CombineSchedulers"
],
"type" : "test"
},
{
"c99name" : "CombineSchedulers",
"module_type" : "SwiftTarget",
"name" : "CombineSchedulers",
"path" : "Sources/CombineSchedulers",
"product_dependencies" : [
"ConcurrencyExtras",
"IssueReporting",
"OpenCombineShim"
],
"product_memberships" : [
"CombineSchedulers"
],
"sources" : [
"AnyScheduler.swift",
"Concurrency.swift",
"ImmediateScheduler.swift",
"Internal/Deprecations.swift",
"Internal/Lock.swift",
"Internal/NSRecursiveLock.swift",
"Internal/Platform.swift",
"SwiftUI.swift",
"TestScheduler.swift",
"Timer.swift",
"UIKit.swift",
"UIScheduler.swift",
"UnimplementedScheduler.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:cb98f9856cb1288a0028ff0e63d4de86ca92d5e7890400e3e915f7ea3943ed55
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Done.