Build Information
Failed to build NetworkScanner with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.43.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wadetregaskis/NetworkScanner.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wadetregaskis/NetworkScanner
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 03125f5 Explicitly marked `Delegate` as `Sendable` because with the 5.10 compiler it complains otherwise.
Cloned https://github.com/wadetregaskis/NetworkScanner.git
Revision (git rev-parse @):
03125f57736a9467fa8a2b4c982422e69d3007d9
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/wadetregaskis/NetworkScanner.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/wadetregaskis/NetworkScanner.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/37] Compiling InternalCollectionsUtilities Debugging.swift
[2/37] Compiling InternalCollectionsUtilities Descriptions.swift
[3/37] Compiling InternalCollectionsUtilities _SortedCollection.swift
[4/37] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[5/37] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[6/37] Compiling InternalCollectionsUtilities Specialize.swift
[7/37] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[9/38] Compiling InternalCollectionsUtilities UInt+reversed.swift
[10/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[11/38] Compiling InternalCollectionsUtilities Integer rank.swift
[12/38] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[13/38] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[14/38] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[15/38] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/38] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[17/38] Emitting module InternalCollectionsUtilities
[18/38] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[19/38] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[20/111] Compiling DequeModule _DequeBufferHeader.swift
[21/111] Compiling DequeModule _DequeSlot.swift
[22/112] Compiling OrderedCollections _HashTable.swift
[23/112] Compiling OrderedCollections OrderedDictionary+Elements.swift
[24/112] Compiling DequeModule _UnsafeWrappedBuffer.swift
[25/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[26/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[27/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[28/112] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[29/112] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[30/112] Compiling OrderedCollections OrderedSet+Sendable.swift
[31/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[32/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[33/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[34/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[35/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[36/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[37/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[38/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[39/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[40/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[41/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[42/112] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[43/118] Compiling Logging MetadataProvider.swift
[44/118] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[45/118] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[46/118] Compiling OrderedCollections _HashTable+Constants.swift
[47/118] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[48/118] Compiling OrderedCollections _HashTable+Bucket.swift
[49/118] Compiling OrderedCollections _HashTable+BucketIterator.swift
[50/118] Compiling OrderedCollections _HashTable+Testing.swift
[51/118] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[52/118] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[53/118] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[54/118] Compiling OrderedCollections _Hashtable+Header.swift
[55/118] Compiling OrderedCollections OrderedDictionary+Codable.swift
[62/118] Compiling OrderedCollections OrderedSet+Codable.swift
[63/118] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[64/118] Compiling OrderedCollections OrderedSet+Descriptions.swift
[65/118] Compiling OrderedCollections OrderedSet+Diffing.swift
[66/118] Compiling OrderedCollections OrderedSet+Equatable.swift
[67/118] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[68/118] Compiling OrderedCollections OrderedSet+Hashable.swift
[69/118] Compiling OrderedCollections OrderedSet+Initializers.swift
[70/118] Compiling OrderedCollections OrderedSet+Insertions.swift
[71/118] Compiling OrderedCollections OrderedSet+Invariants.swift
[72/118] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[73/118] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[74/118] Emitting module DequeModule
[76/118] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[77/118] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[78/118] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[79/118] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[80/118] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[81/118] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[82/118] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[83/118] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[84/118] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[85/118] Compiling OrderedCollections OrderedDictionary+Values.swift
[86/118] Compiling OrderedCollections OrderedDictionary.swift
[87/118] Compiling Logging Locks.swift
[88/118] Emitting module Logging
[89/118] Compiling Logging LogHandler.swift
[90/118] Compiling Logging Logging.swift
[98/118] Compiling OrderedCollections OrderedSet+SubSequence.swift
[99/118] Compiling OrderedCollections OrderedSet+Testing.swift
[100/118] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[101/118] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[102/118] Compiling OrderedCollections OrderedSet.swift
[103/118] Compiling OrderedCollections _UnsafeBitset.swift
[104/118] Emitting module OrderedCollections
[105/164] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[106/164] Compiling AsyncAlgorithms ChannelStateMachine.swift
[107/164] Compiling AsyncAlgorithms ChannelStorage.swift
[108/164] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[109/164] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[110/169] Compiling AsyncAlgorithms Dictionary.swift
[111/169] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[112/169] Compiling AsyncAlgorithms Locking.swift
[113/169] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[114/169] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[115/169] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[116/169] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[117/169] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[118/169] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[119/169] Compiling AsyncAlgorithms AsyncChannel.swift
[120/169] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[121/169] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[122/169] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[123/169] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[124/169] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[125/169] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[126/169] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[127/169] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[128/169] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[129/169] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[130/169] Compiling AsyncAlgorithms MergeStateMachine.swift
[131/169] Compiling AsyncAlgorithms MergeStorage.swift
[132/169] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[133/169] Compiling AsyncAlgorithms Rethrow.swift
[134/169] Compiling AsyncAlgorithms SetAlgebra.swift
[135/169] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[136/169] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[137/169] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[138/169] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[139/169] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[140/169] Compiling FoundationExtensions Locale.swift
[141/170] Compiling FoundationExtensions Date.swift
[142/170] Compiling FoundationExtensions Float.swift
[143/170] Compiling FoundationExtensions IteratorProtocol.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[146/170] Compiling FoundationExtensions Double.swift
[147/170] Compiling FoundationExtensions Optional.swift
[150/170] Emitting module FoundationExtensions
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:24:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:46:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:80:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:116:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:138:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:24:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:46:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:80:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:116:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:138:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:24:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:46:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:80:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:116:5: error: missing return in instance method expected to return 'Self'
}
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/FoundationExtensions/Sources/FoundationExtensions/Comparable.swift:138:5: error: missing return in instance method expected to return 'Self'
}
^
[153/170] Compiling FoundationExtensions StringProtocol.swift
[154/170] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[155/170] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[156/170] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[157/170] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[158/170] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[159/170] Emitting module AsyncAlgorithms
Fetching https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-log
[1/514] Fetching networkinterfaceinfo
[515/4880] Fetching networkinterfaceinfo, swift-async-algorithms
[603/8381] Fetching networkinterfaceinfo, swift-async-algorithms, swift-log
Fetched https://github.com/wadetregaskis/NetworkInterfaceInfo.git (1.79s)
Fetched https://github.com/apple/swift-log (1.79s)
Fetched https://github.com/apple/swift-async-algorithms.git (1.80s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.1 (0.53s)
Fetching https://github.com/apple/swift-collections.git
[1/14259] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git (1.78s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.1 (3.12s)
Computing version for https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Computed https://github.com/wadetregaskis/NetworkInterfaceInfo.git at 5.1.0 (0.50s)
Fetching https://github.com/wadetregaskis/FoundationExtensions.git
[1/353] Fetching foundationextensions
Fetched https://github.com/wadetregaskis/FoundationExtensions.git (0.75s)
Computing version for https://github.com/wadetregaskis/FoundationExtensions.git
Computed https://github.com/wadetregaskis/FoundationExtensions.git at 3.5.0 (0.51s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.5.4 (0.76s)
Creating working copy for https://github.com/wadetregaskis/FoundationExtensions.git
Working copy of https://github.com/wadetregaskis/FoundationExtensions.git resolved at 3.5.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.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.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.5.4
Creating working copy for https://github.com/wadetregaskis/NetworkInterfaceInfo.git
Working copy of https://github.com/wadetregaskis/NetworkInterfaceInfo.git resolved at 5.1.0
BUILD FAILURE 5.8 macosSpm