The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenCombine with Swift 5.9 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.19.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OpenCombine/OpenCombine.git
Reference: 0.14.0
Cloned https://github.com/OpenCombine/OpenCombine.git into spi-builder-workspace
SUCCESS checkout https://github.com/OpenCombine/OpenCombine.git at 0.14.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-0":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[0/1] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[2/93] Emitting module OpenCombine
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[3/105] Compiling OpenCombine Result.swift
[4/105] Compiling OpenCombine Scheduler.swift
[5/105] Compiling OpenCombine Subject+Void.swift
[6/105] Compiling OpenCombine Subscriber+Void.swift
[7/105] Compiling OpenCombine Subscribers.Assign.swift
[8/105] Compiling OpenCombine Subscribers.Completion.swift
[9/105] Compiling OpenCombine Subscribers.Demand.swift
[10/105] Compiling OpenCombine Subscribers.Sink.swift
[11/105] Compiling OpenCombine Subscribers.swift
[12/105] Compiling OpenCombine Subscription.swift
[13/105] Compiling OpenCombine Subscriptions.swift
[14/105] Compiling OpenCombine _Introspection.swift
[15/105] Compiling OpenCombine Publishers.Retry.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[16/105] Compiling OpenCombine Publishers.Scan.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[17/105] Compiling OpenCombine Publishers.Sequence.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[18/105] Compiling OpenCombine Publishers.SetFailureType.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[19/105] Compiling OpenCombine Publishers.Share.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[20/105] Compiling OpenCombine Publishers.SubscribeOn.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[21/105] Compiling OpenCombine Publishers.SwitchToLatest.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[22/105] Compiling OpenCombine Publishers.Throttle.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[23/105] Compiling OpenCombine Publishers.Timeout.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[24/105] Compiling OpenCombine Publishers.Zip.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[25/105] Compiling OpenCombine Publishers.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[26/105] Compiling OpenCombine Record.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[27/105] Compiling OpenCombine Result.Publisher.swift
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:55: warning: generic parameter 'Elements' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                      ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:28: note: 'Elements' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                           ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:46:75: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Inner<Downstream: Subscriber, Elements: Sequence, Failure>
                                                                          ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Publishers.Sequence.swift:14:54: note: 'Failure' previously declared here
    public struct Sequence<Elements: Swift.Sequence, Failure: Error>: Publisher {
                                                     ^
/host/spi-builder-workspace/Sources/OpenCombine/Publishers/Result.Publisher.swift:332:32: warning: generic parameter 'Failure' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    public func setFailureType<Failure: Error>(
                               ^
[28/105] Compiling OpenCombine ConduitBase.swift
[29/105] Compiling OpenCombine ConduitList.swift
[30/105] Compiling OpenCombine DebugHook.swift
[31/105] Compiling OpenCombine FilterProducer.swift
[32/105] Compiling OpenCombine Locking.swift
[33/105] Compiling OpenCombine PartialCompletion.swift
[34/105] Compiling OpenCombine PublishedSubject.swift
[35/105] Compiling OpenCombine PublishedSubscriber.swift
[36/105] Compiling OpenCombine ReduceProducer.swift
[37/105] Compiling OpenCombine SubjectSubscriber.swift
[38/105] Compiling OpenCombine SubscriberTap.swift
[39/105] Compiling OpenCombine SubscriptionStatus.swift
[40/105] Compiling OpenCombine SubscriptionTap.swift
[41/105] Compiling OpenCombine Publishers.Count.swift
[42/105] Compiling OpenCombine Publishers.Debounce.swift
[43/105] Compiling OpenCombine Publishers.Delay.swift
[44/105] Compiling OpenCombine Publishers.Drop.swift
[45/105] Compiling OpenCombine Publishers.DropUntilOutput.swift
[46/105] Compiling OpenCombine Publishers.DropWhile.swift
[47/105] Compiling OpenCombine Publishers.Filter.swift
[48/105] Compiling OpenCombine Publishers.First.swift
[49/105] Compiling OpenCombine Publishers.FlatMap.swift
[50/105] Compiling OpenCombine Publishers.HandleEvents.swift
[51/105] Compiling OpenCombine Publishers.IgnoreOutput.swift
[52/105] Compiling OpenCombine Publishers.Last.swift
[53/105] Compiling OpenCombine Publishers.MakeConnectable.swift
[54/105] Compiling OpenCombine AnyCancellable.swift
[55/105] Compiling OpenCombine AnyPublisher.swift
[56/105] Compiling OpenCombine AnySubscriber.swift
[57/105] Compiling OpenCombine Cancellable.swift
[58/105] Compiling OpenCombine Codable.swift
[59/105] Compiling OpenCombine CombineIdentifier.swift
[60/105] Compiling OpenCombine ConcurrencyHelpers.swift
[61/105] Compiling OpenCombine Future+Concurrency.swift
[62/105] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[63/105] Compiling OpenCombine CurrentValueSubject.swift
[64/105] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[65/105] Compiling OpenCombine Future.swift
[66/105] Compiling OpenCombine GENERATED-RootProtocols.swift
[67/105] Compiling OpenCombine Just.swift
[68/105] Compiling OpenCombine Optional.Publisher.swift
[69/105] Compiling OpenCombine Publishers.AllSatisfy.swift
[70/105] Compiling OpenCombine Publishers.AssertNoFailure.swift
[71/105] Compiling OpenCombine Publishers.Autoconnect.swift
[72/105] Compiling OpenCombine Publishers.Breakpoint.swift
[73/105] Compiling OpenCombine Publishers.Buffer.swift
[74/105] Compiling OpenCombine Publishers.Collect.swift
[75/105] Compiling OpenCombine Publishers.CollectByCount.swift
[76/105] Compiling OpenCombine Publishers.CompactMap.swift
[77/105] Compiling OpenCombine Publishers.Comparison.swift
[78/105] Compiling OpenCombine Publishers.Concatenate.swift
[79/105] Compiling OpenCombine Publishers.Contains.swift
[80/105] Compiling OpenCombine Utils.swift
[81/105] Compiling OpenCombine Violations.swift
[82/105] Compiling OpenCombine ImmediateScheduler.swift
[83/105] Compiling OpenCombine ObservableObject.swift
[84/105] Compiling OpenCombine PassthroughSubject.swift
[85/105] Compiling OpenCombine Published.swift
[86/105] Compiling OpenCombine Publisher+Subscribe.swift
[87/105] Compiling OpenCombine Deferred.swift
[88/105] Compiling OpenCombine Empty.swift
[89/105] Compiling OpenCombine Fail.swift
[90/105] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[91/105] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[92/105] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[93/105] Compiling OpenCombine Publishers.Map.swift
[94/105] Compiling OpenCombine Publishers.MapError.swift
[95/105] Compiling OpenCombine Publishers.MeasureInterval.swift
[96/105] Compiling OpenCombine Publishers.Multicast.swift
[97/105] Compiling OpenCombine Publishers.Output.swift
[98/105] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[99/105] Compiling OpenCombine Publishers.PrefixWhile.swift
[100/105] Compiling OpenCombine Publishers.Print.swift
[101/105] Compiling OpenCombine Publishers.ReceiveOn.swift
[102/105] Compiling OpenCombine Publishers.Reduce.swift
[103/105] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[104/105] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[105/105] Compiling OpenCombine Publishers.ReplaceError.swift
[108/120] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[109/120] Emitting module OpenCombineDispatch
[112/122] Compiling OpenCombineFoundation Utils.swift
[113/122] Compiling OpenCombineFoundation Violations.swift
[114/123] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[115/123] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[116/123] Compiling OpenCombineFoundation PropertyListEncoder.swift
[117/123] Compiling OpenCombineFoundation Timer+Publisher.swift
[118/123] Compiling OpenCombineFoundation JSONEncoder.swift
[119/123] Compiling OpenCombineFoundation NotificationCenter.swift
[120/123] Emitting module OpenCombineFoundation
[121/123] Compiling OpenCombineFoundation Locking.swift
[122/123] Compiling OpenCombineFoundation Portability.swift
[123/123] Compiling OpenCombineFoundation URLSession.swift
[126/127] Emitting module OpenCombineShim
[127/127] Compiling OpenCombineShim OpenCombineShim.swift
Build complete! (10.19s)
Build complete.
Done.

Build Machine: Linux 1