The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NetDiagnosis, reference 1.1.2 (40e048), with Swift 6.1 for Linux on 28 Apr 2025 13:36:36 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 1.1.2
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
 * tag               1.1.2      -> FETCH_HEAD
HEAD is now at 40e048e Merge pull request #8 from 453jerry/feature/support_swift_5_5-5_9
Cloned https://github.com/453jerry/NetDiagnosis.git
Revision (git rev-parse @):
40e048e69956e671a88f5a7fa9d829e5fd960546
SUCCESS checkout https://github.com/453jerry/NetDiagnosis.git at 1.1.2
========================================
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-0":/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/apple/swift-collections.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/16242] Fetching swift-collections
[1138/68925] Fetching swift-collections, rxswift
Fetched https://github.com/apple/swift-collections.git from cache (6.25s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.44s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (7.30s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
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
[2/7] Copying PrivacyInfo.xcprivacy
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/168] Emitting module InternalCollectionsUtilities
[9/170] Compiling RxSwift Decode.swift
[10/170] Compiling RxSwift DefaultIfEmpty.swift
[11/170] Compiling RxSwift CurrentThreadScheduler.swift
[12/170] Compiling RxSwift Date+Dispatch.swift
[13/170] Compiling RxSwift ConcurrentMainScheduler.swift
[14/170] Compiling RxSwift ConnectableObservableType.swift
[15/170] Compiling RxSwift Create.swift
[16/170] Compiling RxSwift Debounce.swift
[17/170] Compiling RxSwift Debug.swift
[18/170] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[19/170] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[20/170] Compiling RxSwift Concat.swift
[21/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[22/170] Compiling RxSwift CombineLatest.swift
[23/170] Compiling RxSwift CompactMap.swift
[24/170] Compiling RxSwift Completable+AndThen.swift
[25/170] Compiling RxSwift Completable.swift
[26/170] Compiling RxSwift CompositeDisposable.swift
[28/171] Emitting module RxSwift
[29/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[30/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[31/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[32/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[33/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[34/246] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[35/246] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[36/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[37/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[38/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[39/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[40/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[41/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[42/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[43/246] Compiling OrderedCollections OrderedSet+Initializers.swift
[44/246] Compiling OrderedCollections OrderedSet+Insertions.swift
[45/246] Compiling OrderedCollections OrderedSet+Invariants.swift
[46/246] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[47/246] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[48/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[49/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[50/246] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[51/253] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[52/253] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[53/253] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[54/253] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[55/253] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[56/253] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[57/253] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[58/253] Compiling OrderedCollections OrderedDictionary+Values.swift
[59/253] Compiling RxSwift SchedulerType.swift
[60/253] Compiling RxSwift Sequence.swift
[61/253] Compiling RxSwift SerialDispatchQueueScheduler.swift
[62/253] Compiling RxSwift SerialDisposable.swift
[63/253] Compiling RxSwift ShareReplayScope.swift
[64/253] Compiling RxSwift Single.swift
[65/253] Compiling RxSwift SingleAssignmentDisposable.swift
[66/253] Compiling RxSwift SingleAsync.swift
[67/253] Compiling RxSwift Sink.swift
[68/253] Compiling RxSwift Skip.swift
[69/253] Compiling RxSwift SkipUntil.swift
[70/253] Compiling RxSwift SkipWhile.swift
[71/253] Compiling RxSwift StartWith.swift
[72/253] Compiling RxSwift SubjectType.swift
[73/253] Compiling RxSwift SubscribeOn.swift
[74/253] Compiling RxSwift SubscriptionDisposable.swift
[75/253] Compiling RxSwift SwiftSupport.swift
[76/253] Compiling RxSwift Switch.swift
[77/253] Compiling RxSwift SwitchIfEmpty.swift
[78/253] Compiling RxSwift SynchronizedDisposeType.swift
[83/253] Compiling OrderedCollections _HashTable+Bucket.swift
[84/253] Compiling OrderedCollections _HashTable+BucketIterator.swift
[85/253] Compiling OrderedCollections _HashTable+Constants.swift
[86/253] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[87/253] Compiling OrderedCollections _HashTable+Testing.swift
[88/253] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[89/253] Compiling OrderedCollections _HashTable.swift
[90/253] Compiling OrderedCollections _Hashtable+Header.swift
[91/253] Compiling OrderedCollections OrderedSet+Sendable.swift
[92/253] Compiling OrderedCollections OrderedSet+SubSequence.swift
[93/253] Compiling OrderedCollections OrderedSet+Testing.swift
[94/253] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[95/253] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[96/253] Compiling OrderedCollections OrderedSet.swift
[97/253] Compiling OrderedCollections _UnsafeBitset.swift
[98/253] Compiling RxSwift PriorityQueue.swift
[99/253] Compiling OrderedCollections OrderedDictionary+Codable.swift
[100/253] Compiling RxSwift Producer.swift
[101/253] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[102/253] Compiling RxSwift PublishSubject.swift
[103/253] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[104/253] Compiling RxSwift Queue.swift
[105/253] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[106/253] Compiling RxSwift Range.swift
[107/253] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[108/253] Compiling OrderedCollections OrderedDictionary+Elements.swift
[109/253] Compiling RxSwift Reactive.swift
[110/253] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[111/253] Compiling RxSwift RecursiveLock.swift
[112/253] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[113/253] Compiling RxSwift RecursiveScheduler.swift
[114/253] Compiling RxSwift Reduce.swift
[115/253] Compiling RxSwift RefCountDisposable.swift
[116/253] Compiling RxSwift Repeat.swift
[117/253] Compiling RxSwift ReplaySubject.swift
[118/253] Compiling RxSwift RetryWhen.swift
[119/253] Compiling RxSwift Rx.swift
[120/253] Compiling RxSwift RxMutableBox.swift
[121/253] Compiling RxSwift Sample.swift
[122/253] Compiling RxSwift Scan.swift
[123/253] Compiling RxSwift ScheduledDisposable.swift
[124/253] Compiling RxSwift ScheduledItem.swift
[125/253] Compiling RxSwift ScheduledItemType.swift
[126/253] Compiling RxSwift SchedulerServices+Emulation.swift
[135/253] Compiling OrderedCollections OrderedDictionary.swift
[136/253] Compiling OrderedCollections OrderedSet+Codable.swift
[137/253] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[138/253] Compiling OrderedCollections OrderedSet+Descriptions.swift
[139/253] Compiling OrderedCollections OrderedSet+Diffing.swift
[140/253] Compiling OrderedCollections OrderedSet+Equatable.swift
[141/253] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[142/253] Compiling OrderedCollections OrderedSet+Hashable.swift
[143/253] Compiling RxSwift DispatchQueueConfiguration.swift
[144/253] Compiling RxSwift Disposable.swift
[145/253] Compiling RxSwift Disposables.swift
[146/253] Compiling RxSwift DisposeBag.swift
[147/253] Compiling RxSwift DisposeBase.swift
[148/253] Compiling RxSwift DistinctUntilChanged.swift
[149/253] Compiling RxSwift Do.swift
[150/253] Compiling RxSwift ElementAt.swift
[151/253] Compiling RxSwift Empty.swift
[152/253] Compiling RxSwift Enumerated.swift
[153/253] Compiling RxSwift Error.swift
[154/253] Compiling RxSwift Errors.swift
[155/253] Compiling RxSwift Event.swift
[156/253] Compiling RxSwift Filter.swift
[157/253] Compiling RxSwift First.swift
[158/253] Compiling RxSwift Generate.swift
[159/253] Compiling RxSwift GroupBy.swift
[160/253] Compiling RxSwift GroupedObservable.swift
[161/253] Compiling RxSwift HistoricalScheduler.swift
[162/253] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[163/253] Compiling RxSwift ImmediateSchedulerType.swift
[164/253] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[165/253] Compiling RxSwift Infallible+CombineLatest+arity.swift
[166/253] Compiling RxSwift Infallible+Concurrency.swift
[167/253] Compiling RxSwift Infallible+Create.swift
[168/253] Compiling RxSwift Infallible+Debug.swift
[169/253] Compiling RxSwift Infallible+Operators.swift
[170/253] Compiling RxSwift Infallible+Zip+arity.swift
[171/253] Compiling RxSwift Infallible.swift
[172/253] Compiling RxSwift InfiniteSequence.swift
[173/253] Compiling RxSwift InvocableScheduledItem.swift
[174/253] Compiling RxSwift InvocableType.swift
[175/253] Compiling RxSwift Just.swift
[176/253] Compiling RxSwift Lock.swift
[177/253] Compiling RxSwift LockOwnerType.swift
[178/253] Compiling RxSwift MainScheduler.swift
[179/253] Compiling RxSwift Map.swift
[180/253] Compiling RxSwift Materialize.swift
[181/253] Compiling RxSwift Maybe.swift
[182/253] Compiling RxSwift Merge.swift
[183/253] Compiling RxSwift Multicast.swift
[226/253] Emitting module OrderedCollections
[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.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 RxSwift SynchronizedOnType.swift
[239/260] Compiling RxSwift SynchronizedUnsubscribeType.swift
[240/260] Compiling RxSwift TailRecursiveSink.swift
[241/260] Compiling RxSwift Take.swift
[242/260] Compiling RxSwift TakeLast.swift
[243/260] Compiling RxSwift TakeWithPredicate.swift
[244/260] Compiling RxSwift Throttle.swift
[245/260] Compiling RxSwift Timeout.swift
[246/260] Compiling RxSwift Timer.swift
[247/260] Compiling RxSwift ToArray.swift
[248/260] Compiling RxSwift Using.swift
[249/260] Compiling RxSwift VirtualTimeConverterType.swift
[250/260] Compiling RxSwift VirtualTimeScheduler.swift
[251/260] Compiling RxSwift Window.swift
[252/260] Compiling RxSwift WithLatestFrom.swift
[253/260] Compiling RxSwift WithUnretained.swift
[254/260] Compiling RxSwift Zip+Collection.swift
[255/260] Compiling RxSwift Zip+arity.swift
[256/260] Compiling RxSwift Zip.swift
[257/260] Compiling RxSwift resource_bundle_accessor.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[259/261] 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 |
[260/261] 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 |
[261/261] 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 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/18] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[3/18] Compiling InternalCollectionsUtilities Specialize.swift
[4/78] Compiling RxSwift Create.swift
[5/79] Compiling RxSwift CurrentThreadScheduler.swift
[6/164] Compiling RxSwift Deferred.swift
[7/164] Compiling RxSwift Delay.swift
[8/164] Compiling RxSwift Date+Dispatch.swift
[9/164] Compiling RxSwift Debounce.swift
[10/164] Compiling RxSwift Debug.swift
[11/164] Emitting module InternalCollectionsUtilities
[12/164] Compiling RxSwift Completable.swift
[13/164] Compiling RxSwift CompositeDisposable.swift
[14/164] Compiling RxSwift Concat.swift
[15/164] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[16/164] Compiling RxSwift CombineLatest.swift
[17/164] Compiling RxSwift CompactMap.swift
[18/164] Compiling RxSwift Completable+AndThen.swift
[19/164] Compiling RxSwift ConcurrentMainScheduler.swift
[20/164] Compiling RxSwift ConnectableObservableType.swift
[22/165] Emitting module RxSwift
[23/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[24/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[25/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[26/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[27/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[28/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[29/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[30/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[31/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[32/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[33/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[34/240] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[35/240] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[36/240] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[37/247] Compiling RxSwift SchedulerType.swift
[38/247] Compiling RxSwift Sequence.swift
[39/247] Compiling RxSwift SerialDispatchQueueScheduler.swift
[40/247] Compiling RxSwift SerialDisposable.swift
[41/247] Compiling RxSwift ShareReplayScope.swift
[42/247] Compiling RxSwift Single.swift
[43/247] Compiling RxSwift SingleAssignmentDisposable.swift
[44/247] Compiling RxSwift SingleAsync.swift
[45/247] Compiling RxSwift Sink.swift
[46/247] Compiling RxSwift Skip.swift
[47/247] Compiling RxSwift SkipUntil.swift
[48/247] Compiling RxSwift SkipWhile.swift
[49/247] Compiling RxSwift StartWith.swift
[50/247] Compiling RxSwift SubjectType.swift
[51/247] Compiling RxSwift SubscribeOn.swift
[52/247] Compiling RxSwift SubscriptionDisposable.swift
[53/247] Compiling RxSwift SwiftSupport.swift
[54/247] Compiling RxSwift Switch.swift
[55/247] Compiling RxSwift SwitchIfEmpty.swift
[56/247] Compiling RxSwift SynchronizedDisposeType.swift
[57/247] Compiling RxSwift Never.swift
[58/247] Compiling RxSwift NopDisposable.swift
[59/247] Compiling RxSwift Observable+Concurrency.swift
[60/247] Compiling RxSwift Observable.swift
[61/247] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[62/247] Compiling RxSwift ObservableConvertibleType.swift
[63/247] Compiling RxSwift ObservableType+Extensions.swift
[64/247] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[65/247] Compiling RxSwift ObservableType.swift
[66/247] Compiling RxSwift ObserveOn.swift
[67/247] Compiling RxSwift ObserverBase.swift
[68/247] Compiling RxSwift ObserverType.swift
[69/247] Compiling RxSwift OperationQueueScheduler.swift
[70/247] Compiling RxSwift Optional.swift
[71/247] Compiling RxSwift Platform.Darwin.swift
[72/247] Compiling RxSwift Platform.Linux.swift
[73/247] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[74/247] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[75/247] Compiling RxSwift PrimitiveSequence.swift
[76/247] Compiling RxSwift PriorityQueue.swift
[77/247] Compiling RxSwift Producer.swift
[78/247] Compiling RxSwift PublishSubject.swift
[79/247] Compiling RxSwift Queue.swift
[80/247] Compiling RxSwift Range.swift
[81/247] Compiling RxSwift Reactive.swift
[82/247] Compiling RxSwift RecursiveLock.swift
[83/247] Compiling RxSwift RecursiveScheduler.swift
[84/247] Compiling RxSwift Reduce.swift
[85/247] Compiling RxSwift RefCountDisposable.swift
[86/247] Compiling RxSwift Repeat.swift
[87/247] Compiling RxSwift ReplaySubject.swift
[88/247] Compiling RxSwift RetryWhen.swift
[89/247] Compiling RxSwift Rx.swift
[90/247] Compiling RxSwift RxMutableBox.swift
[91/247] Compiling RxSwift Sample.swift
[92/247] Compiling RxSwift Scan.swift
[93/247] Compiling RxSwift ScheduledDisposable.swift
[94/247] Compiling RxSwift ScheduledItem.swift
[95/247] Compiling RxSwift ScheduledItemType.swift
[96/247] Compiling RxSwift SchedulerServices+Emulation.swift
[97/247] Compiling RxSwift DispatchQueueConfiguration.swift
[98/247] Compiling RxSwift Disposable.swift
[99/247] Compiling RxSwift Disposables.swift
[100/247] Compiling RxSwift DisposeBag.swift
[101/247] Compiling RxSwift DisposeBase.swift
[102/247] Compiling RxSwift DistinctUntilChanged.swift
[103/247] Compiling RxSwift Do.swift
[104/247] Compiling RxSwift ElementAt.swift
[105/247] Compiling RxSwift Empty.swift
[106/247] Compiling RxSwift Enumerated.swift
[107/247] Compiling RxSwift Error.swift
[108/247] Compiling RxSwift Errors.swift
[109/247] Compiling RxSwift Event.swift
[110/247] Compiling RxSwift Filter.swift
[111/247] Compiling RxSwift First.swift
[112/247] Compiling RxSwift Generate.swift
[113/247] Compiling RxSwift GroupBy.swift
[114/247] Compiling RxSwift GroupedObservable.swift
[115/247] Compiling RxSwift HistoricalScheduler.swift
[116/247] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[117/247] Compiling RxSwift ImmediateSchedulerType.swift
[118/247] Compiling OrderedCollections OrderedDictionary+Codable.swift
[119/247] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[120/247] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[121/247] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[122/247] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[123/247] Compiling OrderedCollections OrderedDictionary+Elements.swift
[124/247] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[125/247] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[126/247] Compiling OrderedCollections _HashTable+Bucket.swift
[127/247] Compiling OrderedCollections _HashTable+BucketIterator.swift
[128/247] Compiling OrderedCollections _HashTable+Constants.swift
[129/247] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[130/247] Compiling OrderedCollections _HashTable+Testing.swift
[131/247] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[132/247] Compiling OrderedCollections _HashTable.swift
[133/247] Compiling OrderedCollections _Hashtable+Header.swift
[142/247] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[143/247] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[144/247] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[145/247] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[146/247] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[147/247] Compiling OrderedCollections OrderedDictionary.swift
[148/247] Compiling OrderedCollections OrderedSet+Codable.swift
[149/247] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[150/247] Compiling OrderedCollections OrderedSet+Descriptions.swift
[151/247] Compiling OrderedCollections OrderedSet+Diffing.swift
[152/247] Compiling OrderedCollections OrderedSet+Equatable.swift
[153/247] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[154/247] Compiling OrderedCollections OrderedSet+Hashable.swift
[160/247] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[161/247] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[162/247] Compiling OrderedCollections OrderedDictionary+Values.swift
[163/247] Compiling OrderedCollections OrderedSet+Initializers.swift
[164/247] Compiling OrderedCollections OrderedSet+Insertions.swift
[165/247] Compiling OrderedCollections OrderedSet+Invariants.swift
[166/247] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[167/247] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[168/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/247] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[179/247] Compiling OrderedCollections OrderedSet+Sendable.swift
[180/247] Compiling OrderedCollections OrderedSet+SubSequence.swift
[181/247] Compiling OrderedCollections OrderedSet+Testing.swift
[182/247] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[183/247] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[184/247] Compiling OrderedCollections OrderedSet.swift
[185/247] Compiling OrderedCollections _UnsafeBitset.swift
[186/247] Emitting module OrderedCollections
[206/248] Compiling RxSwift Multicast.swift
[229/248] Compiling RxSwift SynchronizedOnType.swift
[230/248] Compiling RxSwift SynchronizedUnsubscribeType.swift
[231/248] Compiling RxSwift TailRecursiveSink.swift
[232/248] Compiling RxSwift Take.swift
[233/248] Compiling RxSwift TakeLast.swift
[234/248] Compiling RxSwift TakeWithPredicate.swift
[235/248] Compiling RxSwift Throttle.swift
[236/248] Compiling RxSwift Timeout.swift
[237/248] Compiling RxSwift Timer.swift
[238/248] Compiling RxSwift ToArray.swift
[239/248] Compiling RxSwift Using.swift
[240/248] Compiling RxSwift VirtualTimeConverterType.swift
[241/248] Compiling RxSwift VirtualTimeScheduler.swift
[242/248] Compiling RxSwift Window.swift
[243/248] Compiling RxSwift WithLatestFrom.swift
[244/248] Compiling RxSwift WithUnretained.swift
[245/248] Compiling RxSwift Zip+Collection.swift
[246/248] Compiling RxSwift Zip+arity.swift
[247/248] Compiling RxSwift Zip.swift
[248/248] Compiling RxSwift resource_bundle_accessor.swift
[250/255] 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 |
[251/255] 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 |
[252/255] 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 |
[253/255] 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 |
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