Build Information
Successful build of swift-osc-io-nio, reference main (c63bf1), with Swift 6.1 for macOS (SPM) on 1 May 2026 11:48:52 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/swift-osc-io-nio.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/swift-osc-io-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c63bf11 Set swift-osc-core dependency to 1.0.0
Cloned https://github.com/orchetect/swift-osc-io-nio.git
Revision (git rev-parse @):
c63bf11c93f56f98e701d5f5362d5b416e20c210
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/orchetect/swift-osc-io-nio.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/orchetect/swift-osc-io-nio.git
https://github.com/orchetect/swift-osc-io-nio.git
{
"dependencies" : [
{
"identity" : "swift-osc-core",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-osc-core"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-osc-io-nio",
"name" : "swift-osc-io-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftOSCIONIO",
"targets" : [
"SwiftOSCIONIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOSCIONIOTests",
"module_type" : "SwiftTarget",
"name" : "SwiftOSCIONIOTests",
"path" : "Tests/SwiftOSCIONIOTests",
"sources" : [
"SwiftOSCIONIOTests.swift"
],
"target_dependencies" : [
"SwiftOSCIONIO"
],
"type" : "test"
},
{
"c99name" : "SwiftOSCIONIO",
"module_type" : "SwiftTarget",
"name" : "SwiftOSCIONIO",
"path" : "Sources/SwiftOSCIONIO",
"product_dependencies" : [
"SwiftOSCCore",
"NIO"
],
"product_memberships" : [
"SwiftOSCIONIO"
],
"sources" : [
"SwiftOSCIONIO.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
Building for debugging...
[0/28] Write sources
[3/28] Copying PrivacyInfo.xcprivacy
[3/28] Write sources
[15/28] Compiling CNIOWindows WSAStartup.c
[15/28] Compiling CNIOWindows shim.c
[17/28] Write swift-version-2F0A5646E1D333AE.txt
[18/28] Write sources
[19/28] Compiling CNIOWASI CNIOWASI.c
[20/28] Compiling CNIOLinux liburing_shims.c
[21/28] Compiling CNIOOpenBSD shim.c
[21/28] Compiling CNIOLinux shim.c
[23/34] Compiling _AtomicsShims.c
[24/34] Compiling CNIOPosix event_loop_id.c
[25/102] Compiling CNIODarwin shim.c
[27/102] Compiling Atomics UnsafeAtomicLazyReference.swift
[28/102] Compiling Atomics IntegerOperations.swift
[29/103] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[30/103] Emitting module _NIOBase64
[31/103] Compiling _NIOBase64 Base64.swift
[32/103] Compiling Atomics ManagedAtomicLazyReference.swift
[33/103] Compiling Atomics UnsafeAtomic.swift
[34/103] Compiling Atomics DoubleWord.swift
[35/103] Compiling Atomics ManagedAtomic.swift
[40/104] Compiling Atomics OptionalRawRepresentable.swift
[41/104] Compiling Atomics RawRepresentable.swift
[42/104] Compiling Atomics AtomicReference.swift
[43/104] Compiling Atomics AtomicStorage.swift
[44/104] Compiling Atomics AtomicValue.swift
[45/104] Compiling Atomics AtomicMemoryOrderings.swift
[46/104] Compiling Atomics AtomicInteger.swift
[47/104] Compiling Atomics AtomicOptionalWrappable.swift
[48/104] Compiling Atomics PointerConformances.swift
[49/104] Compiling Atomics Primitives.native.swift
[50/104] Compiling Atomics AtomicBool.swift
[51/104] Compiling Atomics IntegerConformances.swift
[54/104] Emitting module InternalCollectionsUtilities
[61/104] Compiling Atomics Unmanaged extensions.swift
[62/104] Compiling _NIODataStructures _TinyArray.swift
[63/104] Compiling _NIODataStructures PriorityQueue.swift
[66/138] Compiling ContainersPreview Producer+Filter.swift
[67/138] Compiling ContainersPreview Producer+Map.swift
[68/138] Compiling ContainersPreview Producer+Reduce.swift
[69/138] Compiling ContainersPreview Drain+Reduce.swift
[70/138] Compiling ContainersPreview Drain.swift
[71/138] Compiling ContainersPreview Producer+Collect.swift
[72/138] Compiling ContainersPreview Producer.swift
[73/138] Compiling ContainersPreview Borrow.swift
[74/138] Compiling ContainersPreview Box.swift
[75/138] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[76/138] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[77/138] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[78/138] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[79/141] Emitting module ContainersPreview
[80/141] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[81/141] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[82/141] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[83/141] Compiling ContainersPreview BorrowingSequence.swift
[84/141] Compiling ContainersPreview RandomAccessContainer.swift
[85/141] Compiling ContainersPreview RangeExpression2.swift
[86/141] Compiling ContainersPreview RangeReplaceableContainer.swift
[87/141] Compiling ContainersPreview Drain+Map.swift
[88/141] Compiling ContainersPreview ContainerIterator.swift
[89/141] Compiling ContainersPreview DynamicContainer.swift
[90/141] Compiling ContainersPreview MutableContainer.swift
[91/141] Compiling ContainersPreview PermutableContainer.swift
[92/141] Compiling ContainersPreview BidirectionalContainer.swift
[93/141] Compiling ContainersPreview Container+Filter.swift
[94/141] Compiling ContainersPreview Container+SpanwiseZip.swift
[95/141] Compiling ContainersPreview Container.swift
[96/141] Compiling ContainersPreview OutputSpan+Extras.swift
[97/141] Compiling ContainersPreview TemporaryAllocation.swift
[98/141] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[99/141] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[100/141] Compiling ContainersPreview Inout.swift
[101/141] Compiling ContainersPreview InputSpan.swift
[102/141] Compiling ContainersPreview Shared.swift
[105/141] Emitting module Atomics
[108/141] Emitting module _NIODataStructures
[109/141] Compiling _NIODataStructures Heap.swift
[110/182] Compiling DequeModule RigidDeque+Consumption.swift
[111/182] Compiling DequeModule RigidDeque+Container.swift
[112/182] Compiling DequeModule RigidDeque+Descriptions.swift
[113/182] Compiling DequeModule RigidDeque+Equatable.swift
[114/182] Compiling DequeModule RigidDeque+Experimental.swift
[115/186] Compiling DequeModule UniqueDeque+Append.swift
[116/186] Compiling DequeModule UniqueDeque+Consumption.swift
[117/186] Compiling DequeModule UniqueDeque+Container.swift
[118/186] Compiling DequeModule UniqueDeque+Descriptions.swift
[119/186] Compiling DequeModule RigidDeque+Removals.swift
[120/186] Compiling DequeModule RigidDeque+Replacements.swift
[121/186] Compiling DequeModule RigidDeque+Testing.swift
[122/186] Compiling DequeModule RigidDeque.swift
[123/186] Compiling DequeModule RigidDeque+Hashable.swift
[124/186] Compiling DequeModule RigidDeque+Initializers.swift
[125/186] Compiling DequeModule RigidDeque+Insertions.swift
[126/186] Compiling DequeModule RigidDeque+Prepend.swift
[126/186] Compiling c-nioatomics.c
[128/186] Compiling DequeModule UniqueDeque+Equatable.swift
[129/186] Compiling DequeModule UniqueDeque+Experimental.swift
[130/186] Compiling DequeModule UniqueDeque+Hashable.swift
[131/186] Compiling DequeModule UniqueDeque+Initializers.swift
[132/186] Compiling DequeModule UniqueDeque+Insertions.swift
[133/186] Compiling DequeModule UniqueDeque+Prepend.swift
[134/186] Compiling DequeModule UniqueDeque+Removals.swift
[135/186] Compiling DequeModule UniqueDeque+Replacements.swift
[136/186] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[137/186] Compiling DequeModule Deque+Extras.swift
[138/186] Compiling DequeModule Deque+Hashable.swift
[139/186] Compiling DequeModule Deque+Testing.swift
[140/186] Compiling DequeModule Deque._Storage.swift
[141/186] Compiling DequeModule Deque._UnsafeHandle.swift
[142/186] Compiling DequeModule Deque.swift
[143/186] Compiling DequeModule _DequeBuffer.swift
[144/186] Compiling DequeModule _DequeBufferHeader.swift
[145/186] Compiling DequeModule RigidDeque+Append.swift
[146/186] Compiling DequeModule Deque+Codable.swift
[147/186] Compiling DequeModule Deque+Collection.swift
[148/186] Compiling DequeModule Deque+CustomReflectable.swift
[149/186] Compiling DequeModule Deque+Descriptions.swift
[150/186] Compiling DequeModule Deque+Equatable.swift
[150/186] Compiling c-atomics.c
[152/193] Compiling DequeModule UniqueDeque.swift
[153/193] Compiling DequeModule _DequeSlot.swift
[154/193] Compiling DequeModule _UnsafeDequeHandle.swift
[155/193] Compiling DequeModule _UnsafeDequeSegments.swift
[156/193] Emitting module DequeModule
[157/193] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[158/193] Emitting module NIOConcurrencyHelpers
[159/193] Compiling NIOConcurrencyHelpers lock.swift
[160/193] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[161/193] Compiling NIOConcurrencyHelpers NIOLock.swift
[162/193] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[163/193] Compiling NIOConcurrencyHelpers atomics.swift
[164/258] Compiling NIOCore IOData.swift
[165/258] Compiling NIOCore IPProtocol.swift
[166/258] Compiling NIOCore ByteBuffer-core.swift
[167/258] Compiling NIOCore IO.swift
[168/260] Emitting module SwiftDataParsing
[169/260] Compiling NIOCore ByteBuffer-hex.swift
[170/260] Compiling NIOCore ByteBuffer-int.swift
[171/260] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[172/260] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[173/260] Compiling NIOCore BSDSocketAPI.swift
[174/260] Compiling NIOCore CircularBuffer.swift
[175/260] Compiling NIOCore Codec.swift
[176/260] Compiling NIOCore NIOAsyncWriter.swift
[177/260] Compiling NIOCore ByteBuffer-aux.swift
[178/260] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[179/260] Compiling NIOCore ByteBuffer-conversions.swift
[180/260] Compiling NIOCore ByteBuffer-multi-int.swift
[181/260] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[182/260] Compiling NIOCore ByteBuffer-views.swift
[183/260] Compiling NIOCore Channel.swift
[184/260] Compiling NIOCore ChannelHandler.swift
[185/260] Compiling NIOCore ChannelHandlers.swift
[186/260] Compiling NIOCore ChannelInvoker.swift
[187/260] Compiling NIOCore ChannelOption.swift
[188/260] Compiling NIOCore ChannelPipeline.swift
[189/260] Compiling SwiftASCII CharacterSet Extensions.swift
[190/260] Compiling SwiftASCII ASCIIString.swift
[191/260] Emitting module SwiftASCII
[192/260] Compiling SwiftASCII ASCIICharacter.swift
[193/260] Compiling SwiftASCII String Extensions.swift
[194/260] Compiling SwiftDataParsing ByteOrder.swift
[195/260] Compiling SwiftDataParsing SignedIntegerEncoding.swift
[196/260] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[197/260] Compiling NIOCore NIOScheduledCallback.swift
[198/260] Compiling NIOCore NIOSendable.swift
[199/260] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[200/260] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[201/260] Compiling NIOCore RecvByteBufferAllocator.swift
[202/260] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[203/260] Compiling NIOCore MarkedCircularBuffer.swift
[204/260] Compiling NIOCore MulticastChannel.swift
[205/260] Compiling NIOCore NIOAny.swift
[206/260] Compiling NIOCore NIOCloseOnErrorHandler.swift
[207/260] Compiling NIOCore NIOCoreSendableMetatype.swift
[208/260] Compiling NIOCore NIODecodedAsyncSequence.swift
[209/260] Compiling NIOCore NIOLoopBound.swift
[210/260] Compiling NIOCore EventLoopFuture+Deprecated.swift
[211/260] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[212/260] Compiling NIOCore EventLoopFuture.swift
[213/260] Compiling NIOCore FileDescriptor.swift
[214/260] Compiling NIOCore FileHandle.swift
[215/260] Compiling NIOCore FileRegion.swift
[216/260] Compiling NIOCore GlobalSingletons.swift
[217/260] Compiling NIOCore ConvenienceOptionSupport.swift
[218/260] Compiling NIOCore DeadChannel.swift
[219/260] Compiling NIOCore DispatchQueue+WithFuture.swift
[220/260] Compiling NIOCore EventLoop+Deprecated.swift
[221/260] Compiling NIOCore EventLoop+SerialExecutor.swift
[222/260] Compiling NIOCore EventLoop.swift
[223/260] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[229/267] Compiling NIOCore Interfaces.swift
[230/267] Compiling NIOCore Linux.swift
[231/267] Compiling NIOCore AddressedEnvelope.swift
[232/267] Compiling NIOCore AsyncAwaitSupport.swift
[233/267] Compiling NIOCore AsyncChannel.swift
[234/267] Compiling NIOCore AsyncChannelHandler.swift
[235/267] Compiling NIOCore AsyncChannelInboundStream.swift
[236/267] Compiling NIOCore AsyncChannelOutboundWriter.swift
[237/267] Compiling NIOCore NIOAsyncSequenceProducer.swift
[238/267] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[239/358] Compiling SwiftOSCCore OSCValues Type Mask 9 Values.swift
[240/358] Compiling SwiftOSCCore OSCValues Type Mask Helpers.swift
[241/358] Compiling SwiftOSCCore SwiftOSCCore.swift
[242/358] Compiling SwiftOSCCore Concurrency Extensions.swift
[243/358] Compiling SwiftOSCCore Date Extensions.swift
[244/358] Compiling SwiftOSCCore Hex and Binary String.swift
[245/358] Compiling SwiftOSCCore Float32.swift
[246/358] Compiling SwiftOSCCore OSCTimeTag Properties.swift
[247/358] Compiling SwiftOSCCore OSCTimeTag Static Constructors.swift
[248/358] Compiling SwiftOSCCore OSCTimeTag Utilities.swift
[249/358] Compiling SwiftOSCCore OSCTimeTag init.swift
[250/358] Compiling SwiftOSCCore OSCTimeTag.swift
[251/358] Compiling SwiftOSCCore Data (Blob).swift
[252/358] Compiling SwiftOSCCore OSCAddressSpace Methods.swift
[253/358] Compiling SwiftOSCCore OSCAddressSpace Node.swift
[254/358] Compiling SwiftOSCCore OSCAddressSpaceNode.swift
[255/358] Compiling SwiftOSCCore OSCAddressSpaceNodeType.swift
[256/358] Compiling SwiftOSCCore OSCSerialization.swift
[257/358] Compiling SwiftOSCCore OSCSerializationError.swift
[258/358] Compiling SwiftOSCCore OSCValueTagIdentity.swift
[259/358] Compiling SwiftOSCCore OSCTimeTag Codable.swift
[260/358] Compiling SwiftOSCCore Component Token.swift
[261/358] Compiling SwiftOSCCore Component evaluate.swift
[262/358] Compiling SwiftOSCCore Component parse.swift
[263/358] Compiling SwiftOSCCore Component.swift
[264/358] Compiling SwiftOSCCore OSCAddressPattern Strings.swift
[265/358] Compiling SwiftOSCCore OSCAddressPattern init.swift
[266/358] Compiling SwiftOSCCore OSCAddressPattern.swift
[267/358] Emitting module NIOCore
[268/414] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[269/414] Compiling NIOEmbedded AsyncTestingChannel.swift
[270/414] Emitting module NIOEmbedded
[271/414] Compiling NIOEmbedded Embedded.swift
[272/414] Compiling SwiftOSCCore OSCMessage Static.swift
[273/414] Compiling SwiftOSCCore OSCMessage init.swift
[274/414] Compiling SwiftOSCCore OSCMessage rawData.swift
[275/414] Compiling SwiftOSCCore OSCMessage.swift
[276/414] Compiling SwiftOSCCore OSCPacket Data Extensions.swift
[277/414] Compiling SwiftOSCCore OSCPacket Properties.swift
[278/414] Compiling SwiftOSCCore OSCPacket Static.swift
[279/414] Compiling SwiftOSCCore OSCPacket rawData.swift
[280/414] Compiling SwiftOSCCore OSCPacket.swift
[281/414] Compiling SwiftOSCCore OSCPacketType.swift
[282/423] Compiling NIOPosix NIOPosixSendableMetatype.swift
[283/423] Compiling NIOPosix NIOThreadPool.swift
[284/423] Compiling NIOPosix NonBlockingFileIO.swift
[285/423] Compiling NIOPosix PendingDatagramWritesManager.swift
[286/423] Compiling NIOPosix PendingWritesManager.swift
[287/423] Compiling NIOPosix PipeChannel.swift
[288/423] Compiling NIOPosix PipePair.swift
[289/423] Compiling NIOPosix Pool.swift
[290/423] Compiling NIOPosix FileDescriptor.swift
[291/423] Compiling NIOPosix GetaddrinfoResolver.swift
[293/423] Compiling SwiftOSCCore Int32.swift
[294/423] Compiling SwiftOSCCore String.swift
[295/423] Compiling SwiftOSCCore Bool.swift
[296/423] Compiling SwiftOSCCore Character.swift
[297/423] Compiling SwiftOSCCore Double.swift
[298/423] Compiling SwiftOSCCore Int64.swift
[299/423] Compiling SwiftOSCCore OSCArrayValue.swift
[300/423] Compiling SwiftOSCCore OSCImpulseValue.swift
[301/423] Compiling SwiftOSCCore OSCMIDIValue.swift
[302/423] Compiling NIOPosix HappyEyeballs.swift
[303/423] Compiling NIOPosix IO.swift
[304/423] Compiling NIOPosix IntegerBitPacking.swift
[305/423] Compiling NIOPosix IntegerTypes.swift
[306/423] Compiling NIOPosix SelectorWSAPoll.swift
[307/423] Compiling NIOPosix ServerSocket.swift
[308/423] Compiling NIOPosix Socket.swift
[309/423] Compiling NIOPosix SocketChannel.swift
[310/423] Compiling NIOPosix SocketProtocols.swift
[311/423] Compiling NIOPosix BaseSocketChannel.swift
[318/428] Emitting module SwiftOSCCore
[319/428] Compiling NIOPosix BSDSocketAPICommon.swift
[320/428] Compiling NIOPosix BSDSocketAPIPosix.swift
[321/428] Compiling NIOPosix BSDSocketAPIWindows.swift
[322/428] Compiling NIOPosix BaseSocket.swift
[323/428] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[324/428] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[331/428] Compiling NIOPosix Linux.swift
[332/428] Compiling NIOPosix LinuxCPUSet.swift
[333/428] Compiling NIOPosix LinuxUring.swift
[334/428] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[335/428] Compiling NIOPosix SelectorUring.swift
[336/428] Compiling NIOPosix Utilities.swift
[337/428] Compiling NIOPosix VsockAddress.swift
[338/428] Compiling NIOPosix VsockChannelEvents.swift
[339/428] Compiling NIOPosix Windows.swift
[340/428] Compiling NIOPosix resource_bundle_accessor.swift
[341/428] Compiling SwiftOSCCore OSCValues Type Mask 10 Values.swift
[342/428] Compiling SwiftOSCCore OSCValues Type Mask 2 Values.swift
[343/428] Compiling SwiftOSCCore OSCValues Type Mask 3 Values.swift
[344/428] Compiling SwiftOSCCore OSCValues Type Mask 4 Values.swift
[345/428] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[346/428] Compiling NIOPosix PosixSingletons.swift
[347/428] Compiling NIOPosix RawSocketBootstrap.swift
[348/428] Compiling NIOPosix Resolver.swift
[349/428] Compiling NIOPosix Selectable.swift
[350/428] Compiling NIOPosix SelectableChannel.swift
[351/428] Compiling NIOPosix SelectableEventLoop.swift
[352/428] Compiling NIOPosix SelectorEpoll.swift
[353/428] Compiling NIOPosix SelectorGeneric.swift
[354/428] Compiling NIOPosix SelectorKqueue.swift
[355/428] Compiling SwiftOSCCore OSCValues Type Mask 5 Values.swift
[356/428] Compiling SwiftOSCCore OSCValues Type Mask 6 Values.swift
[357/428] Compiling SwiftOSCCore OSCValues Type Mask 7 Values.swift
[358/428] Compiling SwiftOSCCore OSCValues Type Mask 8 Values.swift
[365/428] Compiling SwiftOSCCore Optional.swift
[366/428] Compiling SwiftOSCCore CharacterSet.swift
[367/428] Compiling SwiftOSCCore Collections.swift
[368/428] Compiling SwiftOSCCore FloatingPoint.swift
[369/428] Compiling SwiftOSCCore Integers.swift
[370/428] Compiling SwiftOSCCore String and CharacterSet.swift
[371/428] Compiling SwiftOSCCore String and Foundation.swift
[372/428] Compiling SwiftOSCCore SendableMetatype.swift
[373/428] Compiling SwiftOSCCore String Extensions.swift
[374/428] Emitting module NIOPosix
[386/428] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[387/428] Compiling NIOPosix System.swift
[388/428] Compiling NIOPosix Thread.swift
[389/428] Compiling NIOPosix ThreadPosix.swift
[390/428] Compiling NIOPosix ThreadWindows.swift
[396/428] Compiling NIOPosix BaseStreamSocketChannel.swift
[397/428] Compiling NIOPosix Bootstrap.swift
[398/428] Compiling NIOPosix ControlMessage.swift
[399/428] Compiling NIOPosix DatagramVectorReadManager.swift
[400/428] Compiling NIOPosix Errors+Any.swift
[429/430] Compiling NIO Exports.swift
[430/430] Emitting module NIO
[431/432] Compiling SwiftOSCIONIO SwiftOSCIONIO.swift
[432/432] Emitting module SwiftOSCIONIO
Build complete! (28.15s)
Fetching https://github.com/orchetect/swift-osc-core
Fetching https://github.com/apple/swift-nio from cache
[1/495] Fetching swift-osc-core
Fetched https://github.com/orchetect/swift-osc-core from cache (2.49s)
Fetched https://github.com/apple/swift-nio from cache (2.60s)
Computing version for https://github.com/orchetect/swift-osc-core
Computed https://github.com/orchetect/swift-osc-core at 1.0.0 (3.31s)
Fetching https://github.com/orchetect/swift-data-parsing
Fetching https://github.com/orchetect/swift-ascii
[1/526] Fetching swift-ascii
[238/1332] Fetching swift-ascii, swift-data-parsing
Fetched https://github.com/orchetect/swift-ascii from cache (0.81s)
Fetched https://github.com/orchetect/swift-data-parsing from cache (0.81s)
Computing version for https://github.com/orchetect/swift-data-parsing
Computed https://github.com/orchetect/swift-data-parsing at 0.1.2 (1.49s)
Computing version for https://github.com/orchetect/swift-ascii
Computed https://github.com/orchetect/swift-ascii at 1.3.1 (2.43s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.99.0 (0.66s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.96s)
Fetched https://github.com/apple/swift-system.git from cache (0.98s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (2.04s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.55s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.65s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.4.1
Creating working copy for https://github.com/orchetect/swift-ascii
Working copy of https://github.com/orchetect/swift-ascii resolved at 1.3.1
Creating working copy for https://github.com/orchetect/swift-osc-core
Working copy of https://github.com/orchetect/swift-osc-core resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.99.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/orchetect/swift-data-parsing
Working copy of https://github.com/orchetect/swift-data-parsing resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Build complete.
{
"dependencies" : [
{
"identity" : "swift-osc-core",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/orchetect/swift-osc-core"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.87.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio"
}
],
"manifest_display_name" : "swift-osc-io-nio",
"name" : "swift-osc-io-nio",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "SwiftOSCIONIO",
"targets" : [
"SwiftOSCIONIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftOSCIONIOTests",
"module_type" : "SwiftTarget",
"name" : "SwiftOSCIONIOTests",
"path" : "Tests/SwiftOSCIONIOTests",
"sources" : [
"SwiftOSCIONIOTests.swift"
],
"target_dependencies" : [
"SwiftOSCIONIO"
],
"type" : "test"
},
{
"c99name" : "SwiftOSCIONIO",
"module_type" : "SwiftTarget",
"name" : "SwiftOSCIONIO",
"path" : "Sources/SwiftOSCIONIO",
"product_dependencies" : [
"SwiftOSCCore",
"NIO"
],
"product_memberships" : [
"SwiftOSCIONIO"
],
"sources" : [
"SwiftOSCIONIO.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.