Build Information
Failed to build RxComposableArchitecture, reference main (a46b37
), with Swift 6.1 for Linux on 28 Apr 2025 07:04:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tokopedia/RxComposableArchitecture.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/tokopedia/RxComposableArchitecture
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a46b37c Update README.md (#112)
Cloned https://github.com/tokopedia/RxComposableArchitecture.git
Revision (git rev-parse @):
a46b37ca405d5cd7c9c90df51445fe87afe69d15
SUCCESS checkout https://github.com/tokopedia/RxComposableArchitecture.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/tokopedia/RxComposableArchitecture.git
https://github.com/tokopedia/RxComposableArchitecture.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.1",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift"
},
{
"identity" : "swift-case-paths",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-case-paths"
},
{
"identity" : "swift-benchmark",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/swift-benchmark"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "0.8.5",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-custom-dump",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-custom-dump"
},
{
"identity" : "swift-dependencies",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-dependencies"
}
],
"manifest_display_name" : "RxComposableArchitecture",
"name" : "RxComposableArchitecture",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "RxComposableArchitecture",
"targets" : [
"RxComposableArchitecture"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxComposableArchitecture-Benchmark",
"targets" : [
"RxComposableArchitecture-Benchmark"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RxComposableArchitectureTests",
"module_type" : "SwiftTarget",
"name" : "RxComposableArchitectureTests",
"path" : "Tests/RxComposableArchitectureTests",
"product_dependencies" : [
"CustomDump"
],
"sources" : [
"BindingLocalTests.swift",
"BootstrapTests.swift",
"DependencyKeyWritingReducerTests.swift",
"EffectCancellationTests.swift",
"EffectDebounceTests.swift",
"EffectDeferredTests.swift",
"EffectOperationTests.swift",
"EffectRunTests.swift",
"EffectTaskTests.swift",
"EffectTests.swift",
"EffectThrottleTests.swift",
"ForEachReducerTests.swift",
"IdentifiedArrayTests.swift",
"IfCaseLetReducerTests.swift",
"IfLetReducerTests.swift",
"LCRNG.swift",
"MemoryManagementTests.swift",
"NeverEqualTests.swift",
"ReducerBuilderTests.swift",
"ReducerTests.swift",
"RuntimeWarningTests.swift",
"RxComposableArchitectureTests.swift",
"ScopeTests.swift",
"SingleSelectionSelectableTypeTests.swift",
"SingleSelectionTests.swift",
"StoreFilterTests.swift",
"StoreOldScopeTest.swift",
"StoreTests.swift",
"TaskCancellationTests.swift",
"TaskResultTests.swift",
"TestStoreFailureTests.swift",
"TestStoreNonExhaustiveTests.swift",
"TestStoreOldScopeTests.swift",
"TestStoreTests.swift",
"TimerTests.swift",
"ViewStoreTests.swift"
],
"target_dependencies" : [
"RxComposableArchitecture"
],
"type" : "test"
},
{
"c99name" : "RxComposableArchitecture_Benchmark",
"module_type" : "SwiftTarget",
"name" : "RxComposableArchitecture-Benchmark",
"path" : "Sources/RxComposableArchitecture-Benchmark",
"product_dependencies" : [
"Benchmark"
],
"product_memberships" : [
"RxComposableArchitecture-Benchmark"
],
"sources" : [
"Common.swift",
"Dependencies.swift",
"Effect.swift",
"StoreScope.swift",
"main.swift"
],
"target_dependencies" : [
"RxComposableArchitecture"
],
"type" : "executable"
},
{
"c99name" : "RxComposableArchitecture",
"module_type" : "SwiftTarget",
"name" : "RxComposableArchitecture",
"path" : "Sources/RxComposableArchitecture",
"product_dependencies" : [
"CasePaths",
"RxSwift",
"RxRelay",
"XCTestDynamicOverlay",
"CustomDump",
"Dependencies"
],
"product_memberships" : [
"RxComposableArchitecture",
"RxComposableArchitecture-Benchmark"
],
"sources" : [
"Binding.swift",
"Debugging/Bootstrapping.swift",
"Debugging/MockPageTemplate.swift",
"DiffingInterface/AnyHashDiffable.swift",
"DiffingInterface/DiffingInterface+Primitives.swift",
"DiffingInterface/HashDiffing.swift",
"DiffingUtility/DiffMode.swift",
"Effect.swift",
"Effects/Animation.swift",
"Effects/Cancellation.swift",
"Effects/Observable.swift",
"Effects/Observable/Debouncing.swift",
"Effects/Observable/Deferring.swift",
"Effects/Observable/Throttling.swift",
"Effects/Observable/Timer.swift",
"Effects/TaskResult.swift",
"Export.swift",
"IdentifiedArray.swift",
"IfLet.swift",
"Internal/AnyDisposable.swift",
"Internal/AnyType.swift",
"Internal/Box.swift",
"Internal/Debug.swift",
"Internal/Deprecated.swift",
"Internal/Locking.swift",
"Internal/OpenExistential.swift",
"Internal/RuntimeWarnings.swift",
"Internal/RxMainQueue.swift",
"Internal/TaskBox.swift",
"Internal/TaskCancellableValue.swift",
"OptionalPaths.swift",
"PropertyWrapper/NeverEqual.swift",
"PropertyWrapper/SingleSelection.swift",
"PropertyWrapper/UniqueElements.swift",
"Reducer/AnyReducer/AnyReducer.swift",
"Reducer/AnyReducer/AnyReducerCompatibility.swift",
"Reducer/AnyReducer/AnyReducerDebug.swift",
"Reducer/AnyReducer/AnyReducerSignpost.swift",
"Reducer/ReducerBuilder.swift",
"Reducer/Reducers/CombineReducers.swift",
"Reducer/Reducers/DebugReducer.swift",
"Reducer/Reducers/DependencyKeyWritingReducer.swift",
"Reducer/Reducers/EmptyReducer.swift",
"Reducer/Reducers/ForEachReducer.swift",
"Reducer/Reducers/IfCaseLetReducer.swift",
"Reducer/Reducers/IfLetReducer.swift",
"Reducer/Reducers/OptionalReducer.swift",
"Reducer/Reducers/Reduce.swift",
"Reducer/Reducers/Scope.swift",
"Reducer/Reducers/SignpostReducer.swift",
"ReducerProtocol.swift",
"Stateless.swift",
"Store.swift",
"StoreConfig.swift",
"SwiftUI/Alert.swift",
"SwiftUI/ButtonState.swift",
"SwiftUI/Internal/ButtonStateSlider.swift",
"SwiftUI/TextState.swift",
"SwiftUI/WithViewStore.swift",
"TestSupport/Effect+Failing.swift",
"TestSupport/PriorityQueue.swift",
"TestSupport/TestScheduler.swift",
"TestSupport/TestStore.swift",
"TestSupport/VirtualTimeScheduler.swift",
"ViewStore.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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/ReactiveX/RxSwift
Fetching https://github.com/pointfreeco/swift-case-paths
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/google/swift-benchmark
[1/4368] Fetching swift-case-paths
[4369/8949] Fetching swift-case-paths, swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
[1/5388] Fetching xctest-dynamic-overlay
[3234/11589] Fetching xctest-dynamic-overlay, swift-dependencies
[4559/64272] Fetching xctest-dynamic-overlay, swift-dependencies, rxswift
[64273/65758] Fetching xctest-dynamic-overlay, swift-dependencies, rxswift, swift-benchmark
Fetched https://github.com/google/swift-benchmark from cache (2.75s)
Fetched https://github.com/pointfreeco/swift-case-paths from cache (2.75s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (4.47s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.48s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.61s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (5.06s)
Computing version for https://github.com/google/swift-benchmark
Computed https://github.com/google/swift-benchmark at 0.1.2 (0.45s)
Fetching https://github.com/apple/swift-argument-parser
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.78s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 5.1.3 (1.26s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 0.6.0 (0.48s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
[1/852] Fetching swift-concurrency-extras
[853/2144] Fetching swift-concurrency-extras, swift-clocks
[2145/4554] Fetching swift-concurrency-extras, swift-clocks, combine-schedulers
Fetched https://github.com/pointfreeco/swift-clocks from cache (0.26s)
[2154/3262] Fetching swift-concurrency-extras, combine-schedulers
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.31s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 0.4.0 (0.77s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.46s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.07s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 0.11.2 (1.15s)
Computing version for https://github.com/pointfreeco/swift-case-paths
Computed https://github.com/pointfreeco/swift-case-paths at 0.14.1 (0.64s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.68s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.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/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/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 5.1.3
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-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 0.4.0
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-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-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for https://github.com/google/swift-benchmark
Working copy of https://github.com/google/swift-benchmark resolved at 0.1.2
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[15/32] Write swift-version-24593BA9C3E375BF.txt
[17/183] Emitting module ArgumentParserToolInfo
[18/183] Compiling ArgumentParserToolInfo ToolInfo.swift
[19/184] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[20/185] Compiling XCTestDynamicOverlay Deprecations.swift
[21/185] Wrapping AST for ArgumentParserToolInfo for debugging
[23/223] Emitting module ArgumentParser
[24/228] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[25/228] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[26/228] Compiling XCTestDynamicOverlay Unimplemented.swift
[27/228] Compiling XCTestDynamicOverlay XCTFail.swift
[28/228] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[29/228] Compiling ConcurrencyExtras Task.swift
[30/229] Compiling ConcurrencyExtras LockIsolated.swift
[31/229] Compiling ConcurrencyExtras MainSerialExecutor.swift
[32/229] Compiling ArgumentParser ArgumentVisibility.swift
[33/229] Compiling ArgumentParser CompletionKind.swift
[34/229] Compiling ArgumentParser Errors.swift
[35/229] Compiling ArgumentParser Flag.swift
[36/229] Compiling ArgumentParser NameSpecification.swift
[37/229] Compiling ArgumentParser Option.swift
[38/229] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/229] Compiling ArgumentParser CompletionsGenerator.swift
[40/229] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/229] Compiling ArgumentParser ZshCompletionsGenerator.swift
[42/229] Compiling ArgumentParser Argument.swift
[43/229] Compiling ArgumentParser ArgumentHelp.swift
[44/229] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[45/229] Compiling ConcurrencyExtras Locking.swift
[46/229] Emitting module XCTestDynamicOverlay
[47/229] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[48/230] Compiling ArgumentParser Platform.swift
[49/230] Compiling ArgumentParser SequenceExtensions.swift
[50/230] Compiling ArgumentParser StringExtensions.swift
[51/230] Compiling ArgumentParser Tree.swift
[52/230] Compiling RxSwift Disposable.swift
[53/230] Compiling RxSwift Disposables.swift
[54/230] Compiling RxSwift DisposeBag.swift
[55/230] Compiling RxSwift DisposeBase.swift
[56/230] Compiling RxSwift DistinctUntilChanged.swift
[57/230] Compiling RxSwift Do.swift
[58/230] Compiling RxSwift ElementAt.swift
[59/230] Compiling RxSwift Empty.swift
[60/230] Compiling RxSwift Enumerated.swift
[61/230] Compiling RxSwift Error.swift
[62/230] Compiling RxSwift Errors.swift
[63/230] Compiling RxSwift Event.swift
[64/230] Compiling RxSwift Filter.swift
[65/230] Compiling RxSwift First.swift
[66/230] Compiling RxSwift Generate.swift
[67/230] Compiling RxSwift Observable.swift
[68/230] Compiling RxSwift ObservableConvertibleType.swift
[69/230] Compiling RxSwift ObservableType+Extensions.swift
[70/230] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[71/230] Compiling RxSwift ObservableType.swift
[72/230] Compiling RxSwift ObserveOn.swift
[73/230] Compiling RxSwift ObserverBase.swift
[74/230] Compiling RxSwift ObserverType.swift
[75/230] Compiling RxSwift OperationQueueScheduler.swift
[76/230] Compiling RxSwift Optional.swift
[77/230] Compiling RxSwift Platform.Darwin.swift
[78/230] Compiling RxSwift Platform.Linux.swift
[79/230] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[80/230] Compiling RxSwift PrimitiveSequence.swift
[81/230] Compiling RxSwift PriorityQueue.swift
[82/230] Compiling RxSwift Producer.swift
[83/230] Compiling RxSwift PublishSubject.swift
[84/230] Compiling RxSwift Queue.swift
[85/230] Compiling RxSwift Range.swift
[86/240] Emitting module ConcurrencyExtras
[87/240] Compiling ConcurrencyExtras ActorIsolated.swift
[88/242] Compiling ConcurrencyExtras AsyncStream.swift
[89/248] Compiling ArgumentParser ParsableArgumentsValidation.swift
[90/248] Compiling ArgumentParser ParsableCommand.swift
[91/248] Compiling ArgumentParser ArgumentDecoder.swift
[92/248] Compiling ArgumentParser ArgumentDefinition.swift
[93/248] Compiling ArgumentParser ArgumentSet.swift
[94/248] Compiling ArgumentParser CommandParser.swift
[95/248] Compiling ArgumentParser InputKey.swift
[96/248] Compiling ArgumentParser InputOrigin.swift
[97/248] Compiling ArgumentParser Name.swift
[98/248] Compiling ArgumentParser Parsed.swift
[99/248] Compiling ArgumentParser ParsedValues.swift
[100/248] Compiling ArgumentParser ParserError.swift
[101/248] Compiling ArgumentParser SplitArguments.swift
[102/248] Compiling ArgumentParser DumpHelpGenerator.swift
[103/248] Compiling ArgumentParser HelpCommand.swift
[104/248] Compiling ArgumentParser HelpGenerator.swift
[105/248] Compiling ArgumentParser MessageInfo.swift
[106/248] Compiling ArgumentParser UsageGenerator.swift
[107/248] Compiling ArgumentParser CollectionExtensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[108/248] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[121/248] Compiling ArgumentParser OptionGroup.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[122/248] Compiling ArgumentParser AsyncParsableCommand.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[123/248] Compiling ArgumentParser CommandConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[124/248] Compiling ArgumentParser CommandGroup.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[125/248] Compiling ArgumentParser EnumerableFlag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[126/248] Compiling ArgumentParser ExpressibleByArgument.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[127/248] Compiling ArgumentParser ParsableArguments.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[128/248] Compiling RxSwift SerialDisposable.swift
[129/248] Compiling RxSwift ShareReplayScope.swift
[130/248] Compiling RxSwift Single.swift
[131/248] Compiling RxSwift SingleAssignmentDisposable.swift
[132/248] Compiling RxSwift SingleAsync.swift
[133/248] Compiling RxSwift Sink.swift
[134/248] Compiling RxSwift Skip.swift
[135/248] Compiling RxSwift SkipUntil.swift
[136/248] Compiling RxSwift SkipWhile.swift
[137/248] Compiling RxSwift StartWith.swift
[138/248] Compiling RxSwift SubjectType.swift
[139/248] Compiling RxSwift SubscribeOn.swift
[140/248] Compiling RxSwift SubscriptionDisposable.swift
[141/248] Compiling RxSwift SwiftSupport.swift
[142/248] Compiling RxSwift Switch.swift
[143/248] Compiling RxSwift SwitchIfEmpty.swift
[144/248] Compiling RxSwift SynchronizedDisposeType.swift
[145/248] Compiling RxSwift SynchronizedOnType.swift
[146/248] Compiling RxSwift Reactive.swift
[147/248] Compiling RxSwift RecursiveLock.swift
[148/248] Compiling RxSwift RecursiveScheduler.swift
[149/248] Compiling RxSwift Reduce.swift
[150/248] Compiling RxSwift RefCountDisposable.swift
[151/248] Compiling RxSwift Repeat.swift
[152/248] Compiling RxSwift ReplaySubject.swift
[153/248] Compiling RxSwift RetryWhen.swift
[154/248] Compiling RxSwift Rx.swift
[155/248] Compiling RxSwift RxMutableBox.swift
[156/248] Compiling RxSwift Sample.swift
[157/248] Compiling RxSwift Scan.swift
[158/248] Compiling RxSwift ScheduledDisposable.swift
[159/248] Compiling RxSwift ScheduledItem.swift
[160/248] Compiling RxSwift ScheduledItemType.swift
[161/248] Compiling RxSwift SchedulerServices+Emulation.swift
[162/248] Compiling RxSwift SchedulerType.swift
[163/248] Compiling RxSwift Sequence.swift
[164/248] Compiling RxSwift SerialDispatchQueueScheduler.swift
[166/248] Compiling RxSwift GroupBy.swift
[167/248] Compiling RxSwift GroupedObservable.swift
[168/248] Compiling RxSwift HistoricalScheduler.swift
[169/248] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[170/248] Compiling RxSwift ImmediateSchedulerType.swift
[171/248] Compiling RxSwift InfiniteSequence.swift
[172/248] Compiling RxSwift InvocableScheduledItem.swift
[173/248] Compiling RxSwift InvocableType.swift
[174/248] Compiling RxSwift Just.swift
[175/248] Compiling RxSwift Lock.swift
[176/248] Compiling RxSwift LockOwnerType.swift
[177/248] Compiling RxSwift MainScheduler.swift
[178/248] Compiling RxSwift Map.swift
[179/248] Compiling RxSwift Materialize.swift
[180/248] Compiling RxSwift Maybe.swift
[181/248] Compiling RxSwift Merge.swift
[182/248] Compiling RxSwift Multicast.swift
[183/248] Compiling RxSwift Never.swift
[184/248] Compiling RxSwift NopDisposable.swift
[185/248] Compiling ConcurrencyExtras UncheckedSendable.swift
[196/249] Wrapping AST for XCTestDynamicOverlay for debugging
[207/289] Wrapping AST for ConcurrencyExtras for debugging
[219/303] Compiling CombineSchedulers AnyScheduler.swift
[220/303] Compiling CombineSchedulers Concurrency.swift
[221/304] Emitting module CasePaths
[222/304] Compiling CasePaths CasePath.swift
[223/304] Emitting module CombineSchedulers
[224/304] Compiling CombineSchedulers UnimplementedScheduler.swift
[225/304] Compiling CombineSchedulers Timer.swift
[227/304] Compiling CombineSchedulers UIKit.swift
[228/304] Compiling CustomDump UIKit.swift
[229/304] Compiling CustomDump UserNotifications.swift
[230/304] Compiling CustomDump UserNotificationsUI.swift
[231/304] Compiling CasePaths OpenExistential.swift
[232/304] Compiling CasePaths TypeName.swift
[233/304] Compiling CombineSchedulers ImmediateScheduler.swift
[234/304] Compiling CombineSchedulers Deprecations.swift
[235/304] Compiling CombineSchedulers Lock.swift
[236/304] Compiling CombineSchedulers NSRecursiveLock.swift
[237/304] Compiling CombineSchedulers SwiftUI.swift
[238/304] Compiling CombineSchedulers TestScheduler.swift
[239/307] Compiling CombineSchedulers UIScheduler.swift
[240/308] Compiling Clocks Timer.swift
[248/309] Compiling CasePaths XCTUnwrap.swift
[249/309] Compiling CasePaths Operators.swift
[250/309] Wrapping AST for ArgumentParser for debugging
[252/309] Compiling CustomDump Box.swift
[253/309] Compiling CustomDump CollectionDifference.swift
[254/309] Compiling CustomDump Mirror.swift
[256/313] Compiling CustomDump CoreLocation.swift
[257/313] Compiling CustomDump CoreMotion.swift
[258/313] Compiling CustomDump Foundation.swift
[259/321] Emitting module Clocks
[260/321] Compiling Clocks _AsyncTimerSequence.swift
[260/325] Wrapping AST for CombineSchedulers for debugging
[262/325] Compiling CustomDump String.swift
[263/325] Compiling CustomDump Unordered.swift
[264/325] Compiling CustomDump XCTAssertNoDifference.swift
[265/325] Compiling Clocks UnimplementedClock.swift
[266/325] Compiling Clocks SwiftUI.swift
[267/325] Compiling Clocks Lock.swift
[268/325] Compiling Benchmark Benchmark.swift
[269/325] Compiling Benchmark BenchmarkArguments.swift
[270/325] Compiling Clocks Shims.swift
[271/325] Compiling Clocks TestClock.swift
[272/326] Emitting module CustomDump
[274/326] Compiling Benchmark BenchmarkTermination.swift
[275/326] Compiling Benchmark BenchmarkTime.swift
[276/328] Emitting module Benchmark
[277/328] Compiling CasePaths CasePaths.swift
[278/328] Compiling CasePaths EnumReflection.swift
[279/329] Compiling Benchmark BenchmarkState.swift
[280/329] Compiling Benchmark BenchmarkSuite.swift
[281/329] Wrapping AST for Clocks for debugging
[283/330] Compiling Benchmark BenchmarkFormatter.swift
[284/330] Compiling Benchmark BenchmarkMain.swift
[285/330] Compiling Benchmark BenchmarkReporter.swift
[286/330] Compiling Benchmark BenchmarkResult.swift
[287/330] Compiling Benchmark BenchmarkCommand.swift
[288/330] Compiling Benchmark BenchmarkFilter.swift
[288/342] Wrapping AST for CasePaths for debugging
[290/351] Compiling Dependencies UUID.swift
[291/351] Compiling Dependencies WithRandomNumberGenerator.swift
[292/351] Compiling Dependencies Locale.swift
[293/351] Compiling Dependencies MainQueue.swift
[294/351] Compiling Dependencies Deprecations.swift
[295/351] Compiling Dependencies Exports.swift
[296/351] Compiling Dependencies OpenExistential.swift
[297/351] Compiling Dependencies URLSession.swift
[303/352] Compiling Dependencies RuntimeWarnings.swift
[306/354] Compiling Dependencies MainRunLoop.swift
[307/354] Compiling Dependencies Dependency.swift
[308/354] Compiling Dependencies DependencyContext.swift
[309/354] Compiling Dependencies DependencyKey.swift
[310/354] Emitting module Dependencies
[311/354] Compiling Dependencies Context.swift
[312/354] Compiling Dependencies Date.swift
[313/354] Compiling Dependencies FireAndForget.swift
[313/354] Wrapping AST for CustomDump for debugging
[318/355] Compiling Dependencies DependencyValues.swift
[319/355] Compiling Dependencies Calendar.swift
[320/355] Compiling Dependencies Clocks.swift
[322/355] Compiling Dependencies OpenURL.swift
[323/355] Compiling Dependencies TimeZone.swift
[327/355] Wrapping AST for Benchmark for debugging
[329/355] Compiling Dependencies TypeName.swift
[330/355] Compiling Dependencies WithDependencies.swift
[331/356] Wrapping AST for Dependencies for debugging
[333/356] Compiling RxSwift SynchronizedUnsubscribeType.swift
[334/356] Compiling RxSwift TailRecursiveSink.swift
[335/356] Compiling RxSwift Take.swift
[336/356] Compiling RxSwift TakeLast.swift
[337/356] Compiling RxSwift TakeUntil.swift
[338/356] Compiling RxSwift TakeWhile.swift
[339/356] Compiling RxSwift Throttle.swift
[340/356] Compiling RxSwift Timeout.swift
[341/356] Compiling RxSwift Timer.swift
[342/356] Compiling RxSwift ToArray.swift
[343/356] Compiling RxSwift Using.swift
[344/356] Compiling RxSwift VirtualTimeConverterType.swift
[345/356] Compiling RxSwift VirtualTimeScheduler.swift
[346/356] Compiling RxSwift Window.swift
[347/356] Compiling RxSwift WithLatestFrom.swift
[348/356] Compiling RxSwift Zip+Collection.swift
[349/356] Compiling RxSwift Zip+arity.swift
[350/356] Compiling RxSwift Zip.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/18] Write swift-version-24593BA9C3E375BF.txt
[3/36] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[4/170] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[5/170] Emitting module XCTestDynamicOverlay
[6/170] Emitting module ArgumentParserToolInfo
[7/170] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[8/170] Compiling ConcurrencyExtras LockIsolated.swift
[9/170] Compiling XCTestDynamicOverlay XCTFail.swift
[10/171] Compiling ConcurrencyExtras Locking.swift
[11/171] Compiling ConcurrencyExtras MainSerialExecutor.swift
[12/171] Compiling ConcurrencyExtras Task.swift
[13/171] Compiling ConcurrencyExtras AsyncStream.swift
[14/171] Compiling ConcurrencyExtras ActorIsolated.swift
[15/171] Emitting module ConcurrencyExtras
[16/171] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[17/171] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[18/171] Compiling XCTestDynamicOverlay Deprecations.swift
[19/171] Compiling XCTestDynamicOverlay Unimplemented.swift
[20/171] Compiling ConcurrencyExtras UncheckedSendable.swift
[21/172] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[24/173] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/173] Wrapping AST for ConcurrencyExtras for debugging
[26/173] Wrapping AST for XCTestDynamicOverlay for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/264] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[29/282] Compiling CasePaths OpenExistential.swift
[30/282] Compiling CombineSchedulers UIScheduler.swift
[31/283] Compiling ArgumentParser NameSpecification.swift
[32/283] Compiling ArgumentParser Option.swift
[33/283] Emitting module CasePaths
[34/283] Emitting module CombineSchedulers
[35/283] Compiling ArgumentParser ArgumentVisibility.swift
[36/283] Compiling ArgumentParser CompletionKind.swift
[37/283] Compiling ArgumentParser Errors.swift
[38/283] Compiling ArgumentParser Flag.swift
[39/283] Compiling Clocks Shims.swift
[40/283] Compiling ArgumentParser BashCompletionsGenerator.swift
[41/283] Compiling ArgumentParser CompletionsGenerator.swift
[42/284] Compiling CombineSchedulers UnimplementedScheduler.swift
[43/284] Compiling CombineSchedulers Timer.swift
[44/284] Compiling CombineSchedulers UIKit.swift
[45/284] Compiling Clocks Timer.swift
[46/285] Compiling CasePaths Operators.swift
[47/285] Compiling CasePaths XCTUnwrap.swift
[48/285] Compiling CasePaths TypeName.swift
[53/288] Compiling Clocks Lock.swift
[54/288] Compiling ArgumentParser ParsableCommand.swift
[55/288] Compiling ArgumentParser ArgumentDecoder.swift
[56/288] Compiling ArgumentParser ArgumentDefinition.swift
[59/288] Compiling Clocks _AsyncTimerSequence.swift
[60/288] Emitting module Clocks
[65/287] Compiling Clocks SwiftUI.swift
[66/287] Compiling Clocks TestClock.swift
[67/287] Compiling Clocks UnimplementedClock.swift
[68/288] Compiling CustomDump String.swift
[69/288] Compiling CustomDump Unordered.swift
[70/288] Compiling CustomDump XCTAssertNoDifference.swift
[72/303] Emitting module ArgumentParser
[73/314] Compiling CasePaths CasePaths.swift
[74/314] Compiling CasePaths EnumReflection.swift
[75/314] Compiling CasePaths CasePath.swift
[77/314] Emitting module Dependencies
[78/316] Compiling Dependencies Exports.swift
[79/316] Compiling Dependencies OpenExistential.swift
[80/316] Compiling Dependencies RuntimeWarnings.swift
[81/316] Compiling Dependencies Locale.swift
[82/316] Compiling Dependencies MainQueue.swift
[83/316] Compiling Dependencies MainRunLoop.swift
[84/316] Compiling Dependencies Context.swift
[85/316] Compiling Dependencies Date.swift
[86/316] Compiling Dependencies FireAndForget.swift
[87/316] Compiling Dependencies OpenURL.swift
[88/316] Compiling Dependencies TimeZone.swift
[89/316] Compiling Dependencies URLSession.swift
[90/316] Compiling RxSwift Reactive.swift
[91/316] Compiling RxSwift RecursiveLock.swift
[92/316] Compiling RxSwift RecursiveScheduler.swift
[93/316] Compiling RxSwift Reduce.swift
[94/316] Compiling RxSwift RefCountDisposable.swift
[95/316] Compiling RxSwift Repeat.swift
[96/316] Compiling RxSwift ReplaySubject.swift
[97/316] Compiling RxSwift RetryWhen.swift
[98/316] Compiling RxSwift Rx.swift
[99/316] Compiling RxSwift RxMutableBox.swift
[100/316] Compiling RxSwift Sample.swift
[101/316] Compiling RxSwift Scan.swift
[102/316] Compiling RxSwift ScheduledDisposable.swift
[103/316] Compiling RxSwift ScheduledItem.swift
[104/316] Compiling RxSwift ScheduledItemType.swift
[105/316] Compiling RxSwift SchedulerServices+Emulation.swift
[106/316] Compiling RxSwift SchedulerType.swift
[107/316] Compiling RxSwift Sequence.swift
[108/316] Compiling RxSwift SerialDispatchQueueScheduler.swift
[109/316] Compiling RxSwift SerialDisposable.swift
[110/316] Compiling RxSwift ShareReplayScope.swift
[111/316] Compiling RxSwift Single.swift
[112/316] Compiling RxSwift SingleAssignmentDisposable.swift
[113/316] Compiling RxSwift SingleAsync.swift
[114/316] Compiling RxSwift Sink.swift
[115/316] Compiling RxSwift Skip.swift
[116/316] Compiling RxSwift SkipUntil.swift
[117/316] Compiling RxSwift SkipWhile.swift
[118/316] Compiling RxSwift StartWith.swift
[119/316] Compiling RxSwift SubjectType.swift
[120/316] Compiling RxSwift SubscribeOn.swift
[121/316] Compiling RxSwift SubscriptionDisposable.swift
[122/316] Compiling RxSwift SwiftSupport.swift
[123/316] Compiling RxSwift Switch.swift
[124/316] Compiling RxSwift SwitchIfEmpty.swift
[125/316] Compiling RxSwift SynchronizedDisposeType.swift
[126/316] Compiling RxSwift SynchronizedOnType.swift
[127/316] Compiling RxSwift Dematerialize.swift
[128/316] Compiling RxSwift Deprecated.swift
[129/316] Compiling RxSwift DispatchQueue+Extensions.swift
[130/316] Compiling RxSwift DispatchQueueConfiguration.swift
[131/316] Compiling RxSwift Disposable.swift
[132/316] Compiling RxSwift Disposables.swift
[133/316] Compiling RxSwift DisposeBag.swift
[134/316] Compiling RxSwift DisposeBase.swift
[135/316] Compiling RxSwift DistinctUntilChanged.swift
[136/316] Compiling RxSwift Do.swift
[137/316] Compiling RxSwift ElementAt.swift
[138/316] Compiling RxSwift Empty.swift
[139/316] Compiling RxSwift Enumerated.swift
[140/316] Compiling RxSwift Error.swift
[141/316] Compiling RxSwift Errors.swift
[142/316] Compiling RxSwift Event.swift
[143/316] Compiling RxSwift Filter.swift
[144/316] Compiling RxSwift First.swift
[145/316] Compiling RxSwift Generate.swift
[146/316] Compiling ArgumentParser Platform.swift
[147/316] Compiling ArgumentParser SequenceExtensions.swift
[148/316] Compiling ArgumentParser StringExtensions.swift
[149/316] Compiling ArgumentParser Tree.swift
[150/316] Compiling RxSwift ImmediateSchedulerType.swift
[151/316] Compiling RxSwift InfiniteSequence.swift
[152/316] Compiling RxSwift InvocableScheduledItem.swift
[153/316] Compiling RxSwift InvocableType.swift
[154/316] Compiling RxSwift Just.swift
[155/316] Compiling RxSwift Lock.swift
[156/316] Compiling RxSwift LockOwnerType.swift
[157/316] Compiling RxSwift MainScheduler.swift
[158/316] Compiling RxSwift Map.swift
[159/316] Compiling RxSwift Materialize.swift
[160/316] Compiling RxSwift Maybe.swift
[161/316] Compiling RxSwift Merge.swift
[162/316] Compiling RxSwift Multicast.swift
[163/316] Compiling RxSwift Never.swift
[164/316] Compiling RxSwift NopDisposable.swift
[165/316] Compiling RxSwift Observable.swift
[166/316] Compiling RxSwift ObservableConvertibleType.swift
[167/316] Compiling RxSwift ObservableType+Extensions.swift
[168/316] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[169/316] Compiling RxSwift ObservableType.swift
[170/316] Compiling RxSwift ObserveOn.swift
[171/316] Compiling RxSwift ObserverBase.swift
[172/316] Compiling RxSwift ObserverType.swift
[173/316] Compiling RxSwift OperationQueueScheduler.swift
[174/316] Compiling RxSwift Optional.swift
[175/316] Compiling RxSwift Platform.Darwin.swift
[176/316] Compiling RxSwift Platform.Linux.swift
[177/316] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[178/316] Compiling RxSwift PrimitiveSequence.swift
[179/316] Compiling RxSwift PriorityQueue.swift
[180/316] Compiling RxSwift Producer.swift
[181/316] Compiling RxSwift PublishSubject.swift
[182/316] Compiling RxSwift Queue.swift
[183/316] Compiling RxSwift Range.swift
[184/316] Compiling Dependencies Deprecations.swift
[188/316] Compiling Dependencies UUID.swift
[189/316] Compiling Dependencies WithRandomNumberGenerator.swift
[194/316] Emitting module CustomDump
[201/317] Compiling Dependencies TypeName.swift
[202/317] Compiling Dependencies WithDependencies.swift
[203/317] Compiling Dependencies Dependency.swift
[204/317] Compiling Dependencies DependencyContext.swift
[205/317] Compiling Dependencies DependencyKey.swift
[206/317] Compiling Dependencies DependencyValues.swift
[207/317] Compiling Dependencies Calendar.swift
[208/317] Compiling Dependencies Clocks.swift
[211/318] Compiling ArgumentParser Name.swift
[212/318] Compiling ArgumentParser Parsed.swift
[213/318] Compiling ArgumentParser ParsedValues.swift
[214/318] Compiling ArgumentParser ParserError.swift
[215/318] Compiling ArgumentParser SplitArguments.swift
[216/318] Compiling ArgumentParser DumpHelpGenerator.swift
[217/318] Compiling ArgumentParser HelpCommand.swift
[218/318] Compiling ArgumentParser HelpGenerator.swift
[219/318] Compiling ArgumentParser MessageInfo.swift
[220/318] Compiling ArgumentParser UsageGenerator.swift
[221/317] Compiling RxSwift SynchronizedUnsubscribeType.swift
[222/317] Compiling RxSwift TailRecursiveSink.swift
[223/317] Compiling RxSwift Take.swift
[224/317] Compiling RxSwift TakeLast.swift
[225/317] Compiling RxSwift TakeUntil.swift
[226/317] Compiling RxSwift TakeWhile.swift
[227/317] Compiling RxSwift Throttle.swift
[228/317] Compiling RxSwift Timeout.swift
[229/317] Compiling RxSwift Timer.swift
[230/317] Compiling RxSwift ToArray.swift
[231/317] Compiling RxSwift Using.swift
[232/317] Compiling RxSwift VirtualTimeConverterType.swift
[233/317] Compiling RxSwift VirtualTimeScheduler.swift
[234/317] Compiling RxSwift Window.swift
[235/317] Compiling RxSwift WithLatestFrom.swift
[236/317] Compiling RxSwift Zip+Collection.swift
[237/317] Compiling RxSwift Zip+arity.swift
[238/317] Compiling RxSwift Zip.swift
[245/317] Compiling ArgumentParser CollectionExtensions.swift
[249/317] Wrapping AST for Dependencies for debugging
[271/317] Compiling ArgumentParser InputOrigin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
BUILD FAILURE 6.1 linux