The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OSCCore with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/segabor/osccore.git
Reference: master
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/segabor/osccore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 3c0f841 Switch to Swift 5.5 preparing for async/await
Cloned https://github.com/segabor/osccore.git
Revision (git rev-parse @):
3c0f8416a769d00d29e9d817bccc9b1537ed0542
SUCCESS checkout https://github.com/segabor/osccore.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/segabor/osccore.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/apple/swift-nio
[1/64497] Fetching swift-nio
Fetched https://github.com/apple/swift-nio from cache (4.35s)
Computing version for https://github.com/apple/swift-nio
Computed https://github.com/apple/swift-nio at 2.63.0 (0.69s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/2983] Fetching swift-system
[31/4546] Fetching swift-system, swift-atomics
[4547/18292] Fetching swift-system, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
[2388/15309] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.13s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.2.1 (0.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.43s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.0 (0.78s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.2.1
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
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
Creating working copy for https://github.com/apple/swift-nio
Working copy of https://github.com/apple/swift-nio resolved at 2.63.0
Building for debugging...
[0/39] Write sources
[11/39] Compiling CNIOWindows shim.c
[12/39] Compiling _AtomicsShims.c
[13/39] Write sources
[14/39] Compiling CNIODarwin shim.c
[14/39] Write sources
[16/39] Compiling CNIOLinux liburing_shims.c
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:203:9: warning: 'RENAME_NOREPLACE' macro redefined [-Wmacro-redefined]
#define RENAME_NOREPLACE 1
        ^
/usr/include/stdio.h:164:10: note: previous definition is here
# define RENAME_NOREPLACE (1 << 0)
         ^
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/CNIOLinux/shim.c:204:9: warning: 'RENAME_EXCHANGE' macro redefined [-Wmacro-redefined]
#define RENAME_EXCHANGE  2
        ^
/usr/include/stdio.h:165:10: note: previous definition is here
# define RENAME_EXCHANGE (1 << 1)
         ^
2 warnings generated.
[17/39] Compiling CNIOLinux shim.c
[18/39] Compiling CNIOWindows WSAStartup.c
[19/39] Write swift-version-24593BA9C3E375BF.txt
[20/81] Compiling c-nioatomics.c
[21/81] Compiling c-atomics.c
[23/87] Emitting module Atomics
[24/89] Emitting module _NIOBase64
[25/89] Compiling _NIOBase64 Base64.swift
[26/90] Emitting module _CollectionsUtilities
[27/90] Compiling Atomics AtomicReference.swift
[28/90] Compiling Atomics AtomicStorage.swift
[29/91] Compiling Atomics AtomicValue.swift
[30/92] Compiling Atomics IntegerOperations.swift
[31/92] Compiling Atomics Unmanaged extensions.swift
[32/92] Compiling Atomics ManagedAtomic.swift
[33/92] Compiling Atomics ManagedAtomicLazyReference.swift
[34/92] Compiling _CollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/92] Compiling _CollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/92] Compiling Atomics AtomicMemoryOrderings.swift
[37/92] Compiling Atomics DoubleWord.swift
[38/92] Compiling Atomics Primitives.shims.swift
[39/92] Compiling Atomics AtomicInteger.swift
[40/92] Compiling Atomics AtomicOptionalWrappable.swift
[41/92] Compiling Atomics IntegerConformances.swift
[42/92] Compiling Atomics PointerConformances.swift
[43/92] Compiling Atomics OptionalRawRepresentable.swift
[44/92] Compiling Atomics RawRepresentable.swift
[45/92] Compiling Atomics AtomicBool.swift
[52/92] Compiling _NIODataStructures PriorityQueue.swift
[53/92] Compiling _CollectionsUtilities _UnsafeBitSet+_Word.swift
[58/92] Wrapping AST for _NIOBase64 for debugging
[62/93] Compiling _NIODataStructures _TinyArray.swift
[71/94] Emitting module NIOConcurrencyHelpers
[71/94] Wrapping AST for _CollectionsUtilities for debugging
[72/94] Wrapping AST for Atomics for debugging
[74/110] Compiling DequeModule Deque+Descriptions.swift
[75/110] Compiling DequeModule Deque+Equatable.swift
[76/112] Compiling NIOConcurrencyHelpers lock.swift
[77/112] Emitting module _NIODataStructures
[78/112] Compiling _NIODataStructures Heap.swift
[79/113] Wrapping AST for _NIODataStructures for debugging
[81/113] Compiling DequeModule _DequeSlot.swift
[82/113] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/113] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[84/113] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[85/113] Compiling NIOConcurrencyHelpers atomics.swift
[86/113] Compiling NIOConcurrencyHelpers NIOLock.swift
[87/114] Compiling DequeModule Deque+Hashable.swift
[88/114] Compiling DequeModule Deque+Sendable.swift
[89/114] Compiling DequeModule Deque+Testing.swift
[90/114] Compiling DequeModule Deque._Storage.swift
[91/114] Compiling DequeModule _DequeBuffer.swift
[92/114] Compiling DequeModule _DequeBufferHeader.swift
[93/114] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/114] Compiling DequeModule Deque+Extras.swift
[95/114] Compiling DequeModule Deque._UnsafeHandle.swift
[96/114] Compiling DequeModule Deque.swift
[98/114] Compiling DequeModule Deque+Codable.swift
[99/114] Compiling DequeModule Deque+Collection.swift
[100/114] Compiling DequeModule Deque+CustomReflectable.swift
[100/114] Wrapping AST for NIOConcurrencyHelpers for debugging
[102/114] Emitting module DequeModule
[103/115] Wrapping AST for DequeModule for debugging
[105/172] Compiling NIOCore MarkedCircularBuffer.swift
[106/172] Compiling NIOCore MulticastChannel.swift
[107/172] Compiling NIOCore NIOAny.swift
[108/172] Compiling NIOCore NIOCloseOnErrorHandler.swift
[109/172] Compiling NIOCore NIOLoopBound.swift
[110/172] Compiling NIOCore NIOSendable.swift
[111/172] Compiling NIOCore PointerHelpers.swift
[112/172] Compiling NIOCore RecvByteBufferAllocator.swift
[113/180] Compiling NIOCore AddressedEnvelope.swift
[114/180] Compiling NIOCore AsyncAwaitSupport.swift
[115/180] Compiling NIOCore AsyncChannel.swift
[116/180] Compiling NIOCore AsyncChannelInboundStream.swift
[117/180] Compiling NIOCore AsyncChannelInboundStreamChannelHandler.swift
[118/180] Compiling NIOCore AsyncChannelOutboundWriter.swift
[119/180] Compiling NIOCore AsyncChannelOutboundWriterHandler.swift
[120/180] Compiling NIOCore NIOAsyncSequenceProducer.swift
[121/180] Compiling NIOCore GlobalSingletons.swift
[122/180] Compiling NIOCore IO.swift
[123/180] Compiling NIOCore IOData.swift
[124/180] Compiling NIOCore IPProtocol.swift
[125/180] Compiling NIOCore IntegerBitPacking.swift
[126/180] Compiling NIOCore IntegerTypes.swift
[127/180] Compiling NIOCore Interfaces.swift
[128/180] Compiling NIOCore Linux.swift
[129/180] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[130/180] Compiling NIOCore SocketAddresses.swift
[131/180] Compiling NIOCore SocketOptionProvider.swift
[132/180] Compiling NIOCore SystemCallHelpers.swift
[133/180] Compiling NIOCore TimeAmount+Duration.swift
[134/180] Compiling NIOCore TypeAssistedChannelHandler.swift
[135/180] Compiling NIOCore UniversalBootstrapSupport.swift
[136/180] Compiling NIOCore Utilities.swift
[137/180] Compiling NIOCore ChannelOption.swift
[138/180] Compiling NIOCore ChannelPipeline.swift
[139/180] Compiling NIOCore CircularBuffer.swift
[140/180] Compiling NIOCore Codec.swift
[141/180] Compiling NIOCore ConvenienceOptionSupport.swift
[142/180] Compiling NIOCore DeadChannel.swift
[143/180] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/180] Compiling NIOCore EventLoop+Deprecated.swift
[145/180] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/180] Compiling NIOCore EventLoop.swift
[147/180] Compiling NIOCore EventLoopFuture+Deprecated.swift
[148/180] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[149/180] Compiling NIOCore EventLoopFuture.swift
[150/180] Compiling NIOCore FileDescriptor.swift
[151/180] Compiling NIOCore FileHandle.swift
[152/180] Compiling NIOCore FileRegion.swift
[153/180] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[154/180] Compiling NIOCore NIOAsyncWriter.swift
[155/180] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[156/180] Compiling NIOCore BSDSocketAPI.swift
[157/180] Compiling NIOCore ByteBuffer-aux.swift
[158/180] Compiling NIOCore ByteBuffer-conversions.swift
[159/180] Compiling NIOCore ByteBuffer-core.swift
[160/180] Compiling NIOCore ByteBuffer-hexdump.swift
[161/180] Compiling NIOCore ByteBuffer-int.swift
[162/180] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[163/180] Compiling NIOCore ByteBuffer-multi-int.swift
[164/180] Compiling NIOCore ByteBuffer-views.swift
[165/180] Compiling NIOCore Channel.swift
[166/180] Compiling NIOCore ChannelHandler.swift
[167/180] Compiling NIOCore ChannelHandlers.swift
[168/180] Compiling NIOCore ChannelInvoker.swift
[169/180] Emitting module NIOCore
[170/181] Wrapping AST for NIOCore for debugging
[172/232] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[173/232] Compiling NIOEmbedded AsyncTestingChannel.swift
[174/232] Emitting module NIOEmbedded
[175/232] Compiling NIOEmbedded Embedded.swift
[177/233] Compiling NIOPosix PooledRecvBufferAllocator.swift
[178/233] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[179/233] Compiling NIOPosix PosixSingletons.swift
[180/233] Compiling NIOPosix RawSocketBootstrap.swift
[181/233] Compiling NIOPosix Resolver.swift
[182/233] Compiling NIOPosix Selectable.swift
[182/239] Wrapping AST for NIOEmbedded for debugging
[184/239] Emitting module NIOPosix
[185/239] Compiling NIOPosix ThreadPosix.swift
[186/239] Compiling NIOPosix ThreadWindows.swift
[187/239] Compiling NIOPosix UnsafeTransfer.swift
[188/239] Compiling NIOPosix Utilities.swift
[189/239] Compiling NIOPosix VsockAddress.swift
[190/239] Compiling NIOPosix VsockChannelEvents.swift
[191/239] Compiling NIOPosix IntegerBitPacking.swift
[192/239] Compiling NIOPosix IntegerTypes.swift
[193/239] Compiling NIOPosix Linux.swift
[194/239] Compiling NIOPosix LinuxCPUSet.swift
[195/239] Compiling NIOPosix LinuxUring.swift
[196/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[197/239] Compiling NIOPosix NIOThreadPool.swift
[198/239] Compiling NIOPosix ServerSocket.swift
[199/239] Compiling NIOPosix Socket.swift
[200/239] Compiling NIOPosix SocketChannel.swift
[201/239] Compiling NIOPosix SocketProtocols.swift
[202/239] Compiling NIOPosix System.swift
[203/239] Compiling NIOPosix Thread.swift
[204/239] Compiling NIOPosix SelectableChannel.swift
[205/239] Compiling NIOPosix SelectableEventLoop.swift
[206/239] Compiling NIOPosix SelectorEpoll.swift
[207/239] Compiling NIOPosix SelectorGeneric.swift
[208/239] Compiling NIOPosix SelectorKqueue.swift
[209/239] Compiling NIOPosix SelectorUring.swift
[210/239] Compiling NIOPosix BSDSocketAPICommon.swift
[211/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[212/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[213/239] Compiling NIOPosix BaseSocket.swift
[214/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[215/239] Compiling NIOPosix BaseSocketChannel.swift
[216/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[217/239] Compiling NIOPosix Bootstrap.swift
[218/239] Compiling NIOPosix ControlMessage.swift
[219/239] Compiling NIOPosix DatagramVectorReadManager.swift
[220/239] Compiling NIOPosix FileDescriptor.swift
[221/239] Compiling NIOPosix GetaddrinfoResolver.swift
[222/239] Compiling NIOPosix HappyEyeballs.swift
[223/239] Compiling NIOPosix IO.swift
[224/239] Compiling NIOPosix NonBlockingFileIO.swift
[225/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[226/239] Compiling NIOPosix PendingWritesManager.swift
[227/239] Compiling NIOPosix PipeChannel.swift
[228/239] Compiling NIOPosix PipePair.swift
[229/239] Compiling NIOPosix PointerHelpers.swift
[230/239] Compiling NIOPosix Pool.swift
[231/240] Wrapping AST for NIOPosix for debugging
[233/242] Compiling NIO Exports.swift
[234/242] Emitting module NIO
[235/243] Wrapping AST for NIO for debugging
[237/272] Emitting module OSCCore
[238/275] Compiling OSCCore MIDI.swift
[239/275] Compiling OSCCore OSCBundle.swift
[240/275] Compiling OSCCore OSCMessage.swift
[241/275] Compiling OSCCore OSCSymbol.swift
[242/275] Compiling OSCCore Data+OSCMessageArgument.swift
[243/275] Compiling OSCCore Double+OSCMessageArgument.swift
[244/275] Compiling OSCCore Float+OSCMessageArgument.swift
[245/275] Compiling OSCCore Int+OSCMessageArgument.swift
[246/275] Compiling OSCCore OSCTimeTag.swift
[247/275] Compiling OSCCore RGBA.swift
[248/275] Compiling OSCCore TypeTagValues.swift
[249/275] Compiling OSCCore Array+OSCMessageArgument.swift
[250/275] Compiling OSCCore Bool+OSCConvertible.swift
[251/275] Compiling OSCCore Byte.swift
[252/275] Compiling OSCCore Character+OSCConvertible.swift
[253/275] Compiling OSCCore String+OSCMessageArgument.swift
[254/275] Compiling OSCCore alignment.swift
[255/275] Compiling OSCCore extract.swift
[256/275] Compiling OSCCore BasicMessageDispatcher.swift
[257/275] Compiling OSCCore MIDI+OSCMessageArgument.swift
[258/275] Compiling OSCCore OSCBundle+OSCConvertible.swift
[259/275] Compiling OSCCore OSCConvertible.swift
[260/275] Compiling OSCCore OSCMessage+OSCConvertible.swift
[261/275] Compiling OSCCore OSCMessageArgument.swift
[262/275] Compiling OSCCore OSCSymbol+OSCMessageArgument.swift
[263/275] Compiling OSCCore OSCTimeTag+OSCMessageArgument.swift
[264/275] Compiling OSCCore RGBA+OSCMessageArgument.swift
[265/275] Compiling OSCCore OSCBundle+MessageEventHandler.swift
[266/275] Compiling OSCCore events.swift
[267/275] Compiling OSCCore matcher.swift
[268/275] Compiling OSCCore OSCPacketReader.swift
[269/276] Wrapping AST for OSCCore for debugging
[271/280] Emitting module SoundColliderClient
[272/280] Compiling SoundColliderClient main.swift
[273/280] Emitting module BasicListener
[274/280] Compiling BasicListener main.swift
[276/282] Wrapping AST for SoundColliderClient for debugging
[277/282] Write Objects.LinkFileList
[278/282] Wrapping AST for BasicListener for debugging
[279/282] Write Objects.LinkFileList
[280/282] Linking SoundColliderClient
[281/282] Linking BasicListener
Build complete! (47.27s)
Build complete.
Done.

Build Machine: Linux 2