Build Information
Successful build of stomp-nio, reference main (e6f031), with Swift 6.1 for Android on 9 Dec 2025 03:50:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fpseverino/stomp-nio.git
Reference: main
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/fpseverino/stomp-nio
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e6f0317 Check channel handler state before writing on channel
Cloned https://github.com/fpseverino/stomp-nio.git
Revision (git rev-parse @):
e6f03176a2da345671be94acbd4d644131f0c2cb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fpseverino/stomp-nio.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/fpseverino/stomp-nio.git
https://github.com/fpseverino/stomp-nio.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.91.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "stomp-nio",
"name" : "stomp-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "STOMPNIO",
"targets" : [
"STOMPNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "STOMPNIOTests",
"module_type" : "SwiftTarget",
"name" : "STOMPNIOTests",
"path" : "Tests/STOMPNIOTests",
"sources" : [
"STOMPConnectionTests.swift",
"STOMPFrameDecoderTests.swift"
],
"target_dependencies" : [
"STOMPNIO"
],
"type" : "test"
},
{
"c99name" : "STOMPNIO",
"module_type" : "SwiftTarget",
"name" : "STOMPNIO",
"path" : "Sources/STOMPNIO",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOPosix",
"NIOTransportServices"
],
"product_memberships" : [
"STOMPNIO"
],
"sources" : [
"Connection/STOMPChannelHandler+stateMachine.swift",
"Connection/STOMPChannelHandler.swift",
"Connection/STOMPConnection.swift",
"Connection/STOMPConnectionConfiguration.swift",
"Connection/STOMPServerAddress.swift",
"Connection/STOMPTask.swift",
"Frame/STOMPCommand.swift",
"Frame/STOMPFrame.swift",
"Frame/STOMPFrameDecoder.swift",
"STOMPClientError.swift",
"Subscriptions/STOMPDestinationStateMachine.swift",
"Subscriptions/STOMPSubscription.swift",
"Subscriptions/STOMPSubscriptions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/2809] Fetching swift-nio-transport-services
[2810/8527] Fetching swift-nio-transport-services, swift-log
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[1/80662] Fetching swift-nio
Fetched https://github.com/apple/swift-log.git from cache (9.34s)
Fetched https://github.com/apple/swift-nio.git from cache (9.45s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (10.07s)
Fetching https://github.com/apple/swift-atomics.git
[1/1820] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.42s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.64s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/5214] Fetching swift-system
[5007/23578] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.39s)
Fetched https://github.com/apple/swift-collections.git from cache (1.43s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (2.04s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.65s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.91s)
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
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.7.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.3
Building for debugging...
[0/27] Write sources
[14/27] Compiling _AtomicsShims.c
[15/27] Compiling CNIOWindows shim.c
[16/27] Compiling CNIOWindows WSAStartup.c
[17/27] Compiling CNIOOpenBSD shim.c
[18/27] Compiling CNIOWASI CNIOWASI.c
[18/27] Compiling CNIOLinux liburing_shims.c
[19/27] Write sources
[20/27] Compiling CNIOPosix event_loop_id.c
[22/27] Compiling CNIODarwin shim.c
[23/27] Compiling CNIOLinux shim.c
[24/27] Write swift-version-24593BA9C3E375BF.txt
[26/72] Emitting module Atomics
[27/74] Compiling Atomics IntegerOperations.swift
[28/74] Compiling Atomics Unmanaged extensions.swift
[29/74] Compiling _NIODataStructures _TinyArray.swift
[30/74] Compiling _NIODataStructures PriorityQueue.swift
[31/74] Compiling Logging LogHandler.swift
[32/74] Compiling Atomics DoubleWord.swift
[33/74] Compiling Atomics OptionalRawRepresentable.swift
[34/74] Compiling Atomics RawRepresentable.swift
[35/74] Compiling Atomics AtomicInteger.swift
[36/74] Compiling Atomics AtomicOptionalWrappable.swift
[37/74] Compiling Atomics AtomicReference.swift
[39/74] Compiling Atomics AtomicMemoryOrderings.swift
[42/76] Compiling _NIOBase64 Base64.swift
[43/76] Emitting module _NIOBase64
[44/77] Compiling Atomics AtomicBool.swift
[45/77] Compiling Atomics IntegerConformances.swift
[46/77] Compiling Atomics ManagedAtomic.swift
[47/77] Compiling Atomics ManagedAtomicLazyReference.swift
[48/77] Compiling Atomics PointerConformances.swift
[49/77] Compiling Atomics Primitives.native.swift
[50/77] Compiling Atomics AtomicStorage.swift
[51/77] Compiling Atomics AtomicValue.swift
[55/77] Emitting module InternalCollectionsUtilities
[57/77] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[58/77] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[59/77] Compiling _NIODataStructures Heap.swift
[60/77] Emitting module _NIODataStructures
[74/95] Compiling c-nioatomics.c
[76/95] Compiling DequeModule Deque+CustomReflectable.swift
[77/95] Compiling DequeModule Deque+Descriptions.swift
[78/97] Compiling DequeModule Deque+Equatable.swift
[79/97] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/97] Compiling DequeModule _DequeBuffer.swift
[81/97] Compiling DequeModule _DequeBufferHeader.swift
[82/97] Compiling DequeModule _DequeSlot.swift
[83/97] Compiling DequeModule _UnsafeWrappedBuffer.swift
[84/97] Compiling DequeModule Deque+Testing.swift
[85/97] Compiling DequeModule Deque._Storage.swift
[86/97] Compiling DequeModule Deque+Extras.swift
[87/97] Compiling DequeModule Deque+Hashable.swift
[88/97] Compiling DequeModule Deque._UnsafeHandle.swift
[89/97] Compiling DequeModule Deque.swift
[89/97] Compiling c-atomics.c
[91/97] Compiling DequeModule Deque+Codable.swift
[92/97] Compiling DequeModule Deque+Collection.swift
[93/103] Compiling Logging MetadataProvider.swift
[94/103] Emitting module Logging
[95/103] Compiling Logging Locks.swift
[96/103] Emitting module DequeModule
[97/104] Compiling Logging Logging.swift
[100/105] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/105] Compiling NIOConcurrencyHelpers lock.swift
[102/105] Emitting module NIOConcurrencyHelpers
[103/105] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[104/105] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/105] Compiling NIOConcurrencyHelpers atomics.swift
[107/169] Compiling NIOCore NIOCoreSendableMetatype.swift
[108/169] Compiling NIOCore NIODecodedAsyncSequence.swift
[109/169] Compiling NIOCore NIOLoopBound.swift
[110/169] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[111/169] Compiling NIOCore NIOScheduledCallback.swift
[112/169] Compiling NIOCore NIOSendable.swift
[113/169] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[114/169] Compiling NIOCore RecvByteBufferAllocator.swift
[115/177] Compiling NIOCore IPProtocol.swift
[116/177] Compiling NIOCore IntegerBitPacking.swift
[117/177] Compiling NIOCore IntegerTypes.swift
[118/177] Compiling NIOCore Interfaces.swift
[119/177] Compiling NIOCore Linux.swift
[120/177] Compiling NIOCore MarkedCircularBuffer.swift
[121/177] Compiling NIOCore MulticastChannel.swift
[122/177] Compiling NIOCore NIOAny.swift
[123/177] Compiling NIOCore NIOCloseOnErrorHandler.swift
[124/177] Compiling NIOCore EventLoopFuture+Deprecated.swift
[125/177] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[126/177] Compiling NIOCore EventLoopFuture.swift
[127/177] Compiling NIOCore FileDescriptor.swift
[128/177] Compiling NIOCore FileHandle.swift
[129/177] Compiling NIOCore FileRegion.swift
[130/177] Compiling NIOCore GlobalSingletons.swift
[131/177] Compiling NIOCore IO.swift
[132/177] Compiling NIOCore IOData.swift
[133/177] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[134/177] Compiling NIOCore SocketAddresses.swift
[135/177] Compiling NIOCore SocketOptionProvider.swift
[136/177] Compiling NIOCore SystemCallHelpers.swift
[137/177] Compiling NIOCore TimeAmount+Duration.swift
[138/177] Compiling NIOCore TypeAssistedChannelHandler.swift
[139/177] Compiling NIOCore UniversalBootstrapSupport.swift
[140/177] Compiling NIOCore Utilities.swift
[141/177] Compiling NIOCore CircularBuffer.swift
[142/177] Compiling NIOCore Codec.swift
[143/177] Compiling NIOCore ConvenienceOptionSupport.swift
[144/177] Compiling NIOCore DeadChannel.swift
[145/177] Compiling NIOCore DispatchQueue+WithFuture.swift
[146/177] Compiling NIOCore EventLoop+Deprecated.swift
[147/177] Compiling NIOCore EventLoop+SerialExecutor.swift
[148/177] Compiling NIOCore EventLoop.swift
[149/177] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[150/177] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[151/177] Compiling NIOCore BSDSocketAPI.swift
[152/177] Compiling NIOCore ByteBuffer-aux.swift
[153/177] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[154/177] Compiling NIOCore ByteBuffer-conversions.swift
[155/177] Compiling NIOCore ByteBuffer-core.swift
[156/177] Compiling NIOCore ByteBuffer-hex.swift
[157/177] Compiling NIOCore ByteBuffer-int.swift
[158/177] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[159/177] Compiling NIOCore ByteBuffer-multi-int.swift
[160/177] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[161/177] Compiling NIOCore ByteBuffer-views.swift
[162/177] Compiling NIOCore Channel.swift
[163/177] Compiling NIOCore ChannelHandler.swift
[164/177] Compiling NIOCore ChannelHandlers.swift
[165/177] Compiling NIOCore ChannelInvoker.swift
[166/177] Compiling NIOCore ChannelOption.swift
[167/177] Compiling NIOCore ChannelPipeline.swift
[168/177] Compiling NIOCore AddressedEnvelope.swift
[169/177] Compiling NIOCore AsyncAwaitSupport.swift
[170/177] Compiling NIOCore AsyncChannel.swift
[171/177] Compiling NIOCore AsyncChannelHandler.swift
[172/177] Compiling NIOCore AsyncChannelInboundStream.swift
[173/177] Compiling NIOCore AsyncChannelOutboundWriter.swift
[174/177] Compiling NIOCore NIOAsyncSequenceProducer.swift
[175/177] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[176/177] Compiling NIOCore NIOAsyncWriter.swift
[177/177] Emitting module NIOCore
[179/232] Emitting module NIOEmbedded
[180/232] Compiling NIOEmbedded AsyncTestingChannel.swift
[181/232] Compiling NIOPosix Pool.swift
[182/232] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[183/232] Compiling NIOPosix PosixSingletons.swift
[184/232] Compiling NIOPosix RawSocketBootstrap.swift
[185/232] Compiling NIOPosix Resolver.swift
[186/232] Compiling NIOPosix Selectable.swift
[187/232] Compiling NIOPosix SelectableChannel.swift
[188/238] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[189/238] Compiling NIOEmbedded Embedded.swift
[191/239] Compiling NIOPosix ThreadWindows.swift
[192/239] Compiling NIOPosix UnsafeTransfer.swift
[193/239] Compiling NIOPosix Utilities.swift
[194/239] Compiling NIOPosix VsockAddress.swift
[195/239] Compiling NIOPosix VsockChannelEvents.swift
[196/239] Compiling NIOPosix Windows.swift
[197/239] Emitting module NIOPosix
[198/239] Compiling NIOPosix BSDSocketAPICommon.swift
[199/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[200/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[201/239] Compiling NIOPosix BaseSocket.swift
[202/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[203/239] Compiling NIOPosix BaseSocketChannel.swift
[204/239] Compiling NIOPosix BaseStreamSocketChannel.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 SelectorWSAPoll.swift
[211/239] Compiling NIOPosix ServerSocket.swift
[212/239] Compiling NIOPosix Socket.swift
[213/239] Compiling NIOPosix SocketChannel.swift
[214/239] Compiling NIOPosix SocketProtocols.swift
[215/239] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[216/239] Compiling NIOPosix System.swift
[217/239] Compiling NIOPosix Thread.swift
[218/239] Compiling NIOPosix ThreadPosix.swift
[219/239] Compiling NIOPosix IO.swift
[220/239] Compiling NIOPosix IntegerBitPacking.swift
[221/239] Compiling NIOPosix IntegerTypes.swift
[222/239] Compiling NIOPosix Linux.swift
[223/239] Compiling NIOPosix LinuxCPUSet.swift
[224/239] Compiling NIOPosix LinuxUring.swift
[225/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[226/239] Compiling NIOPosix Bootstrap.swift
[227/239] Compiling NIOPosix ControlMessage.swift
[228/239] Compiling NIOPosix DatagramVectorReadManager.swift
[229/239] Compiling NIOPosix Errors+Any.swift
[230/239] Compiling NIOPosix FileDescriptor.swift
[231/239] Compiling NIOPosix GetaddrinfoResolver.swift
[232/239] Compiling NIOPosix HappyEyeballs.swift
[233/239] Compiling NIOPosix NIOPosixSendableMetatype.swift
[234/239] Compiling NIOPosix NIOThreadPool.swift
[235/239] Compiling NIOPosix NonBlockingFileIO.swift
[236/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[237/239] Compiling NIOPosix PendingWritesManager.swift
[238/239] Compiling NIOPosix PipeChannel.swift
[239/239] Compiling NIOPosix PipePair.swift
[241/242] Compiling NIO Exports.swift
[242/242] Emitting module NIO
[244/254] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[245/254] Emitting module NIOTLS
[246/254] Compiling NIOTLS TLSEvents.swift
[247/254] Compiling NIOTLS SNIHandler.swift
[248/254] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[249/254] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[251/255] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[252/255] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[253/255] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[254/255] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[255/255] Emitting module NIOFoundationCompat
[257/278] Compiling NIOTransportServices AcceptHandler.swift
[258/278] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[259/278] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[260/280] Compiling NIOTransportServices NIOTSBootstraps.swift
[261/280] Compiling NIOTransportServices NIOTSChannelOptions.swift
[262/280] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[263/280] Emitting module NIOTransportServices
[264/280] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[265/280] Compiling NIOTransportServices NIOTSErrors.swift
[266/280] Compiling NIOTransportServices NIOTSEventLoop.swift
[267/280] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[268/280] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[269/280] Compiling NIOTransportServices NIOTSListenerChannel.swift
[270/280] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[271/280] Compiling NIOTransportServices NIOTSSingletons.swift
[272/280] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[273/280] Compiling NIOTransportServices StateManagedChannel.swift
[274/280] Compiling NIOTransportServices StateManagedListenerChannel.swift
[275/280] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[276/280] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[277/280] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[278/280] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[279/280] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[280/280] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[282/294] Compiling STOMPNIO STOMPDestinationStateMachine.swift
[283/295] Compiling STOMPNIO STOMPSubscription.swift
[284/295] Compiling STOMPNIO STOMPCommand.swift
[285/295] Compiling STOMPNIO STOMPFrame.swift
[286/295] Compiling STOMPNIO STOMPServerAddress.swift
[287/295] Compiling STOMPNIO STOMPTask.swift
[288/295] Compiling STOMPNIO STOMPFrameDecoder.swift
[289/295] Compiling STOMPNIO STOMPClientError.swift
[290/295] Compiling STOMPNIO STOMPChannelHandler+stateMachine.swift
[291/295] Compiling STOMPNIO STOMPChannelHandler.swift
[292/295] Compiling STOMPNIO STOMPConnection.swift
[293/295] Compiling STOMPNIO STOMPConnectionConfiguration.swift
[294/295] Emitting module STOMPNIO
[295/295] Compiling STOMPNIO STOMPSubscriptions.swift
Build complete! (120.07s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.7.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.91.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
}
],
"manifest_display_name" : "stomp-nio",
"name" : "stomp-nio",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "tvos",
"version" : "18.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "STOMPNIO",
"targets" : [
"STOMPNIO"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "STOMPNIOTests",
"module_type" : "SwiftTarget",
"name" : "STOMPNIOTests",
"path" : "Tests/STOMPNIOTests",
"sources" : [
"STOMPConnectionTests.swift",
"STOMPFrameDecoderTests.swift"
],
"target_dependencies" : [
"STOMPNIO"
],
"type" : "test"
},
{
"c99name" : "STOMPNIO",
"module_type" : "SwiftTarget",
"name" : "STOMPNIO",
"path" : "Sources/STOMPNIO",
"product_dependencies" : [
"Logging",
"NIOCore",
"NIOPosix",
"NIOTransportServices"
],
"product_memberships" : [
"STOMPNIO"
],
"sources" : [
"Connection/STOMPChannelHandler+stateMachine.swift",
"Connection/STOMPChannelHandler.swift",
"Connection/STOMPConnection.swift",
"Connection/STOMPConnectionConfiguration.swift",
"Connection/STOMPServerAddress.swift",
"Connection/STOMPTask.swift",
"Frame/STOMPCommand.swift",
"Frame/STOMPFrame.swift",
"Frame/STOMPFrameDecoder.swift",
"STOMPClientError.swift",
"Subscriptions/STOMPDestinationStateMachine.swift",
"Subscriptions/STOMPSubscription.swift",
"Subscriptions/STOMPSubscriptions.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.