Build Information
Successful build of DBUS, reference main (818938), with Swift 6.1 for Linux on 11 Dec 2025 07:47:54 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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/wendylabsinc/dbus.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/wendylabsinc/dbus
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8189386 Merge pull request #21 from edgeengineer/jo/log-on-race-condition
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
8189386fef65298be191f99b5351abe9b8feb321
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/wendylabsinc/dbus.git
https://github.com/wendylabsinc/dbus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.70.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "DBUS",
"name" : "DBUS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DBUS",
"targets" : [
"DBUS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExampleApp",
"targets" : [
"ExampleApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "Sources/ExampleApp",
"product_memberships" : [
"ExampleApp"
],
"sources" : [
"App.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "executable"
},
{
"c99name" : "DBUSTests",
"module_type" : "SwiftTarget",
"name" : "DBUSTests",
"path" : "Tests/DBUSTests",
"sources" : [
"DBusAuthenticationHandlerTests.swift",
"DBusValueTests.swift",
"Test.swift",
"TypeSignatureTests.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "test"
},
{
"c99name" : "DBUS",
"module_type" : "SwiftTarget",
"name" : "DBUS",
"path" : "Sources/DBUS",
"product_dependencies" : [
"NIOCore",
"NIOExtras",
"Logging"
],
"product_memberships" : [
"DBUS",
"ExampleApp"
],
"sources" : [
"ByteBuffer+DBus.swift",
"DBusAuthenticationHandler.swift",
"DBusClient.swift",
"DBusError.swift",
"DBusMessageCodec.swift",
"Message/DBusMessage+Flags.swift",
"Message/DBusMessage+MessageType.swift",
"Message/DBusMessage.swift",
"Message/HeaderField+Code.swift",
"Message/HeaderField.swift",
"Message/Primitives/DBusString.swift",
"Message/Primitives/DBusType.swift",
"Message/Primitives/DBusValue.swift",
"Message/Primitives/DBusVariant.swift",
"Message/Primitives/TypeSignature.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/5736] Fetching swift-log
[5737/86417] Fetching swift-log, swift-nio
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (5.26s)
Fetched https://github.com/apple/swift-nio.git from cache (5.45s)
[1/6363] Fetching swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (6.81s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/7040] Fetching swift-certificates
[72/9608] Fetching swift-certificates, swift-service-lifecycle
[194/11275] Fetching swift-certificates, swift-service-lifecycle, swift-asn1
[6021/17108] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[7484/23149] Fetching swift-certificates, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
[16297/20581] Fetching swift-certificates, swift-asn1, swift-async-algorithms, swift-algorithms
Fetching https://github.com/apple/swift-atomics.git
[19133/35869] Fetching swift-certificates, swift-asn1, swift-async-algorithms, swift-algorithms, swift-nio-ssl
Fetched https://github.com/apple/swift-asn1.git from cache (0.74s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.74s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[14916/28369] Fetching swift-certificates, swift-algorithms, swift-nio-ssl
[15070/30189] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-atomics
[17654/31393] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-atomics, swift-http-structured-headers
[19113/32344] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-atomics, swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
[20539/31393] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-atomics, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.36s)
Fetching https://github.com/apple/swift-nio-http2.git
[19488/30189] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.64s)
[18738/28369] Fetching swift-certificates, swift-algorithms, swift-nio-ssl
[23631/40087] Fetching swift-certificates, swift-algorithms, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (3.06s)
Fetched https://github.com/apple/swift-algorithms.git from cache (3.06s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.10s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.03s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (6.33s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.57s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.9.1 (0.81s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (1.00s)
Fetching https://github.com/apple/swift-collections.git
[1/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (2.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.58s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.59s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.61s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.71s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (3.21s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.19s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (1.41s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.74s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (2.30s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.39.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.91.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.9.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.17.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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Building for debugging...
[0/47] Write sources
[14/47] Compiling CNIOWindows WSAStartup.c
[14/47] Compiling _AtomicsShims.c
[16/47] Compiling CNIOPosix event_loop_id.c
[17/47] Compiling CNIOWindows shim.c
[17/47] Compiling CNIOWASI CNIOWASI.c
[19/47] Compiling CNIOOpenBSD shim.c
[20/47] Compiling CNIOLinux liburing_shims.c
[21/47] Compiling CNIODarwin shim.c
[21/47] Write sources
[23/47] Compiling CNIOLLHTTP c_nio_http.c
[24/47] Compiling CNIOLinux shim.c
[25/47] Compiling CNIOLLHTTP c_nio_api.c
[26/47] Write swift-version-24593BA9C3E375BF.txt
[27/49] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/92] Emitting module InternalCollectionsUtilities
[30/94] Emitting module _NIODataStructures
[31/94] Emitting module Logging
[31/94] Compiling c-nioatomics.c
[33/94] Compiling Atomics AtomicInteger.swift
[34/94] Compiling Atomics AtomicOptionalWrappable.swift
[35/94] Compiling Atomics AtomicReference.swift
[36/96] Compiling Atomics UnsafeAtomic.swift
[37/96] Compiling Atomics UnsafeAtomicLazyReference.swift
[38/96] Compiling Atomics AtomicMemoryOrderings.swift
[39/96] Compiling Atomics DoubleWord.swift
[40/96] Compiling Atomics AtomicStorage.swift
[41/96] Compiling Atomics AtomicValue.swift
[42/96] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[43/96] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[46/96] Compiling _NIODataStructures _TinyArray.swift
[47/96] Compiling Atomics RawRepresentable.swift
[48/96] Compiling Atomics AtomicBool.swift
[53/96] Compiling _NIODataStructures PriorityQueue.swift
[57/96] Compiling Atomics IntegerConformances.swift
[58/96] Compiling Atomics PointerConformances.swift
[61/96] Compiling Atomics Primitives.native.swift
[62/96] Compiling Atomics OptionalRawRepresentable.swift
[63/97] Compiling _NIOBase64 Base64.swift
[64/97] Emitting module _NIOBase64
[71/98] Emitting module Atomics
[74/98] Compiling Atomics IntegerOperations.swift
[75/98] Compiling Atomics Unmanaged extensions.swift
[75/99] Wrapping AST for _NIOBase64 for debugging
[76/99] Wrapping AST for InternalCollectionsUtilities for debugging
[78/114] Compiling c-atomics.c
[79/114] Wrapping AST for Atomics for debugging
[81/120] Compiling DequeModule _DequeBuffer.swift
[82/120] Compiling DequeModule _DequeBufferHeader.swift
[83/122] Compiling DequeModule Deque+CustomReflectable.swift
[84/122] Compiling DequeModule Deque+Descriptions.swift
[85/122] Compiling Logging Locks.swift
[86/122] Compiling _NIODataStructures Heap.swift
[87/123] Compiling Logging MetadataProvider.swift
[89/123] Compiling NIOConcurrencyHelpers lock.swift
[90/123] Compiling Logging LogHandler.swift
[91/123] Compiling Logging Logging.swift
[92/124] Compiling DequeModule Deque+Equatable.swift
[93/124] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[94/124] Compiling DequeModule Deque+Extras.swift
[95/124] Compiling DequeModule Deque+Hashable.swift
[96/124] Compiling DequeModule Deque+Testing.swift
[97/124] Compiling DequeModule Deque._Storage.swift
[98/124] Compiling DequeModule Deque._UnsafeHandle.swift
[99/124] Compiling DequeModule Deque.swift
[100/124] Compiling DequeModule _DequeSlot.swift
[101/124] Compiling DequeModule _UnsafeWrappedBuffer.swift
[102/124] Wrapping AST for _NIODataStructures for debugging
[104/124] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[105/124] Compiling NIOConcurrencyHelpers NIOLock.swift
[106/124] Compiling NIOConcurrencyHelpers atomics.swift
[107/124] Emitting module NIOConcurrencyHelpers
[108/124] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[108/124] Wrapping AST for Logging for debugging
[111/125] Emitting module DequeModule
[112/125] Compiling DequeModule Deque+Codable.swift
[113/125] Compiling DequeModule Deque+Collection.swift
[114/126] Wrapping AST for NIOConcurrencyHelpers for debugging
[115/126] Wrapping AST for DequeModule for debugging
[117/189] Compiling NIOCore NIOCoreSendableMetatype.swift
[118/189] Compiling NIOCore NIODecodedAsyncSequence.swift
[119/189] Compiling NIOCore NIOLoopBound.swift
[120/189] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[121/189] Compiling NIOCore NIOScheduledCallback.swift
[122/189] Compiling NIOCore NIOSendable.swift
[123/189] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[124/189] Compiling NIOCore RecvByteBufferAllocator.swift
[125/189] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[126/189] Compiling NIOCore BSDSocketAPI.swift
[127/189] Compiling NIOCore ByteBuffer-aux.swift
[128/189] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[129/189] Compiling NIOCore ByteBuffer-conversions.swift
[130/189] Compiling NIOCore ByteBuffer-core.swift
[131/189] Compiling NIOCore ByteBuffer-hex.swift
[132/189] Compiling NIOCore ByteBuffer-int.swift
[133/189] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[134/189] Compiling NIOCore EventLoopFuture+Deprecated.swift
[135/189] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[136/189] Compiling NIOCore EventLoopFuture.swift
[137/189] Compiling NIOCore FileDescriptor.swift
[138/189] Compiling NIOCore FileHandle.swift
[139/189] Compiling NIOCore FileRegion.swift
[140/189] Compiling NIOCore GlobalSingletons.swift
[141/189] Compiling NIOCore IO.swift
[142/189] Compiling NIOCore IOData.swift
[143/197] Compiling NIOCore IPProtocol.swift
[144/197] Compiling NIOCore IntegerBitPacking.swift
[145/197] Compiling NIOCore IntegerTypes.swift
[146/197] Compiling NIOCore Interfaces.swift
[147/197] Compiling NIOCore Linux.swift
[148/197] Compiling NIOCore MarkedCircularBuffer.swift
[149/197] Compiling NIOCore MulticastChannel.swift
[150/197] Compiling NIOCore NIOAny.swift
[151/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[152/197] Compiling NIOCore CircularBuffer.swift
[153/197] Compiling NIOCore Codec.swift
[154/197] Compiling NIOCore ConvenienceOptionSupport.swift
[155/197] Compiling NIOCore DeadChannel.swift
[156/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[157/197] Compiling NIOCore EventLoop+Deprecated.swift
[158/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[159/197] Compiling NIOCore EventLoop.swift
[160/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[161/197] Compiling NIOCore AddressedEnvelope.swift
[162/197] Compiling NIOCore AsyncAwaitSupport.swift
[163/197] Compiling NIOCore AsyncChannel.swift
[164/197] Compiling NIOCore AsyncChannelHandler.swift
[165/197] Compiling NIOCore AsyncChannelInboundStream.swift
[166/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[167/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[168/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[169/197] Compiling NIOCore NIOAsyncWriter.swift
[170/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[171/197] Compiling NIOCore SocketAddresses.swift
[172/197] Compiling NIOCore SocketOptionProvider.swift
[173/197] Compiling NIOCore SystemCallHelpers.swift
[174/197] Compiling NIOCore TimeAmount+Duration.swift
[175/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[176/197] Compiling NIOCore UniversalBootstrapSupport.swift
[177/197] Compiling NIOCore Utilities.swift
[178/197] Compiling NIOCore ByteBuffer-multi-int.swift
[179/197] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[180/197] Compiling NIOCore ByteBuffer-views.swift
[181/197] Compiling NIOCore Channel.swift
[182/197] Compiling NIOCore ChannelHandler.swift
[183/197] Compiling NIOCore ChannelHandlers.swift
[184/197] Compiling NIOCore ChannelInvoker.swift
[185/197] Compiling NIOCore ChannelOption.swift
[186/197] Compiling NIOCore ChannelPipeline.swift
[187/197] Emitting module NIOCore
[188/198] Wrapping AST for NIOCore for debugging
[190/252] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[191/252] Emitting module NIOEmbedded
[192/252] Compiling NIOEmbedded AsyncTestingChannel.swift
[193/252] Compiling NIOEmbedded Embedded.swift
[194/253] Wrapping AST for NIOEmbedded for debugging
[196/253] Compiling NIOPosix IO.swift
[197/253] Compiling NIOPosix IntegerBitPacking.swift
[198/253] Compiling NIOPosix IntegerTypes.swift
[199/253] Compiling NIOPosix Linux.swift
[200/253] Compiling NIOPosix LinuxCPUSet.swift
[201/253] Compiling NIOPosix LinuxUring.swift
[202/253] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[203/253] Emitting module NIOPosix
[204/253] Compiling NIOPosix SelectableEventLoop.swift
[205/253] Compiling NIOPosix SelectorEpoll.swift
[206/253] Compiling NIOPosix SelectorGeneric.swift
[207/253] Compiling NIOPosix SelectorKqueue.swift
[208/253] Compiling NIOPosix SelectorUring.swift
[209/253] Compiling NIOPosix SelectorWSAPoll.swift
[210/253] Compiling NIOPosix ServerSocket.swift
[211/253] Compiling NIOPosix Pool.swift
[212/253] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[213/253] Compiling NIOPosix PosixSingletons.swift
[214/253] Compiling NIOPosix RawSocketBootstrap.swift
[215/253] Compiling NIOPosix Resolver.swift
[216/253] Compiling NIOPosix Selectable.swift
[217/253] Compiling NIOPosix SelectableChannel.swift
[218/253] Compiling NIOPosix Socket.swift
[219/253] Compiling NIOPosix SocketChannel.swift
[220/253] Compiling NIOPosix SocketProtocols.swift
[221/253] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[222/253] Compiling NIOPosix System.swift
[223/253] Compiling NIOPosix Thread.swift
[224/253] Compiling NIOPosix ThreadPosix.swift
[225/253] Compiling NIOPosix NIOPosixSendableMetatype.swift
[226/253] Compiling NIOPosix NIOThreadPool.swift
[227/253] Compiling NIOPosix NonBlockingFileIO.swift
[228/253] Compiling NIOPosix PendingDatagramWritesManager.swift
[229/253] Compiling NIOPosix PendingWritesManager.swift
[230/253] Compiling NIOPosix PipeChannel.swift
[231/253] Compiling NIOPosix PipePair.swift
[232/259] Compiling NIOPosix BSDSocketAPICommon.swift
[233/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[234/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[235/259] Compiling NIOPosix BaseSocket.swift
[236/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[237/259] Compiling NIOPosix BaseSocketChannel.swift
[238/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[239/259] Compiling NIOPosix Bootstrap.swift
[240/259] Compiling NIOPosix ControlMessage.swift
[241/259] Compiling NIOPosix DatagramVectorReadManager.swift
[242/259] Compiling NIOPosix Errors+Any.swift
[243/259] Compiling NIOPosix FileDescriptor.swift
[244/259] Compiling NIOPosix GetaddrinfoResolver.swift
[245/259] Compiling NIOPosix HappyEyeballs.swift
[246/259] Compiling NIOPosix ThreadWindows.swift
[247/259] Compiling NIOPosix UnsafeTransfer.swift
[248/259] Compiling NIOPosix Utilities.swift
[249/259] Compiling NIOPosix VsockAddress.swift
[250/259] Compiling NIOPosix VsockChannelEvents.swift
[251/259] Compiling NIOPosix Windows.swift
[252/260] Wrapping AST for NIOPosix for debugging
[254/262] Emitting module NIO
[255/262] Compiling NIO Exports.swift
[256/263] Wrapping AST for NIO for debugging
[258/279] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[259/279] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[260/281] Emitting module NIOHTTP1
[261/281] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[262/281] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[263/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[264/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[265/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[266/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[267/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[268/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[269/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[270/281] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[271/281] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[272/281] Compiling NIOHTTP1 HTTPTypes.swift
[273/281] Compiling NIOHTTP1 ByteCollectionUtils.swift
[274/281] Compiling NIOHTTP1 HTTPDecoder.swift
[275/281] Compiling NIOHTTP1 HTTPEncoder.swift
[276/282] Wrapping AST for NIOHTTP1 for debugging
[278/300] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[279/300] Compiling NIOExtras NIOExtrasError.swift
[280/300] Compiling NIOExtras NIOLengthFieldBitLength.swift
[281/300] Compiling NIOExtras NIORequestIdentifiable.swift
[282/302] Emitting module NIOExtras
[283/302] Compiling NIOExtras RequestResponseHandler.swift
[284/302] Compiling NIOExtras RequestResponseHandlers+State.swift
[285/302] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[286/302] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[287/302] Compiling NIOExtras JSONRPCFraming.swift
[288/302] Compiling NIOExtras PCAPRingBuffer.swift
[289/302] Compiling NIOExtras QuiescingHelper.swift
[290/302] Compiling NIOExtras DebugInboundEventsHandler.swift
[291/302] Compiling NIOExtras DebugOutboundEventsHandler.swift
[292/302] Compiling NIOExtras FixedLengthFrameDecoder.swift
[293/302] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[294/302] Compiling NIOExtras LengthFieldPrepender.swift
[295/302] Compiling NIOExtras LineBasedFrameDecoder.swift
[296/302] Compiling NIOExtras RequestResponseWithIDHandler.swift
[297/302] Compiling NIOExtras WritePCAPHandler.swift
[298/303] Wrapping AST for NIOExtras for debugging
[300/318] Compiling DBUS DBusMessage+MessageType.swift
[301/318] Compiling DBUS DBusMessage.swift
[302/319] Compiling DBUS DBusMessageCodec.swift
[303/319] Compiling DBUS DBusMessage+Flags.swift
[304/319] Compiling DBUS DBusString.swift
[305/319] Compiling DBUS DBusType.swift
[306/319] Compiling DBUS HeaderField+Code.swift
[307/319] Compiling DBUS HeaderField.swift
[308/319] Compiling DBUS DBusClient.swift
[309/319] Compiling DBUS DBusError.swift
[310/319] Compiling DBUS DBusValue.swift
[311/319] Compiling DBUS DBusVariant.swift
[312/319] Compiling DBUS TypeSignature.swift
[313/319] Compiling DBUS ByteBuffer+DBus.swift
[314/319] Compiling DBUS DBusAuthenticationHandler.swift
[315/319] Emitting module DBUS
[316/320] Wrapping AST for DBUS for debugging
[318/322] Compiling ExampleApp App.swift
[319/322] Emitting module ExampleApp
[320/323] Wrapping AST for ExampleApp for debugging
[321/323] Write Objects.LinkFileList
[322/323] Linking ExampleApp
Build complete! (129.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.70.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.26.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "DBUS",
"name" : "DBUS",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DBUS",
"targets" : [
"DBUS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ExampleApp",
"targets" : [
"ExampleApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "Sources/ExampleApp",
"product_memberships" : [
"ExampleApp"
],
"sources" : [
"App.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "executable"
},
{
"c99name" : "DBUSTests",
"module_type" : "SwiftTarget",
"name" : "DBUSTests",
"path" : "Tests/DBUSTests",
"sources" : [
"DBusAuthenticationHandlerTests.swift",
"DBusValueTests.swift",
"Test.swift",
"TypeSignatureTests.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "test"
},
{
"c99name" : "DBUS",
"module_type" : "SwiftTarget",
"name" : "DBUS",
"path" : "Sources/DBUS",
"product_dependencies" : [
"NIOCore",
"NIOExtras",
"Logging"
],
"product_memberships" : [
"DBUS",
"ExampleApp"
],
"sources" : [
"ByteBuffer+DBus.swift",
"DBusAuthenticationHandler.swift",
"DBusClient.swift",
"DBusError.swift",
"DBusMessageCodec.swift",
"Message/DBusMessage+Flags.swift",
"Message/DBusMessage+MessageType.swift",
"Message/DBusMessage.swift",
"Message/HeaderField+Code.swift",
"Message/HeaderField.swift",
"Message/Primitives/DBusString.swift",
"Message/Primitives/DBusType.swift",
"Message/Primitives/DBusValue.swift",
"Message/Primitives/DBusVariant.swift",
"Message/Primitives/TypeSignature.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.