This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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 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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/453jerry/NetDiagnosis.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/13871] Fetching swift-collections
[4302/65287] Fetching swift-collections, rxswift
Fetched https://github.com/apple/swift-collections.git from cache (4.04s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.17s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.7.1 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.71s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.7.1
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.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/166] Emitting module _CollectionsUtilities
[8/168] Emitting module RxSwift
[9/188] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[10/188] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[11/188] Compiling RxSwift BinaryDisposable.swift
[12/188] Compiling RxSwift Binder.swift
[13/188] Compiling RxSwift BooleanDisposable.swift
[14/188] Compiling RxSwift AtomicInt.swift
[15/188] Compiling RxSwift Bag+Rx.swift
[16/188] Compiling RxSwift Bag.swift
[17/188] Compiling RxSwift BehaviorSubject.swift
[18/188] Compiling RxSwift AnonymousObserver.swift
[19/188] Compiling RxSwift AnyObserver.swift
[20/188] Compiling RxSwift AsyncLock.swift
[21/188] Compiling RxSwift AsyncSubject.swift
[22/188] Compiling RxSwift AsMaybe.swift
[23/188] Compiling RxSwift AsSingle.swift
[24/188] Compiling RxSwift AddRef.swift
[25/188] Compiling RxSwift Amb.swift
[26/188] Compiling RxSwift AnonymousDisposable.swift
[28/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[29/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[30/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[31/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/244] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[38/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[39/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[40/251] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[41/251] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[42/251] Compiling OrderedCollections OrderedSet+Initializers.swift
[43/251] Compiling OrderedCollections OrderedSet+Insertions.swift
[44/251] Compiling OrderedCollections OrderedSet+Invariants.swift
[45/251] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[46/251] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[47/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[48/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[49/251] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[50/251] Compiling OrderedCollections OrderedDictionary.swift
[51/251] Compiling OrderedCollections OrderedSet+Codable.swift
[52/251] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[53/251] Compiling OrderedCollections OrderedSet+Descriptions.swift
[54/251] Compiling OrderedCollections OrderedSet+Diffing.swift
[55/251] Compiling OrderedCollections OrderedSet+Equatable.swift
[56/251] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[57/251] Compiling OrderedCollections OrderedSet+Hashable.swift
[58/251] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[59/251] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[60/251] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[61/251] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[62/251] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[63/251] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[64/251] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[65/251] Compiling OrderedCollections OrderedDictionary+Values.swift
[66/251] Compiling OrderedCollections OrderedDictionary+Codable.swift
[67/251] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[68/251] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[69/251] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[70/251] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[71/251] Compiling OrderedCollections OrderedDictionary+Elements.swift
[72/251] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[73/251] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[87/251] Compiling OrderedCollections OrderedSet+Sendable.swift
[88/251] Compiling OrderedCollections OrderedSet+SubSequence.swift
[89/251] Compiling OrderedCollections OrderedSet+Testing.swift
[90/251] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[91/251] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[92/251] Compiling OrderedCollections OrderedSet.swift
[93/251] Compiling OrderedCollections _UnsafeBitset.swift
[94/251] Compiling RxSwift DispatchQueue+Extensions.swift
[115/251] Compiling RxSwift PriorityQueue.swift
[116/251] Compiling RxSwift Producer.swift
[117/251] Compiling RxSwift PublishSubject.swift
[118/251] Compiling RxSwift Queue.swift
[119/251] Compiling RxSwift Range.swift
[120/251] Compiling RxSwift Reactive.swift
[121/251] Compiling RxSwift RecursiveLock.swift
[122/251] Compiling RxSwift RecursiveScheduler.swift
[123/251] Compiling RxSwift Reduce.swift
[124/251] Compiling RxSwift RefCountDisposable.swift
[125/251] Compiling RxSwift Repeat.swift
[126/251] Compiling RxSwift ReplaySubject.swift
[127/251] Compiling RxSwift RetryWhen.swift
[128/251] Compiling RxSwift Rx.swift
[129/251] Compiling RxSwift RxMutableBox.swift
[130/251] Compiling RxSwift Sample.swift
[131/251] Compiling RxSwift Scan.swift
[132/251] Compiling RxSwift ScheduledDisposable.swift
[133/251] Compiling RxSwift ScheduledItem.swift
[134/251] Compiling RxSwift ScheduledItemType.swift
[135/251] Compiling RxSwift ImmediateSchedulerType.swift
[136/251] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[137/251] Compiling RxSwift Infallible+CombineLatest+arity.swift
[138/251] Compiling RxSwift Infallible+Concurrency.swift
[139/251] Compiling RxSwift Infallible+Create.swift
[140/251] Compiling RxSwift Infallible+Debug.swift
[141/251] Compiling RxSwift Infallible+Operators.swift
[142/251] Compiling RxSwift Infallible+Zip+arity.swift
[143/251] Compiling RxSwift Infallible.swift
[144/251] Compiling RxSwift InfiniteSequence.swift
[145/251] Compiling RxSwift InvocableScheduledItem.swift
[146/251] Compiling RxSwift InvocableType.swift
[147/251] Compiling RxSwift Just.swift
[148/251] Compiling RxSwift Lock.swift
[149/251] Compiling RxSwift LockOwnerType.swift
[150/251] Compiling RxSwift MainScheduler.swift
[151/251] Compiling RxSwift Map.swift
[152/251] Compiling RxSwift Materialize.swift
[153/251] Compiling RxSwift Maybe.swift
[154/251] Compiling RxSwift Merge.swift
[155/251] Compiling RxSwift DispatchQueueConfiguration.swift
[156/251] Compiling RxSwift Disposable.swift
[157/251] Compiling RxSwift Disposables.swift
[158/251] Compiling RxSwift DisposeBag.swift
[159/251] Compiling RxSwift DisposeBase.swift
[160/251] Compiling RxSwift DistinctUntilChanged.swift
[161/251] Compiling RxSwift Do.swift
[162/251] Compiling RxSwift ElementAt.swift
[163/251] Compiling RxSwift Empty.swift
[164/251] Compiling RxSwift Enumerated.swift
[165/251] Compiling RxSwift Error.swift
[166/251] Compiling RxSwift Errors.swift
[167/251] Compiling RxSwift Event.swift
[168/251] Compiling RxSwift Filter.swift
[169/251] Compiling RxSwift First.swift
[170/251] Compiling RxSwift Generate.swift
[171/251] Compiling RxSwift GroupBy.swift
[172/251] Compiling RxSwift GroupedObservable.swift
[173/251] Compiling RxSwift HistoricalScheduler.swift
[174/251] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[175/251] Compiling RxSwift SchedulerServices+Emulation.swift
[176/251] Compiling RxSwift SchedulerType.swift
[177/251] Compiling RxSwift Sequence.swift
[178/251] Compiling RxSwift SerialDispatchQueueScheduler.swift
[179/251] Compiling RxSwift SerialDisposable.swift
[180/251] Compiling RxSwift ShareReplayScope.swift
[181/251] Compiling RxSwift Single.swift
[182/251] Compiling RxSwift SingleAssignmentDisposable.swift
[183/251] Compiling RxSwift SingleAsync.swift
[184/251] Compiling RxSwift Sink.swift
[185/251] Compiling RxSwift Skip.swift
[186/251] Compiling RxSwift SkipUntil.swift
[187/251] Compiling RxSwift SkipWhile.swift
[188/251] Compiling RxSwift StartWith.swift
[189/251] Compiling RxSwift SubjectType.swift
[190/251] Compiling RxSwift SubscribeOn.swift
[191/251] Compiling RxSwift SubscriptionDisposable.swift
[192/251] Compiling RxSwift SwiftSupport.swift
[193/251] Compiling RxSwift Switch.swift
[194/251] Compiling RxSwift SwitchIfEmpty.swift
[195/251] Compiling OrderedCollections _HashTable+Bucket.swift
[196/251] Compiling OrderedCollections _HashTable+BucketIterator.swift
[197/251] Compiling OrderedCollections _HashTable+Constants.swift
[198/251] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[200/251] Compiling OrderedCollections _HashTable+Testing.swift
[202/251] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[204/251] Compiling OrderedCollections _HashTable.swift
[206/251] Compiling OrderedCollections _Hashtable+Header.swift
[231/251] Emitting module OrderedCollections
[233/258] 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 |
[234/258] 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 |
[235/258] 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 |
[236/258] 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/258] Compiling RxSwift SynchronizedDisposeType.swift
[238/258] Compiling RxSwift SynchronizedOnType.swift
[239/258] Compiling RxSwift SynchronizedUnsubscribeType.swift
[240/258] Compiling RxSwift TailRecursiveSink.swift
[241/258] Compiling RxSwift Take.swift
[242/258] Compiling RxSwift TakeLast.swift
[243/258] Compiling RxSwift TakeWithPredicate.swift
[244/258] Compiling RxSwift Throttle.swift
[245/258] Compiling RxSwift Timeout.swift
[246/258] Compiling RxSwift Timer.swift
[247/258] Compiling RxSwift ToArray.swift
[248/258] Compiling RxSwift Using.swift
[249/258] Compiling RxSwift VirtualTimeConverterType.swift
[250/258] Compiling RxSwift VirtualTimeScheduler.swift
[251/258] Compiling RxSwift Window.swift
[252/258] Compiling RxSwift WithLatestFrom.swift
[253/258] Compiling RxSwift WithUnretained.swift
[254/258] Compiling RxSwift Zip+Collection.swift
[255/258] Compiling RxSwift Zip+arity.swift
[256/258] Compiling RxSwift Zip.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[258/259] 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 |
[259/259] 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.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.