The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Dribble with Swift 5.7 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Dribble.git
Reference: main
HEAD is now at 7e82e7f Merge pull request #2 from needle-tail/main
Cloned https://github.com/orlandos-nl/Dribble.git into /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Revision (git rev-parse @):
SUCCESS checkout https://github.com/orlandos-nl/Dribble.git at main
7e82e7fc28f21da4923ecf4b4d4edd7f3d08d87b
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.7
Building package at path:  /Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.2.0.app xcrun swift build --arch arm64
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-atomics.git (0.44s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetched https://github.com/apple/swift-collections.git (0.52s)
Fetched https://github.com/apple/swift-crypto.git (0.57s)
Fetched https://github.com/apple/swift-nio.git (0.95s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.1.0 (0.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.60.0 (0.07s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.0.5 (0.08s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.07s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.1.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.60.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.0.5
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.
Building for debugging...
[0/9] Compiling CNIOWindows shim.c
[0/9] Compiling CNIOWindows WSAStartup.c
[2/9] Compiling CNIOLinux shim.c
[2/9] Compiling CNIOLinux liburing_shims.c
[4/9] Compiling _AtomicsShims.c
[5/9] Compiling CNIODarwin shim.c
[7/15] Emitting module _NIOBase64
[8/15] Compiling _NIOBase64 Base64.swift
[9/31] Compiling DequeModule Deque+CustomStringConvertible.swift
[10/31] Compiling DequeModule Deque+Equatable.swift
[11/31] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[12/31] Compiling DequeModule Deque+Extras.swift
[13/31] Compiling DequeModule Deque+Hashable.swift
[14/35] Compiling DequeModule _DequeBuffer.swift
[15/35] Compiling DequeModule _DequeBufferHeader.swift
[16/35] Compiling DequeModule _DequeSlot.swift
[17/35] Compiling DequeModule _UnsafeWrappedBuffer.swift
[18/35] Compiling _NIODataStructures PriorityQueue.swift
[19/35] Compiling _NIODataStructures Heap.swift
[20/35] Compiling _NIODataStructures _TinyArray.swift
[21/35] Emitting module _NIODataStructures
[22/35] Compiling DequeModule Compatibility.swift
[23/35] Compiling DequeModule Deque+Codable.swift
[24/35] Compiling DequeModule Deque+Collection.swift
[25/35] Compiling DequeModule Deque+CustomDebugStringConvertible.swift
[26/35] Compiling DequeModule Deque+CustomReflectable.swift
[27/35] Compiling DequeModule Deque+Testing.swift
[28/35] Compiling DequeModule Deque._Storage.swift
[29/35] Compiling DequeModule Deque._UnsafeHandle.swift
[30/35] Compiling DequeModule Deque.swift
[31/35] Compiling DequeModule UnsafeMutableBufferPointer+Utilities.swift
[32/35] Emitting module DequeModule
[33/99] Compiling Atomics AtomicStorage.swift
[34/99] Compiling Atomics AtomicValue.swift
[35/99] Compiling Atomics AtomicMemoryOrderings.swift
[36/99] Compiling Atomics DoubleWord.swift
[37/99] Compiling Atomics ManagedAtomic.swift
[38/104] Compiling Atomics ManagedAtomicLazyReference.swift
[39/104] Compiling Atomics UnsafeAtomic.swift
[40/104] Compiling Atomics UnsafeAtomicLazyReference.swift
[41/104] Compiling Atomics IntegerOperations.swift
[42/104] Compiling Atomics Unmanaged extensions.swift
[43/104] Compiling Atomics Primitives.native.swift
[44/104] Compiling Atomics Primitives.shims.swift
[45/104] Compiling Atomics AtomicInteger.swift
[46/104] Compiling Atomics AtomicOptionalWrappable.swift
[47/104] Compiling Atomics AtomicReference.swift
[48/104] Compiling Atomics OptionalRawRepresentable.swift
[49/104] Compiling Atomics RawRepresentable.swift
[50/104] Compiling Atomics AtomicBool.swift
[51/104] Compiling Atomics IntegerConformances.swift
[52/104] Compiling Atomics PointerConformances.swift
[53/104] Emitting module Atomics
[53/104] Compiling c-nioatomics.c
[54/104] Compiling c-atomics.c
[56/109] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[57/109] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[58/109] Compiling NIOConcurrencyHelpers NIOLock.swift
[59/109] Emitting module NIOConcurrencyHelpers
[60/109] Compiling NIOConcurrencyHelpers atomics.swift
[61/110] Compiling NIOConcurrencyHelpers lock.swift
[62/160] Emitting module Crypto
[63/175] Compiling NIOCore AddressedEnvelope.swift
[64/175] Compiling NIOCore AsyncAwaitSupport.swift
[65/175] Compiling NIOCore AsyncChannel.swift
[66/175] Compiling NIOCore AsyncChannelInboundStream.swift
[67/175] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[68/175] Compiling NIOCore AsyncChannelOutboundWriter.swift
[69/175] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[70/175] Compiling NIOCore CloseRatchet.swift
[71/175] Compiling NIOCore NIOAsyncSequenceProducer.swift
[72/175] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[73/175] Compiling NIOCore NIOAsyncWriter.swift
[74/175] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[75/175] Compiling NIOCore BSDSocketAPI.swift
[76/175] Compiling NIOCore ByteBuffer-aux.swift
[77/175] Compiling NIOCore ByteBuffer-conversions.swift
[78/175] Compiling NIOCore ByteBuffer-core.swift
[79/175] Compiling NIOCore ByteBuffer-hexdump.swift
[80/175] Compiling NIOCore ByteBuffer-int.swift
[81/175] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[82/175] Compiling NIOCore ByteBuffer-multi-int.swift
[83/175] Compiling NIOCore ByteBuffer-views.swift
[84/175] Compiling NIOCore Channel.swift
[85/175] Compiling NIOCore ChannelHandler.swift
[86/175] Compiling NIOCore ChannelHandlers.swift
[87/175] Compiling NIOCore ChannelInvoker.swift
[88/175] Compiling NIOCore ChannelOption.swift
[89/175] Compiling NIOCore ChannelPipeline.swift
[90/175] Compiling NIOCore CircularBuffer.swift
[91/175] Compiling NIOCore Codec.swift
[92/175] Compiling NIOCore ConvenienceOptionSupport.swift
[93/175] Compiling NIOCore DeadChannel.swift
[94/175] Compiling NIOCore DispatchQueue+WithFuture.swift
[95/175] Compiling NIOCore EventLoop+Deprecated.swift
[96/175] Compiling NIOCore EventLoop+SerialExecutor.swift
[97/175] Compiling NIOCore EventLoop.swift
[98/175] Compiling NIOCore EventLoopFuture+Deprecated.swift
[99/175] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[100/175] Compiling NIOCore EventLoopFuture.swift
[101/175] Compiling NIOCore FileDescriptor.swift
[102/175] Compiling NIOCore FileHandle.swift
[103/175] Compiling NIOCore FileRegion.swift
[104/175] Compiling NIOCore GlobalSingletons.swift
[105/175] Compiling NIOCore IO.swift
[106/175] Compiling NIOCore IOData.swift
[107/175] Compiling NIOCore IPProtocol.swift
[108/175] Compiling NIOCore IntegerBitPacking.swift
[109/175] Compiling NIOCore IntegerTypes.swift
[110/175] Compiling Crypto ECDSA_boring.swift
[111/175] Compiling Crypto EdDSA_boring.swift
[112/175] Compiling Crypto ECDSA.swift
[113/175] Compiling Crypto EdDSA.swift
[114/175] Compiling Crypto Signature.swift
[115/175] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[116/175] Compiling Crypto CryptoKitErrors_boring.swift
[117/175] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[118/175] Compiling Crypto RNG_boring.swift
[119/175] Compiling Crypto SafeCompare_boring.swift
[120/175] Compiling Crypto Zeroization_boring.swift
[121/175] Compiling Crypto PrettyBytes.swift
[122/175] Compiling Crypto SafeCompare.swift
[123/175] Compiling Crypto SecureBytes.swift
[124/175] Compiling Crypto Zeroization.swift
[158/191] Emitting module NIOCore
[159/191] Compiling NIOCore MarkedCircularBuffer.swift
[160/191] Compiling NIOCore MulticastChannel.swift
[161/191] Compiling NIOCore NIOAny.swift
[162/191] Compiling NIOCore NIOCloseOnErrorHandler.swift
[163/191] Compiling NIOCore NIOLoopBound.swift
[164/191] Compiling NIOCore NIOSendable.swift
[165/191] Compiling NIOCore PointerHelpers.swift
[166/191] Compiling NIOCore RecvByteBufferAllocator.swift
[167/191] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[168/191] Compiling NIOCore SocketAddresses.swift
[169/191] Compiling NIOCore SocketOptionProvider.swift
[170/191] Compiling NIOCore SystemCallHelpers.swift
[171/191] Compiling NIOCore TimeAmount+Duration.swift
[172/191] Compiling NIOCore TypeAssistedChannelHandler.swift
[173/191] Compiling NIOCore UniversalBootstrapSupport.swift
[174/191] Compiling NIOCore Utilities.swift
[191/234] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[192/234] Compiling NIOEmbedded AsyncTestingChannel.swift
[193/234] Emitting module NIOEmbedded
[194/234] Compiling NIOEmbedded Embedded.swift
[195/234] Emitting module NIOPosix
[196/246] Compiling NIOPosix PointerHelpers.swift
[197/246] Compiling NIOPosix Pool.swift
[198/246] Compiling NIOPosix PooledRecvBufferAllocator.swift
[199/246] Compiling NIOPosix PosixSingletons.swift
[200/246] Compiling NIOPosix RawSocketBootstrap.swift
[201/246] Compiling NIOPosix Resolver.swift
[202/246] Compiling NIOPosix Selectable.swift
[203/246] Compiling NIOPosix SelectableChannel.swift
[204/246] Compiling NIOPosix SelectableEventLoop.swift
[205/246] Compiling NIOPosix SelectorEpoll.swift
[206/246] Compiling NIOPosix SelectorGeneric.swift
[207/246] Compiling NIOPosix SelectorKqueue.swift
[208/246] Compiling NIOPosix IO.swift
[209/246] Compiling NIOPosix IntegerBitPacking.swift
[210/246] Compiling NIOPosix IntegerTypes.swift
[211/246] Compiling NIOPosix Linux.swift
[212/246] Compiling NIOPosix LinuxCPUSet.swift
[213/246] Compiling NIOPosix LinuxUring.swift
[214/246] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[215/246] Compiling NIOPosix NIOThreadPool.swift
[216/246] Compiling NIOPosix NonBlockingFileIO.swift
[217/246] Compiling NIOPosix PendingDatagramWritesManager.swift
[218/246] Compiling NIOPosix PendingWritesManager.swift
[219/246] Compiling NIOPosix PipeChannel.swift
[220/246] Compiling NIOPosix PipePair.swift
[221/246] Compiling NIOPosix SelectorUring.swift
[222/246] Compiling NIOPosix ServerSocket.swift
[223/246] Compiling NIOPosix Socket.swift
[224/246] Compiling NIOPosix SocketChannel.swift
[225/246] Compiling NIOPosix SocketProtocols.swift
[226/246] Compiling NIOPosix System.swift
[227/246] Compiling NIOPosix Thread.swift
[228/246] Compiling NIOPosix ThreadPosix.swift
[229/246] Compiling NIOPosix ThreadWindows.swift
[230/246] Compiling NIOPosix Utilities.swift
[231/246] Compiling NIOPosix VsockAddress.swift
[232/246] Compiling NIOPosix VsockChannelEvents.swift
[233/246] Compiling NIOPosix BSDSocketAPICommon.swift
[234/246] Compiling NIOPosix BSDSocketAPIPosix.swift
[235/246] Compiling NIOPosix BSDSocketAPIWindows.swift
[236/246] Compiling NIOPosix BaseSocket.swift
[237/246] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[238/246] Compiling NIOPosix BaseSocketChannel.swift
[239/246] Compiling NIOPosix BaseStreamSocketChannel.swift
[240/246] Compiling NIOPosix Bootstrap.swift
[241/246] Compiling NIOPosix ControlMessage.swift
[242/246] Compiling NIOPosix DatagramVectorReadManager.swift
[243/246] Compiling NIOPosix FileDescriptor.swift
[244/246] Compiling NIOPosix GetaddrinfoResolver.swift
[245/246] Compiling NIOPosix HappyEyeballs.swift
[246/248] Emitting module NIO
[247/248] Compiling NIO Exports.swift
[248/254] Emitting module _NIOConcurrency
[249/254] Compiling _NIOConcurrency Empty.swift
[250/254] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[251/254] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[252/254] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[253/254] Emitting module NIOFoundationCompat
[254/261] Compiling Dribble Errors.swift
[255/261] Compiling Dribble Heplers.swift
[256/261] Compiling Dribble StunInboundHandler.swift
[257/261] Compiling Dribble TurnAllocation.swift
[258/261] Compiling Dribble STUN.swift
[259/261] Compiling Dribble StunClient.swift
[260/261] Emitting module Dribble
[261/263] Compiling Dribble TurnChannels.swift
[262/263] Compiling Dribble TurnClient.swift
[263/265] Compiling CLIExample CLI.swift
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CLIExample/CLI.swift:68:46: warning: non-sendable type 'ChannelPipeline.Position' exiting main actor-isolated context in call to non-isolated instance method 'addHandler(_:name:position:)' cannot cross actor boundary
        try await allocationChannel.pipeline.addHandler(ByteToMessageHandler(PrintHandler()))
                                             ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1280:17: note: enum 'Position' does not conform to the 'Sendable' protocol
    public enum Position {
                ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CLIExample/CLI.swift:69:50: warning: non-sendable type 'ChannelPipeline.Position' exiting main actor-isolated context in call to non-isolated instance method 'addHandlers(_:position:)' cannot cross actor boundary
        try await proxyTargettedChannel.pipeline.addHandlers(
                                                 ^
/Users/admin/builds/Z6YBxSjp/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1280:17: note: enum 'Position' does not conform to the 'Sendable' protocol
    public enum Position {
                ^
[264/265] Emitting module CLIExample
[264/265] Linking CLIExample
Build complete! (27.85s)
Done.