Build Information
Failed to build NetDiagnosis, reference main (92f603
), with Swift 6.1 for Linux on 28 Apr 2025 13:36:28 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/453jerry/NetDiagnosis.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/453jerry/NetDiagnosis
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 92f603e Merge pull request #9 from mredig/mredig/close-socket
Cloned https://github.com/453jerry/NetDiagnosis.git
Revision (git rev-parse @):
92f603e2acdbed2534f5499328668b9ab32fbed3
SUCCESS checkout https://github.com/453jerry/NetDiagnosis.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/453jerry/NetDiagnosis.git
https://github.com/453jerry/NetDiagnosis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.6.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "NetDiagnosis",
"name" : "NetDiagnosis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "NetDiagnosis",
"targets" : [
"NetDiagnosis"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxNetDiagnosis",
"targets" : [
"RxNetDiagnosis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxNetDiagnosis",
"module_type" : "SwiftTarget",
"name" : "RxNetDiagnosis",
"path" : "Sources/RxNetDiagnosis",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxNetDiagnosis"
],
"sources" : [
"Pinger+Rx.swift"
],
"target_dependencies" : [
"NetDiagnosis"
],
"type" : "library"
},
{
"c99name" : "NetDiagnosisTests",
"module_type" : "SwiftTarget",
"name" : "NetDiagnosisTests",
"path" : "Tests/NetDiagnosisTests",
"sources" : [
"NetDiagnosisTests.swift"
],
"target_dependencies" : [
"NetDiagnosis"
],
"type" : "test"
},
{
"c99name" : "NetDiagnosis",
"module_type" : "SwiftTarget",
"name" : "NetDiagnosis",
"path" : "Sources/NetDiagnosis",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"NetDiagnosis",
"RxNetDiagnosis"
],
"sources" : [
"IPAddr.swift",
"Pinger+Sockopt.swift",
"Pinger+Trace.swift",
"Pinger.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/ReactiveX/RxSwift.git
Fetching https://github.com/apple/swift-collections.git
[1/16242] Fetching swift-collections
[1301/68925] Fetching swift-collections, rxswift
Fetched https://github.com/apple/swift-collections.git from cache (3.96s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.10s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (4.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[0/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/168] Emitting module InternalCollectionsUtilities
[9/170] Compiling RxSwift Completable.swift
[10/170] Compiling RxSwift CompositeDisposable.swift
[11/170] Compiling RxSwift Concat.swift
[12/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[14/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[15/170] Compiling RxSwift ConcurrentMainScheduler.swift
[16/170] Compiling RxSwift ConnectableObservableType.swift
[17/170] Compiling RxSwift Create.swift
[18/170] Compiling RxSwift CurrentThreadScheduler.swift
[19/170] Compiling RxSwift Date+Dispatch.swift
[20/170] Compiling RxSwift Debounce.swift
[21/170] Compiling RxSwift Debug.swift
[22/170] Compiling RxSwift Decode.swift
[23/170] Compiling RxSwift DefaultIfEmpty.swift
[24/170] Compiling RxSwift CombineLatest.swift
[25/170] Compiling RxSwift CompactMap.swift
[26/170] Compiling RxSwift Completable+AndThen.swift
[28/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[38/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[39/226] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[40/226] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/226] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/233] Compiling OrderedCollections OrderedDictionary.swift
[43/233] Compiling OrderedCollections OrderedSet+Codable.swift
[44/233] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[45/233] Compiling OrderedCollections OrderedSet+Descriptions.swift
[46/233] Compiling OrderedCollections OrderedSet+Diffing.swift
[47/233] Compiling OrderedCollections OrderedSet+Equatable.swift
[48/233] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[49/233] Compiling OrderedCollections OrderedSet+Hashable.swift
[50/233] Compiling OrderedCollections OrderedSet+Initializers.swift
[51/233] Compiling OrderedCollections OrderedSet+Insertions.swift
[52/233] Compiling OrderedCollections OrderedSet+Invariants.swift
[53/233] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[54/233] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[55/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[56/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[57/233] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[58/233] Compiling OrderedCollections OrderedDictionary+Codable.swift
[59/233] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[60/233] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[61/233] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[62/233] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[63/233] Compiling OrderedCollections OrderedDictionary+Elements.swift
[64/233] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[65/233] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[66/233] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[67/233] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[68/233] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[69/233] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[70/233] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[71/233] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[72/233] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[73/233] Compiling OrderedCollections OrderedDictionary+Values.swift
[74/233] Compiling OrderedCollections _HashTable+Bucket.swift
[75/233] Compiling OrderedCollections _HashTable+BucketIterator.swift
[76/233] Compiling OrderedCollections _HashTable+Constants.swift
[77/233] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[78/233] Compiling OrderedCollections _HashTable+Testing.swift
[79/233] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[80/233] Compiling OrderedCollections _HashTable.swift
[81/233] Compiling OrderedCollections _Hashtable+Header.swift
[82/233] Compiling OrderedCollections OrderedSet+Sendable.swift
[83/233] Compiling OrderedCollections OrderedSet+SubSequence.swift
[84/233] Compiling OrderedCollections OrderedSet+Testing.swift
[85/233] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[86/233] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[87/233] Compiling OrderedCollections OrderedSet.swift
[88/233] Compiling OrderedCollections _UnsafeBitset.swift
[89/233] Emitting module OrderedCollections
[112/254] Compiling RxSwift Producer.swift
[113/254] Compiling RxSwift PublishSubject.swift
[114/254] Compiling RxSwift Queue.swift
[115/254] Compiling RxSwift Range.swift
[116/254] Compiling RxSwift Reactive.swift
[117/254] Compiling RxSwift RecursiveLock.swift
[118/254] Compiling RxSwift RecursiveScheduler.swift
[119/254] Compiling RxSwift Reduce.swift
[120/254] Compiling RxSwift RefCountDisposable.swift
[121/254] Compiling RxSwift Repeat.swift
[122/254] Compiling RxSwift ReplaySubject.swift
[123/254] Compiling RxSwift RetryWhen.swift
[124/254] Compiling RxSwift Rx.swift
[125/254] Compiling RxSwift RxMutableBox.swift
[126/254] Compiling RxSwift Sample.swift
[127/254] Compiling RxSwift Scan.swift
[128/254] Compiling RxSwift ScheduledDisposable.swift
[129/254] Compiling RxSwift ScheduledItem.swift
[130/254] Compiling RxSwift ScheduledItemType.swift
[131/254] Compiling RxSwift SchedulerServices+Emulation.swift
[132/254] Compiling RxSwift Never.swift
[133/254] Compiling RxSwift NopDisposable.swift
[134/254] Compiling RxSwift Observable+Concurrency.swift
[135/254] Compiling RxSwift Observable.swift
[136/254] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[137/254] Compiling RxSwift ObservableConvertibleType.swift
[138/254] Compiling RxSwift ObservableType+Extensions.swift
[139/254] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[140/254] Compiling RxSwift ObservableType.swift
[141/254] Compiling RxSwift ObserveOn.swift
[142/254] Compiling RxSwift ObserverBase.swift
[143/254] Compiling RxSwift ObserverType.swift
[144/254] Compiling RxSwift OperationQueueScheduler.swift
[145/254] Compiling RxSwift Optional.swift
[146/254] Compiling RxSwift Platform.Darwin.swift
[147/254] Compiling RxSwift Platform.Linux.swift
[148/254] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[149/254] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[150/254] Compiling RxSwift PrimitiveSequence.swift
[151/254] Compiling RxSwift PriorityQueue.swift
[152/254] Compiling RxSwift SchedulerType.swift
[153/254] Compiling RxSwift Sequence.swift
[154/254] Compiling RxSwift SerialDispatchQueueScheduler.swift
[155/254] Compiling RxSwift SerialDisposable.swift
[156/254] Compiling RxSwift ShareReplayScope.swift
[157/254] Compiling RxSwift Single.swift
[158/254] Compiling RxSwift SingleAssignmentDisposable.swift
[159/254] Compiling RxSwift SingleAsync.swift
[160/254] Compiling RxSwift Sink.swift
[161/254] Compiling RxSwift Skip.swift
[162/254] Compiling RxSwift SkipUntil.swift
[163/254] Compiling RxSwift SkipWhile.swift
[164/254] Compiling RxSwift StartWith.swift
[165/254] Compiling RxSwift SubjectType.swift
[166/254] Compiling RxSwift SubscribeOn.swift
[167/254] Compiling RxSwift SubscriptionDisposable.swift
[168/254] Compiling RxSwift SwiftSupport.swift
[169/254] Compiling RxSwift Switch.swift
[170/254] Compiling RxSwift SwitchIfEmpty.swift
[171/254] Compiling RxSwift SynchronizedDisposeType.swift
[193/254] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[194/254] Compiling RxSwift Infallible+CombineLatest+arity.swift
[195/254] Compiling RxSwift Infallible+Concurrency.swift
[196/254] Compiling RxSwift Infallible+Create.swift
[197/254] Compiling RxSwift Infallible+Debug.swift
[198/254] Compiling RxSwift Infallible+Operators.swift
[199/254] Compiling RxSwift Infallible+Zip+arity.swift
[200/254] Compiling RxSwift Infallible.swift
[201/254] Compiling RxSwift InfiniteSequence.swift
[202/254] Compiling RxSwift InvocableScheduledItem.swift
[203/254] Compiling RxSwift InvocableType.swift
[204/254] Compiling RxSwift Just.swift
[205/254] Compiling RxSwift Lock.swift
[206/254] Compiling RxSwift LockOwnerType.swift
[207/254] Compiling RxSwift MainScheduler.swift
[208/254] Compiling RxSwift Map.swift
[209/254] Compiling RxSwift Materialize.swift
[210/254] Compiling RxSwift Maybe.swift
[211/254] Compiling RxSwift Merge.swift
[212/254] Compiling RxSwift Multicast.swift
[213/254] Emitting module RxSwift
[233/254] Compiling RxSwift CombineLatest+Collection.swift
[234/254] Compiling RxSwift CombineLatest+arity.swift
[235/260] Compiling NetDiagnosis Utilities.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[236/260] Compiling NetDiagnosis Pinger+Trace.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[237/260] Compiling NetDiagnosis Pinger+Sockopt.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[238/260] Compiling NetDiagnosis Pinger.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[239/260] Emitting module NetDiagnosis
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[240/260] Compiling NetDiagnosis IPAddr.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/162] Compiling RxSwift AddRef.swift
[3/162] Compiling RxSwift Amb.swift
[4/162] Compiling RxSwift AnonymousDisposable.swift
[5/164] Emitting module InternalCollectionsUtilities
[6/164] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/164] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/164] Compiling RxSwift BehaviorSubject.swift
[9/164] Compiling RxSwift BinaryDisposable.swift
[10/164] Compiling RxSwift AtomicInt.swift
[11/164] Compiling RxSwift Bag+Rx.swift
[12/164] Compiling RxSwift Bag.swift
[13/164] Compiling RxSwift AsyncLock.swift
[14/164] Compiling RxSwift AsyncSubject.swift
[15/164] Compiling RxSwift Binder.swift
[16/164] Compiling RxSwift BooleanDisposable.swift
[17/164] Compiling RxSwift AnonymousObserver.swift
[18/164] Compiling RxSwift AnyObserver.swift
[19/164] Compiling RxSwift AsMaybe.swift
[20/164] Compiling RxSwift AsSingle.swift
[22/213] Emitting module RxSwift
[23/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[24/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[25/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[26/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[27/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[28/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[29/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[30/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[31/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[32/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[33/240] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[34/240] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[35/240] Compiling RxSwift Event.swift
[36/240] Compiling RxSwift Filter.swift
[37/240] Compiling RxSwift First.swift
[38/240] Compiling RxSwift Generate.swift
[39/240] Compiling RxSwift GroupBy.swift
[40/240] Compiling RxSwift GroupedObservable.swift
[41/240] Compiling RxSwift HistoricalScheduler.swift
[42/240] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[43/240] Compiling RxSwift ImmediateSchedulerType.swift
[44/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[45/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[58/247] Compiling OrderedCollections OrderedSet+Initializers.swift
[59/247] Compiling OrderedCollections OrderedSet+Insertions.swift
[60/247] Compiling OrderedCollections OrderedSet+Invariants.swift
[61/247] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[62/247] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[63/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[64/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[65/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[66/247] Compiling OrderedCollections OrderedDictionary.swift
[67/247] Compiling OrderedCollections OrderedSet+Codable.swift
[68/247] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[69/247] Compiling OrderedCollections OrderedSet+Descriptions.swift
[70/247] Compiling OrderedCollections OrderedSet+Diffing.swift
[71/247] Compiling OrderedCollections OrderedSet+Equatable.swift
[72/247] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[73/247] Compiling OrderedCollections OrderedSet+Hashable.swift
[74/247] Compiling OrderedCollections OrderedDictionary+Codable.swift
[75/247] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[76/247] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[77/247] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[78/247] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[79/247] Compiling OrderedCollections OrderedDictionary+Elements.swift
[80/247] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[81/247] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[82/247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[83/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[84/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[85/247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[86/247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[87/247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[88/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[89/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[90/247] Compiling RxSwift SchedulerType.swift
[91/247] Compiling RxSwift Sequence.swift
[92/247] Compiling RxSwift SerialDispatchQueueScheduler.swift
[93/247] Compiling RxSwift SerialDisposable.swift
[94/247] Compiling RxSwift ShareReplayScope.swift
[95/247] Compiling RxSwift Single.swift
[96/247] Compiling RxSwift SingleAssignmentDisposable.swift
[97/247] Compiling RxSwift SingleAsync.swift
[98/247] Compiling RxSwift Sink.swift
[99/247] Compiling RxSwift Skip.swift
[100/247] Compiling RxSwift SkipUntil.swift
[101/247] Compiling RxSwift SkipWhile.swift
[102/247] Compiling RxSwift StartWith.swift
[103/247] Compiling RxSwift SubjectType.swift
[104/247] Compiling RxSwift SubscribeOn.swift
[105/247] Compiling RxSwift SubscriptionDisposable.swift
[106/247] Compiling RxSwift SwiftSupport.swift
[107/247] Compiling RxSwift Switch.swift
[108/247] Compiling RxSwift SwitchIfEmpty.swift
[109/247] Compiling RxSwift SynchronizedDisposeType.swift
[110/247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[111/247] Compiling OrderedCollections _HashTable.swift
[112/247] Compiling OrderedCollections _Hashtable+Header.swift
[131/247] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[132/247] Compiling RxSwift Infallible+CombineLatest+arity.swift
[133/247] Compiling RxSwift Infallible+Concurrency.swift
[134/247] Compiling RxSwift Infallible+Create.swift
[135/247] Compiling RxSwift Infallible+Debug.swift
[136/247] Compiling RxSwift Infallible+Operators.swift
[137/247] Compiling RxSwift Infallible+Zip+arity.swift
[138/247] Compiling RxSwift Infallible.swift
[139/247] Compiling RxSwift InfiniteSequence.swift
[140/247] Compiling RxSwift InvocableScheduledItem.swift
[141/247] Compiling RxSwift InvocableType.swift
[142/247] Compiling RxSwift Just.swift
[143/247] Compiling RxSwift Lock.swift
[144/247] Compiling RxSwift LockOwnerType.swift
[145/247] Compiling RxSwift MainScheduler.swift
[146/247] Compiling RxSwift Map.swift
[147/247] Compiling RxSwift Materialize.swift
[148/247] Compiling RxSwift Maybe.swift
[149/247] Compiling RxSwift Merge.swift
[150/247] Compiling RxSwift Multicast.swift
[151/247] Compiling OrderedCollections OrderedSet+Sendable.swift
[152/247] Compiling OrderedCollections OrderedSet+SubSequence.swift
[153/247] Compiling OrderedCollections OrderedSet+Testing.swift
[154/247] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[155/247] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[156/247] Compiling OrderedCollections OrderedSet.swift
[157/247] Compiling OrderedCollections _UnsafeBitset.swift
[158/247] Compiling RxSwift Never.swift
[159/247] Compiling RxSwift NopDisposable.swift
[160/247] Compiling RxSwift Observable+Concurrency.swift
[161/247] Compiling RxSwift Observable.swift
[162/247] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[163/247] Compiling RxSwift ObservableConvertibleType.swift
[164/247] Compiling RxSwift ObservableType+Extensions.swift
[165/247] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[166/247] Compiling RxSwift ObservableType.swift
[167/247] Compiling RxSwift ObserveOn.swift
[168/247] Compiling RxSwift ObserverBase.swift
[169/247] Compiling RxSwift ObserverType.swift
[170/247] Compiling RxSwift OperationQueueScheduler.swift
[171/247] Compiling RxSwift Optional.swift
[172/247] Compiling RxSwift Platform.Darwin.swift
[173/247] Compiling RxSwift Platform.Linux.swift
[174/247] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[175/247] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[176/247] Compiling RxSwift PrimitiveSequence.swift
[177/247] Compiling RxSwift PriorityQueue.swift
[178/247] Compiling RxSwift Producer.swift
[179/247] Compiling RxSwift PublishSubject.swift
[180/247] Compiling RxSwift Queue.swift
[181/247] Compiling RxSwift Range.swift
[182/247] Compiling RxSwift Reactive.swift
[183/247] Compiling RxSwift RecursiveLock.swift
[184/247] Compiling RxSwift RecursiveScheduler.swift
[185/247] Compiling RxSwift Reduce.swift
[186/247] Compiling RxSwift RefCountDisposable.swift
[187/247] Compiling RxSwift Repeat.swift
[188/247] Compiling RxSwift ReplaySubject.swift
[189/247] Compiling RxSwift RetryWhen.swift
[190/247] Compiling RxSwift Rx.swift
[191/247] Compiling RxSwift RxMutableBox.swift
[192/247] Compiling RxSwift Sample.swift
[193/247] Compiling RxSwift Scan.swift
[194/247] Compiling RxSwift ScheduledDisposable.swift
[195/247] Compiling RxSwift ScheduledItem.swift
[196/247] Compiling RxSwift ScheduledItemType.swift
[197/247] Compiling RxSwift SchedulerServices+Emulation.swift
[198/247] Compiling OrderedCollections _HashTable+Bucket.swift
[199/247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[200/247] Compiling OrderedCollections _HashTable+Constants.swift
[201/247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[202/247] Compiling OrderedCollections _HashTable+Testing.swift
[206/247] Emitting module OrderedCollections
[229/254] Compiling NetDiagnosis Utilities.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[230/254] Compiling NetDiagnosis Pinger.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[231/254] Compiling NetDiagnosis Pinger+Sockopt.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[232/254] Compiling NetDiagnosis Pinger+Trace.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[233/254] Compiling RxSwift SynchronizedOnType.swift
[234/254] Compiling RxSwift SynchronizedUnsubscribeType.swift
[235/254] Compiling RxSwift TailRecursiveSink.swift
[236/254] Compiling RxSwift Take.swift
[237/254] Compiling RxSwift TakeLast.swift
[238/254] Compiling RxSwift TakeWithPredicate.swift
[239/254] Compiling RxSwift Throttle.swift
[240/254] Compiling RxSwift Timeout.swift
[241/254] Compiling RxSwift Timer.swift
[242/254] Compiling RxSwift ToArray.swift
[243/254] Compiling RxSwift Using.swift
[244/254] Compiling RxSwift VirtualTimeConverterType.swift
[245/254] Compiling RxSwift VirtualTimeScheduler.swift
[246/254] Compiling RxSwift Window.swift
[247/254] Compiling RxSwift WithLatestFrom.swift
[248/254] Compiling RxSwift WithUnretained.swift
[249/254] Compiling RxSwift Zip+Collection.swift
[250/254] Compiling RxSwift Zip+arity.swift
[251/254] Compiling RxSwift Zip.swift
[252/254] Compiling RxSwift resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[254/255] Emitting module NetDiagnosis
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[255/255] Compiling NetDiagnosis IPAddr.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
BUILD FAILURE 6.1 linux