Build Information
Successful build of SwiftMRP, reference main (7cab55
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 03:49:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PADL/SwiftMRP.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PADL/SwiftMRP
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7cab55c update JoinTime/LeaveTIme to MILAN spec
Cloned https://github.com/PADL/SwiftMRP.git
Revision (git rev-parse @):
7cab55c8cf1d1ec4f03043a2712f6951c8c088c1
SUCCESS checkout https://github.com/PADL/SwiftMRP.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PADL/SwiftMRP.git
https://github.com/PADL/SwiftMRP.git
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "socketaddress",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/SocketAddress"
},
{
"identity" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lhoward/AsyncExtensions"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle"
}
],
"manifest_display_name" : "SwiftMRP",
"name" : "SwiftMRP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MRP",
"targets" : [
"MRP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PMC",
"module_type" : "SwiftTarget",
"name" : "PMC",
"path" : "Sources/PMC",
"product_dependencies" : [
"AsyncExtensions",
"SocketAddress",
"AsyncAlgorithms",
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"PTPManagementClient.swift",
"PTPManagementTypes.swift",
"PTPTypes.swift",
"Task+Timeout.swift"
],
"target_dependencies" : [
"IEEE802"
],
"type" : "library"
},
{
"c99name" : "MRPTests",
"module_type" : "SwiftTarget",
"name" : "MRPTests",
"path" : "Tests/MRPTests",
"sources" : [
"MRPTests.swift"
],
"target_dependencies" : [
"MRP"
],
"type" : "test"
},
{
"c99name" : "MRP",
"module_type" : "SwiftTarget",
"name" : "MRP",
"path" : "Sources/MRP",
"product_dependencies" : [
"AsyncExtensions",
"SocketAddress",
"Algorithms",
"AsyncAlgorithms",
"Logging",
"ServiceLifecycle",
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"Applications/MMRP/MMRPApplication.swift",
"Applications/MMRP/MMRPAttributes.swift",
"Applications/MSRP/CBSParams.swift",
"Applications/MSRP/MSRPApplication.swift",
"Applications/MSRP/MSRPAttributes.swift",
"Applications/MSRP/MSRPTypes.swift",
"Applications/MVRP/MVRPApplication.swift",
"Applications/MVRP/MVRPAttributes.swift",
"Base/Error.swift",
"Base/Event.swift",
"Base/MRPController.swift",
"Base/PDU.swift",
"Base/Timer.swift",
"Base/Types.swift",
"Base/Utility.swift",
"Base/VLAN.swift",
"Base/Value.swift",
"Model/Applicant.swift",
"Model/Application.swift",
"Model/AttributeValue.swift",
"Model/BaseApplication.swift",
"Model/Bridge.swift",
"Model/LeaveAll.swift",
"Model/Participant.swift",
"Model/Port.swift",
"Model/Registrar.swift",
"Platform/LinuxPlatform.swift"
],
"target_dependencies" : [
"IEEE802",
"PMC"
],
"type" : "library"
},
{
"c99name" : "IEEE802",
"module_type" : "SwiftTarget",
"name" : "IEEE802",
"path" : "Sources/IEEE802",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"EUI48.swift",
"IEEE802Packet.swift",
"SerDes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/27] Write sources
[23/27] Compiling CSystem shims.c
[24/27] Compiling _NumericsShims _NumericsShims.c
[25/27] Write swift-version-2F0A5646E1D333AE.txt
[26/27] Compiling _AtomicsShims.c
[28/110] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[29/110] Compiling RealModule Float80+Real.swift
[30/112] Emitting module InternalCollectionsUtilities
[31/112] Compiling Atomics ManagedAtomic.swift
[32/112] Compiling Atomics ManagedAtomicLazyReference.swift
[33/112] Emitting module RealModule
[34/112] Compiling RealModule AlgebraicField.swift
[35/112] Compiling Atomics PointerConformances.swift
[36/112] Compiling Atomics Primitives.native.swift
[37/112] Compiling RealModule ApproximateEquality.swift
[38/112] Compiling RealModule AugmentedArithmetic.swift
[39/112] Compiling RealModule Double+Real.swift
[40/112] Compiling RealModule Float16+Real.swift
[41/112] Compiling RealModule Real.swift
[42/112] Compiling Atomics AtomicMemoryOrderings.swift
[43/112] Compiling Atomics DoubleWord.swift
[44/112] Compiling Atomics UnsafeAtomic.swift
[45/112] Compiling Atomics UnsafeAtomicLazyReference.swift
[46/112] Compiling RealModule ElementaryFunctions.swift
[47/112] Compiling RealModule Float+Real.swift
[48/112] Compiling RealModule RealFunctions.swift
[49/112] Compiling Atomics AtomicOptionalWrappable.swift
[50/112] Compiling Atomics AtomicReference.swift
[51/112] Compiling Atomics AtomicStorage.swift
[52/112] Compiling Atomics AtomicValue.swift
[61/114] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[62/140] Compiling Algorithms RandomSample.swift
[63/140] Compiling Algorithms Reductions.swift
[64/140] Compiling Algorithms EitherSequence.swift
[65/140] Compiling Algorithms FirstNonNil.swift
[66/140] Compiling Algorithms FlattenCollection.swift
[67/140] Compiling Algorithms Grouped.swift
[68/140] Compiling Algorithms Suffix.swift
[69/140] Compiling Algorithms Trim.swift
[70/142] Compiling Algorithms Compacted.swift
[71/142] Compiling Algorithms Cycle.swift
[74/142] Compiling Algorithms MinMax.swift
[75/142] Compiling Algorithms Partition.swift
[76/142] Compiling Algorithms Permutations.swift
[77/142] Compiling Algorithms Product.swift
[80/369] Compiling DequeModule _DequeSlot.swift
[81/369] Compiling DequeModule _DequeBufferHeader.swift
[82/369] Compiling DequeModule _DequeBuffer.swift
[83/370] Compiling HashTreeCollections _HashNode+Structural filter.swift
[84/370] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[85/370] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[86/370] Compiling HashTreeCollections TreeSet+Equatable.swift
[87/370] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[88/370] Compiling HashTreeCollections TreeSet+Extras.swift
[89/373] Compiling Logging MetadataProvider.swift
[90/373] Compiling HashTreeCollections TreeSet+Filter.swift
[91/373] Compiling HashTreeCollections TreeSet+Hashable.swift
[92/373] Compiling HashTreeCollections TreeSet+Sendable.swift
[93/373] Compiling HashTreeCollections TreeDictionary+Values.swift
[94/373] Compiling HashTreeCollections TreeDictionary.swift
[95/373] Compiling HashTreeCollections TreeSet+Codable.swift
[96/373] Compiling HashTreeCollections TreeSet+Sequence.swift
[97/373] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[98/373] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[99/373] Compiling HeapModule _HeapNode.swift
[100/373] Compiling HeapModule Heap.swift
[101/373] Compiling HeapModule Heap+UnsafeHandle.swift
[102/373] Compiling HeapModule Heap+Invariants.swift
[103/373] Compiling Logging Locks.swift
[104/373] Emitting module Logging
[105/373] Compiling Logging Logging.swift
[106/373] Compiling Logging LogHandler.swift
[107/373] Emitting module Atomics
[108/373] Compiling HeapModule Heap+Descriptions.swift
[109/373] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[110/373] Emitting module HeapModule
[111/373] Compiling HashTreeCollections _AncestorHashSlots.swift
[112/373] Compiling HashTreeCollections _Bitmap.swift
[113/373] Emitting module SystemPackage
[114/373] Compiling ConcurrencyHelpers Lock.swift
[115/373] Compiling ConcurrencyHelpers LockedValueBox.swift
[116/373] Emitting module ConcurrencyHelpers
[117/428] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[118/428] Compiling BitCollections BitArray+Extras.swift
[119/428] Compiling BitCollections BitArray+Fill.swift
[120/431] Compiling DequeModule _UnsafeWrappedBuffer.swift
[121/431] Compiling BitCollections BitArray+Hashable.swift
[122/431] Compiling BitCollections BitArray+Initializers.swift
[123/431] Compiling BitCollections BitArray+Invariants.swift
[124/431] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[125/431] Compiling BitCollections BitArray+RandomBits.swift
[126/431] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[127/431] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[128/431] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[131/431] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[132/431] Compiling BitCollections BitArray+Shifts.swift
[133/431] Compiling BitCollections BitArray+Testing.swift
[134/431] Compiling BitCollections BitArray._UnsafeHandle.swift
[135/431] Compiling BitCollections BitArray.swift
[138/431] Compiling BitCollections BitSet+BidirectionalCollection.swift
[139/431] Compiling BitCollections BitSet+Codable.swift
[140/431] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[142/431] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[143/431] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[144/431] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[145/431] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[146/431] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[147/431] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[148/431] Compiling BitCollections BitSet+Initializers.swift
[149/431] Compiling BitCollections BitSet+Invariants.swift
[150/431] Compiling BitCollections BitSet+Random.swift
[151/431] Compiling BitCollections BitSet+SetAlgebra basics.swift
[152/431] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[153/431] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[154/431] Compiling BitCollections BitSet+CustomReflectable.swift
[155/431] Compiling BitCollections BitSet+CustomStringConvertible.swift
[156/431] Compiling BitCollections BitSet+Equatable.swift
[157/431] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[158/431] Compiling BitCollections BitSet+Extras.swift
[159/431] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[163/437] Compiling BitCollections BitArray+Descriptions.swift
[164/437] Compiling BitCollections BitArray+Equatable.swift
[176/437] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[177/437] Compiling BitCollections BitSet+SetAlgebra union.swift
[178/437] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[179/437] Compiling BitCollections BitSet.Counted.swift
[180/437] Compiling BitCollections BitSet.Index.swift
[181/437] Compiling BitCollections BitSet._UnsafeHandle.swift
[198/442] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[199/442] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[200/442] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[207/442] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[208/442] Compiling BitCollections BitArray+Codable.swift
[209/442] Compiling BitCollections BitArray+Collection.swift
[210/442] Compiling BitCollections BitArray+Copy.swift
[211/442] Compiling BitCollections BitArray+CustomReflectable.swift
[212/442] Compiling BitCollections BitSet+Hashable.swift
[218/442] Compiling BitCollections BitArray+BitwiseOperations.swift
[231/442] Emitting module DequeModule
[232/449] Emitting module BitCollections
[243/449] Compiling UnixSignals UnixSignal.swift
[244/449] Compiling HashTreeCollections _RawHashNode.swift
[246/449] Compiling HashTreeCollections _UnmanagedHashNode.swift
[248/449] Compiling HashTreeCollections _UnsafePath.swift
[252/449] Compiling HashTreeCollections TreeDictionary+Codable.swift
[254/449] Compiling HashTreeCollections TreeDictionary+Collection.swift
[255/449] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[256/449] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[257/449] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[258/449] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[259/457] Compiling BitCollections BitSet.swift
[260/457] Compiling BitCollections Range+Utilities.swift
[261/457] Compiling BitCollections Slice+Utilities.swift
[262/457] Compiling BitCollections UInt+Tricks.swift
[263/457] Compiling BitCollections _Word.swift
[264/457] Emitting module UnixSignals
[265/457] Compiling UnixSignals UnixSignalsSequence.swift
[304/457] Compiling OrderedCollections OrderedSet.swift
[305/457] Compiling OrderedCollections _UnsafeBitset.swift
[306/457] Compiling HashTreeCollections _HashNode.swift
[307/457] Compiling HashTreeCollections _HashNodeHeader.swift
[308/457] Compiling HashTreeCollections _HashSlot.swift
[309/457] Compiling HashTreeCollections _HashStack.swift
[310/457] Compiling HashTreeCollections _HashTreeIterator.swift
[311/457] Compiling HashTreeCollections _HashTreeStatistics.swift
[312/457] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[366/464] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/464] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/464] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/464] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/464] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/464] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/464] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/464] Compiling HashTreeCollections TreeSet.swift
[374/464] Emitting module OrderedCollections
[375/485] Emitting module Algorithms
[376/510] Emitting module _RopeModule
[377/510] Compiling AsyncAlgorithms MergeStateMachine.swift
[378/510] Compiling AsyncAlgorithms MergeStorage.swift
[379/510] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[380/510] Compiling AsyncAlgorithms Rethrow.swift
[381/510] Compiling AsyncAlgorithms SetAlgebra.swift
[382/510] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[383/510] Compiling AsyncAlgorithms CombineLatestStorage.swift
[384/510] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[385/510] Compiling AsyncAlgorithms DebounceStateMachine.swift
[386/510] Compiling AsyncAlgorithms DebounceStorage.swift
[387/510] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[388/510] Compiling AsyncAlgorithms ChannelStateMachine.swift
[389/510] Compiling AsyncAlgorithms ChannelStorage.swift
[390/510] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[391/510] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[392/510] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[393/510] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[394/510] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[395/510] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[396/510] Compiling AsyncAlgorithms AsyncChannel.swift
[403/510] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[404/510] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[405/510] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[406/510] Compiling AsyncAlgorithms Dictionary.swift
[407/510] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[408/510] Compiling AsyncAlgorithms Locking.swift
[409/510] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[410/510] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[411/510] Compiling _RopeModule Rope+Remove.swift
[412/510] Compiling _RopeModule Rope+RemoveSubrange.swift
[413/510] Compiling _RopeModule Rope+Split.swift
[414/510] Compiling _RopeModule Optional Utilities.swift
[415/510] Compiling _RopeModule String Utilities.swift
[416/510] Compiling _RopeModule String.Index+ABI.swift
[417/510] Compiling _RopeModule _CharacterRecognizer.swift
[426/510] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[427/510] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[428/510] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[429/510] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[430/510] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[431/510] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[432/510] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[441/510] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[442/510] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[457/510] Compiling SocketAddress Utils.swift
[458/510] Emitting module HashTreeCollections
[459/510] Emitting module AsyncAlgorithms
[460/515] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[461/515] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[462/515] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[463/515] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[464/515] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[475/515] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[476/515] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[477/515] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[485/517] Compiling Collections Collections.swift
[486/517] Emitting module Collections
[487/550] Emitting module SocketAddress
[488/550] Compiling SocketAddress SocketAddress.swift
[489/550] Compiling AsyncAlgorithms UnsafeTransfer.swift
[490/550] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[491/550] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[492/550] Compiling AsyncAlgorithms ZipStateMachine.swift
[493/550] Compiling AsyncAlgorithms ZipStorage.swift
[494/550] Compiling AsyncExtensions AsyncThrowingPassthroughSubject.swift
[495/550] Compiling AsyncExtensions AsyncFailSequence.swift
[496/550] Compiling AsyncExtensions AsyncJustSequence.swift
[497/550] Compiling AsyncExtensions AsyncStream+Pipe.swift
[498/550] Compiling AsyncExtensions AsyncThrowingJustSequence.swift
[499/550] Compiling AsyncExtensions AsyncPrependSequence.swift
[500/550] Compiling AsyncExtensions AsyncScanSequence.swift
[504/550] Compiling AsyncExtensions AsyncThrowingReplaySubject.swift
[505/550] Compiling AsyncExtensions Streamed.swift
[506/550] Compiling AsyncExtensions AsyncMergeSequence.swift
[507/550] Compiling AsyncExtensions MergeStateMachine.swift
[508/550] Compiling AsyncExtensions AsyncMulticastSequence.swift
[509/550] Compiling AsyncExtensions AsyncSequence+Share.swift
[510/550] Compiling AsyncExtensions AsyncSwitchToLatestSequence.swift
[511/550] Compiling AsyncExtensions AsyncReplaySubject.swift
[512/550] Compiling AsyncExtensions AsyncSubject.swift
[513/550] Compiling AsyncExtensions AsyncThrowingCurrentValueSubject.swift
[514/559] Emitting module IEEE802
[515/559] Compiling IEEE802 SerDes.swift
[516/559] Compiling IEEE802 IEEE802Packet.swift
[517/559] Compiling IEEE802 EUI48.swift
[518/559] Emitting module ServiceLifecycle
[519/559] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[520/559] Compiling ServiceLifecycle GracefulShutdown.swift
[521/559] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[522/559] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[523/559] Compiling ServiceLifecycle ServiceRunnerError.swift
[524/559] Compiling ServiceLifecycle CancellationWaiter.swift
[525/559] Compiling ServiceLifecycle Service.swift
[526/559] Compiling ServiceLifecycle ServiceGroup.swift
[527/559] Compiling AsyncExtensions AsyncSequence+Assign.swift
[528/559] Compiling AsyncExtensions AsyncSequence+Collect.swift
[529/559] Compiling AsyncExtensions AsyncSequence+EraseToAnyAsyncSequence.swift
[533/562] Emitting module AsyncExtensions
[534/562] Compiling AsyncExtensions Locking.swift
[535/562] Compiling AsyncExtensions Regulator.swift
[536/562] Compiling AsyncExtensions Result+ErrorMechanism.swift
[537/562] Compiling AsyncExtensions AsyncBufferedChannel.swift
[538/562] Compiling AsyncExtensions AsyncThrowingBufferedChannel.swift
[539/562] Compiling AsyncExtensions AsyncCurrentValueSubject.swift
[540/562] Compiling AsyncExtensions AsyncPassthroughSubject.swift
[545/562] Compiling AsyncExtensions AsyncSequence+FlatMapLatest.swift
[556/562] Compiling AsyncExtensions AsyncWithLatestFrom2Sequence.swift
[557/562] Compiling AsyncExtensions AsyncWithLatestFromSequence.swift
[558/562] Compiling AsyncExtensions Termination.swift
[559/562] Compiling AsyncExtensions AsyncEmptySequence.swift
[560/562] Compiling AsyncExtensions AsyncTimerSequence.swift
[561/562] Compiling AsyncExtensions AsyncHandleEventsSequence.swift
[562/562] Compiling AsyncExtensions AsyncMapToResultSequence.swift
[563/567] Compiling PMC Task+Timeout.swift
[564/567] Compiling PMC PTPTypes.swift
[565/567] Compiling PMC PTPManagementClient.swift
[566/567] Compiling PMC PTPManagementTypes.swift
[567/567] Emitting module PMC
[568/593] Compiling MRP Bridge.swift
[569/593] Compiling MRP LeaveAll.swift
[570/593] Compiling MRP VLAN.swift
[571/593] Compiling MRP Value.swift
[572/593] Compiling MRP Applicant.swift
[573/595] Emitting module MRP
[574/595] Compiling MRP MVRPApplication.swift
[575/595] Compiling MRP MVRPAttributes.swift
[576/595] Compiling MRP Error.swift
[577/595] Compiling MRP Registrar.swift
[578/595] Compiling MRP LinuxPlatform.swift
[579/595] Compiling MRP MMRPApplication.swift
[580/595] Compiling MRP MMRPAttributes.swift
[581/595] Compiling MRP CBSParams.swift
[582/595] Compiling MRP Application.swift
[583/595] Compiling MRP AttributeValue.swift
[584/595] Compiling MRP BaseApplication.swift
[585/595] Compiling MRP Participant.swift
[586/595] Compiling MRP Port.swift
[587/595] Compiling MRP Event.swift
[588/595] Compiling MRP MRPController.swift
[589/595] Compiling MRP PDU.swift
[590/595] Compiling MRP Timer.swift
[591/595] Compiling MRP Types.swift
[592/595] Compiling MRP Utility.swift
[593/595] Compiling MRP MSRPApplication.swift
[594/595] Compiling MRP MSRPAttributes.swift
[595/595] Compiling MRP MSRPTypes.swift
Build complete! (28.94s)
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/PADL/SocketAddress
Fetching https://github.com/lhoward/AsyncExtensions
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-log from cache
Fetching https://github.com/apple/swift-system from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/68] Fetching socketaddress
[69/2462] Fetching socketaddress, swift-service-lifecycle
[189/3144] Fetching socketaddress, swift-service-lifecycle, asyncextensions
Fetched https://github.com/apple/swift-argument-parser from cache (0.75s)
Fetched https://github.com/apple/swift-log from cache (0.75s)
Fetched https://github.com/apple/swift-system from cache (0.76s)
Fetching https://github.com/apple/swift-async-algorithms
Fetched https://github.com/lhoward/AsyncExtensions from cache (0.86s)
[1696/2462] Fetching socketaddress, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.95s)
Fetched https://github.com/PADL/SocketAddress from cache (0.95s)
Fetched https://github.com/apple/swift-algorithms from cache (0.95s)
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms from cache (0.98s)
Computing version for https://github.com/lhoward/AsyncExtensions
Computed https://github.com/lhoward/AsyncExtensions at 0.9.2 (2.27s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetched https://github.com/apple/swift-collections.git from cache (0.76s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.26s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.96s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.3 (0.94s)
Computing version for https://github.com/PADL/SocketAddress
Computed https://github.com/PADL/SocketAddress at 0.0.3 (0.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.58s)
Computing version for https://github.com/apple/swift-async-algorithms
Computed https://github.com/apple/swift-async-algorithms at 1.0.4 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.66s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.49s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.7.0 (0.48s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.7.0
Creating working copy for https://github.com/PADL/SocketAddress
Working copy of https://github.com/PADL/SocketAddress resolved at 0.0.3
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
Creating working copy for https://github.com/lhoward/AsyncExtensions
Working copy of https://github.com/lhoward/AsyncExtensions resolved at 0.9.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-async-algorithms
Working copy of https://github.com/apple/swift-async-algorithms resolved at 1.0.4
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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-async-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-async-algorithms"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log"
},
{
"identity" : "swift-algorithms",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-algorithms"
},
{
"identity" : "swift-system",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-system"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "socketaddress",
"requirement" : {
"range" : [
{
"lower_bound" : "0.0.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PADL/SocketAddress"
},
{
"identity" : "asyncextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "0.9.2",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/lhoward/AsyncExtensions"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.3.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle"
}
],
"manifest_display_name" : "SwiftMRP",
"name" : "SwiftMRP",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "MRP",
"targets" : [
"MRP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PMC",
"module_type" : "SwiftTarget",
"name" : "PMC",
"path" : "Sources/PMC",
"product_dependencies" : [
"AsyncExtensions",
"SocketAddress",
"AsyncAlgorithms",
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"PTPManagementClient.swift",
"PTPManagementTypes.swift",
"PTPTypes.swift",
"Task+Timeout.swift"
],
"target_dependencies" : [
"IEEE802"
],
"type" : "library"
},
{
"c99name" : "MRPTests",
"module_type" : "SwiftTarget",
"name" : "MRPTests",
"path" : "Tests/MRPTests",
"sources" : [
"MRPTests.swift"
],
"target_dependencies" : [
"MRP"
],
"type" : "test"
},
{
"c99name" : "MRP",
"module_type" : "SwiftTarget",
"name" : "MRP",
"path" : "Sources/MRP",
"product_dependencies" : [
"AsyncExtensions",
"SocketAddress",
"Algorithms",
"AsyncAlgorithms",
"Logging",
"ServiceLifecycle",
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"Applications/MMRP/MMRPApplication.swift",
"Applications/MMRP/MMRPAttributes.swift",
"Applications/MSRP/CBSParams.swift",
"Applications/MSRP/MSRPApplication.swift",
"Applications/MSRP/MSRPAttributes.swift",
"Applications/MSRP/MSRPTypes.swift",
"Applications/MVRP/MVRPApplication.swift",
"Applications/MVRP/MVRPAttributes.swift",
"Base/Error.swift",
"Base/Event.swift",
"Base/MRPController.swift",
"Base/PDU.swift",
"Base/Timer.swift",
"Base/Types.swift",
"Base/Utility.swift",
"Base/VLAN.swift",
"Base/Value.swift",
"Model/Applicant.swift",
"Model/Application.swift",
"Model/AttributeValue.swift",
"Model/BaseApplication.swift",
"Model/Bridge.swift",
"Model/LeaveAll.swift",
"Model/Participant.swift",
"Model/Port.swift",
"Model/Registrar.swift",
"Platform/LinuxPlatform.swift"
],
"target_dependencies" : [
"IEEE802",
"PMC"
],
"type" : "library"
},
{
"c99name" : "IEEE802",
"module_type" : "SwiftTarget",
"name" : "IEEE802",
"path" : "Sources/IEEE802",
"product_dependencies" : [
"SystemPackage"
],
"product_memberships" : [
"MRP"
],
"sources" : [
"EUI48.swift",
"IEEE802Packet.swift",
"SerDes.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.