The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DBUS, reference 0.2.4 (2c7112), with Swift 6.1 for Linux on 11 Dec 2025 07:43:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/dbus.git
Reference: 0.2.4
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
 * tag               0.2.4      -> FETCH_HEAD
HEAD is now at 2c71124 Merge pull request #20 from edgeengineer/jo/log-on-race-condition
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
2c71124a7baf3fff6346d7ebce6b90c336f0d285
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at 0.2.4
========================================
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-3":/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
Fetching https://github.com/apple/swift-nio-extras.git
[1/6363] Fetching swift-nio-extras
[383/12099] Fetching swift-nio-extras, swift-log
[10322/92780] Fetching swift-nio-extras, swift-log, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.93s)
[8964/86417] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (10.85s)
Fetched https://github.com/apple/swift-nio.git from cache (11.09s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (12.48s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/5833] Fetching swift-async-algorithms
[118/7500] Fetching swift-async-algorithms, swift-asn1
[410/10068] Fetching swift-async-algorithms, swift-asn1, swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.00s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.02s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/7040] Fetching swift-certificates
[4085/8244] Fetching swift-certificates, swift-http-structured-headers
[5351/14285] Fetching swift-certificates, swift-http-structured-headers, swift-algorithms
[5556/15236] Fetching swift-certificates, swift-http-structured-headers, swift-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.64s)
[11325/14285] Fetching swift-certificates, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.65s)
[10665/13081] Fetching swift-certificates, swift-algorithms
Fetching https://github.com/apple/swift-nio-http2.git
[13082/28369] Fetching swift-certificates, swift-algorithms, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-certificates.git from cache (1.19s)
[7570/21329] Fetching swift-algorithms, swift-nio-ssl
[7877/33047] Fetching swift-algorithms, swift-nio-ssl, swift-nio-http2
[9238/34867] Fetching swift-algorithms, swift-nio-ssl, swift-nio-http2, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.95s)
[12982/33047] Fetching swift-algorithms, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.27s)
Fetched https://github.com/apple/swift-algorithms.git from cache (4.93s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (10.09s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.73s)
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 (1.02s)
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.20s)
Fetching https://github.com/apple/swift-collections.git
[1/18363] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.38s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (3.54s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (1.14s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (3.95s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.12s)
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.95s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (1.18s)
Fetching https://github.com/apple/swift-crypto.git
[1/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.26s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (5.68s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.20s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (4.88s)
Fetching https://github.com/apple/swift-system.git
[1/5221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.66s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.17s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.94s)
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-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-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-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-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-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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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/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-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-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-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-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-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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Building for debugging...
[0/47] Write sources
[14/47] Compiling CNIOWindows shim.c
[15/47] Compiling CNIOWASI CNIOWASI.c
[16/47] Compiling CNIOWindows WSAStartup.c
[17/47] Compiling CNIOOpenBSD shim.c
[18/47] Compiling _AtomicsShims.c
[19/47] Compiling CNIOPosix event_loop_id.c
[20/47] Compiling CNIOLinux liburing_shims.c
[21/47] Compiling CNIOLLHTTP c_nio_http.c
[22/47] Write sources
[23/47] Compiling CNIODarwin shim.c
[24/47] Compiling CNIOLLHTTP c_nio_api.c
[25/47] Compiling CNIOLLHTTP c_nio_llhttp.c
[26/47] Compiling CNIOLinux shim.c
[27/47] Write swift-version-24593BA9C3E375BF.txt
[29/92] Emitting module InternalCollectionsUtilities
[30/94] Emitting module _NIODataStructures
[31/94] Emitting module Atomics
[31/96] Compiling c-nioatomics.c
[33/96] Compiling Atomics IntegerOperations.swift
[34/96] Compiling Atomics Unmanaged extensions.swift
[35/96] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[36/96] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[37/96] Compiling _NIOBase64 Base64.swift
[38/96] Emitting module _NIOBase64
[39/97] Compiling _NIODataStructures _TinyArray.swift
[40/97] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[41/97] Compiling InternalCollectionsUtilities Integer rank.swift
[42/97] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[43/97] Compiling InternalCollectionsUtilities UInt+reversed.swift
[44/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[45/97] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[51/97] Compiling _NIODataStructures PriorityQueue.swift
[52/97] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[53/97] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[55/97] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/97] Compiling InternalCollectionsUtilities Debugging.swift
[57/97] Compiling InternalCollectionsUtilities Descriptions.swift
[58/97] Compiling InternalCollectionsUtilities _SortedCollection.swift
[59/97] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/97] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[65/97] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/99] Compiling c-atomics.c
[77/105] Emitting module Logging
[78/105] Compiling Logging Locks.swift
[79/105] Compiling Logging MetadataProvider.swift
[80/105] Compiling Logging LogHandler.swift
[81/105] Compiling Logging Logging.swift
[82/106] Compiling NIOConcurrencyHelpers lock.swift
[84/106] Emitting module NIOConcurrencyHelpers
[85/106] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[86/106] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[87/106] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/106] Compiling NIOConcurrencyHelpers atomics.swift
[89/106] Compiling _NIODataStructures Heap.swift
[91/108] Wrapping AST for InternalCollectionsUtilities for debugging
[91/108] Wrapping AST for Logging for debugging
[92/108] Wrapping AST for Atomics for debugging
[92/108] Wrapping AST for NIOConcurrencyHelpers for debugging
[94/108] Wrapping AST for _NIODataStructures for debugging
[95/108] Wrapping AST for _NIOBase64 for debugging
[98/123] Compiling DequeModule _DequeBuffer.swift
[99/123] Compiling DequeModule _DequeBufferHeader.swift
[100/125] Compiling DequeModule Deque+Equatable.swift
[101/125] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[102/125] Compiling DequeModule Deque+Extras.swift
[103/125] Compiling DequeModule Deque+Hashable.swift
[104/125] Compiling DequeModule Deque+Testing.swift
[105/125] Compiling DequeModule Deque._Storage.swift
[106/125] Compiling DequeModule _DequeSlot.swift
[107/125] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/125] Compiling DequeModule Deque._UnsafeHandle.swift
[109/125] Compiling DequeModule Deque.swift
[110/125] Compiling DequeModule Deque+CustomReflectable.swift
[111/125] Compiling DequeModule Deque+Descriptions.swift
[112/125] Compiling DequeModule Deque+Codable.swift
[113/125] Compiling DequeModule Deque+Collection.swift
[114/125] Emitting module DequeModule
[115/127] 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/197] Compiling NIOCore IPProtocol.swift
[126/197] Compiling NIOCore IntegerBitPacking.swift
[127/197] Compiling NIOCore IntegerTypes.swift
[128/197] Compiling NIOCore Interfaces.swift
[129/197] Compiling NIOCore Linux.swift
[130/197] Compiling NIOCore MarkedCircularBuffer.swift
[131/197] Compiling NIOCore MulticastChannel.swift
[132/197] Compiling NIOCore NIOAny.swift
[133/197] Compiling NIOCore NIOCloseOnErrorHandler.swift
[134/197] Compiling NIOCore EventLoopFuture+Deprecated.swift
[135/197] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[136/197] Compiling NIOCore EventLoopFuture.swift
[137/197] Compiling NIOCore FileDescriptor.swift
[138/197] Compiling NIOCore FileHandle.swift
[139/197] Compiling NIOCore FileRegion.swift
[140/197] Compiling NIOCore GlobalSingletons.swift
[141/197] Compiling NIOCore IO.swift
[142/197] Compiling NIOCore IOData.swift
[143/197] Compiling NIOCore CircularBuffer.swift
[144/197] Compiling NIOCore Codec.swift
[145/197] Compiling NIOCore ConvenienceOptionSupport.swift
[146/197] Compiling NIOCore DeadChannel.swift
[147/197] Compiling NIOCore DispatchQueue+WithFuture.swift
[148/197] Compiling NIOCore EventLoop+Deprecated.swift
[149/197] Compiling NIOCore EventLoop+SerialExecutor.swift
[150/197] Compiling NIOCore EventLoop.swift
[151/197] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[152/197] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[153/197] Compiling NIOCore SocketAddresses.swift
[154/197] Compiling NIOCore SocketOptionProvider.swift
[155/197] Compiling NIOCore SystemCallHelpers.swift
[156/197] Compiling NIOCore TimeAmount+Duration.swift
[157/197] Compiling NIOCore TypeAssistedChannelHandler.swift
[158/197] Compiling NIOCore UniversalBootstrapSupport.swift
[159/197] Compiling NIOCore Utilities.swift
[160/197] Compiling NIOCore AddressedEnvelope.swift
[161/197] Compiling NIOCore AsyncAwaitSupport.swift
[162/197] Compiling NIOCore AsyncChannel.swift
[163/197] Compiling NIOCore AsyncChannelHandler.swift
[164/197] Compiling NIOCore AsyncChannelInboundStream.swift
[165/197] Compiling NIOCore AsyncChannelOutboundWriter.swift
[166/197] Compiling NIOCore NIOAsyncSequenceProducer.swift
[167/197] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[168/197] Compiling NIOCore NIOAsyncWriter.swift
[169/197] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[170/197] Compiling NIOCore BSDSocketAPI.swift
[171/197] Compiling NIOCore ByteBuffer-aux.swift
[172/197] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[173/197] Compiling NIOCore ByteBuffer-conversions.swift
[174/197] Compiling NIOCore ByteBuffer-core.swift
[175/197] Compiling NIOCore ByteBuffer-hex.swift
[176/197] Compiling NIOCore ByteBuffer-int.swift
[177/197] Compiling NIOCore ByteBuffer-lengthPrefix.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] Compiling NIOEmbedded Embedded.swift
[192/252] Emitting module NIOEmbedded
[193/252] Compiling NIOEmbedded AsyncTestingChannel.swift
[194/253] Wrapping AST for NIOEmbedded for debugging
[196/253] Emitting module NIOPosix
[197/259] Compiling NIOPosix Pool.swift
[198/259] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[199/259] Compiling NIOPosix PosixSingletons.swift
[200/259] Compiling NIOPosix RawSocketBootstrap.swift
[201/259] Compiling NIOPosix Resolver.swift
[202/259] Compiling NIOPosix Selectable.swift
[203/259] Compiling NIOPosix SelectableChannel.swift
[204/259] Compiling NIOPosix ThreadWindows.swift
[205/259] Compiling NIOPosix UnsafeTransfer.swift
[206/259] Compiling NIOPosix Utilities.swift
[207/259] Compiling NIOPosix VsockAddress.swift
[208/259] Compiling NIOPosix VsockChannelEvents.swift
[209/259] Compiling NIOPosix Windows.swift
[210/259] Compiling NIOPosix SelectableEventLoop.swift
[211/259] Compiling NIOPosix SelectorEpoll.swift
[212/259] Compiling NIOPosix SelectorGeneric.swift
[213/259] Compiling NIOPosix SelectorKqueue.swift
[214/259] Compiling NIOPosix SelectorUring.swift
[215/259] Compiling NIOPosix SelectorWSAPoll.swift
[216/259] Compiling NIOPosix ServerSocket.swift
[217/259] Compiling NIOPosix Socket.swift
[218/259] Compiling NIOPosix SocketChannel.swift
[219/259] Compiling NIOPosix SocketProtocols.swift
[220/259] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[221/259] Compiling NIOPosix System.swift
[222/259] Compiling NIOPosix Thread.swift
[223/259] Compiling NIOPosix ThreadPosix.swift
[224/259] Compiling NIOPosix IO.swift
[225/259] Compiling NIOPosix IntegerBitPacking.swift
[226/259] Compiling NIOPosix IntegerTypes.swift
[227/259] Compiling NIOPosix Linux.swift
[228/259] Compiling NIOPosix LinuxCPUSet.swift
[229/259] Compiling NIOPosix LinuxUring.swift
[230/259] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[231/259] Compiling NIOPosix NIOPosixSendableMetatype.swift
[232/259] Compiling NIOPosix NIOThreadPool.swift
[233/259] Compiling NIOPosix NonBlockingFileIO.swift
[234/259] Compiling NIOPosix PendingDatagramWritesManager.swift
[235/259] Compiling NIOPosix PendingWritesManager.swift
[236/259] Compiling NIOPosix PipeChannel.swift
[237/259] Compiling NIOPosix PipePair.swift
[238/259] Compiling NIOPosix BSDSocketAPICommon.swift
[239/259] Compiling NIOPosix BSDSocketAPIPosix.swift
[240/259] Compiling NIOPosix BSDSocketAPIWindows.swift
[241/259] Compiling NIOPosix BaseSocket.swift
[242/259] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[243/259] Compiling NIOPosix BaseSocketChannel.swift
[244/259] Compiling NIOPosix BaseStreamSocketChannel.swift
[245/259] Compiling NIOPosix Bootstrap.swift
[246/259] Compiling NIOPosix ControlMessage.swift
[247/259] Compiling NIOPosix DatagramVectorReadManager.swift
[248/259] Compiling NIOPosix Errors+Any.swift
[249/259] Compiling NIOPosix FileDescriptor.swift
[250/259] Compiling NIOPosix GetaddrinfoResolver.swift
[251/259] Compiling NIOPosix HappyEyeballs.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 NIOTypedHTTPClientUpgradeHandler.swift
[259/279] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[260/281] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[261/281] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[262/281] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[263/281] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[264/281] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[265/281] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[266/281] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[267/281] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[268/281] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[269/281] Compiling NIOHTTP1 HTTPTypes.swift
[270/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[271/281] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[272/281] Emitting module NIOHTTP1
[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 PCAPRingBuffer.swift
[279/300] Compiling NIOExtras QuiescingHelper.swift
[280/300] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[281/300] Compiling NIOExtras NIOExtrasError.swift
[282/300] Compiling NIOExtras RequestResponseHandler.swift
[283/300] Compiling NIOExtras RequestResponseHandlers+State.swift
[284/302] Emitting module NIOExtras
[285/302] Compiling NIOExtras NIOLengthFieldBitLength.swift
[286/302] Compiling NIOExtras NIORequestIdentifiable.swift
[287/302] Compiling NIOExtras DebugInboundEventsHandler.swift
[288/302] Compiling NIOExtras DebugOutboundEventsHandler.swift
[289/302] Compiling NIOExtras FixedLengthFrameDecoder.swift
[290/302] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[291/302] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[292/302] Compiling NIOExtras JSONRPCFraming.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 DBusMessageCodec.swift
[301/318] Compiling DBUS DBusMessage+Flags.swift
[302/318] Compiling DBUS DBusMessage+MessageType.swift
[303/318] Compiling DBUS DBusMessage.swift
[304/319] Compiling DBUS DBusString.swift
[305/319] Compiling DBUS DBusType.swift
[306/319] Compiling DBUS DBusValue.swift
[307/319] Compiling DBUS DBusVariant.swift
[308/319] Compiling DBUS HeaderField+Code.swift
[309/319] Compiling DBUS HeaderField.swift
[310/319] Compiling DBUS TypeSignature.swift
[311/319] Emitting module DBUS
[312/319] Compiling DBUS DBusClient.swift
[313/319] Compiling DBUS DBusError.swift
[314/319] Compiling DBUS ByteBuffer+DBus.swift
[315/319] Compiling DBUS DBusAuthenticationHandler.swift
[316/320] Wrapping AST for DBUS for debugging
[318/322] Emitting module ExampleApp
[319/322] Compiling ExampleApp App.swift
[320/323] Wrapping AST for ExampleApp for debugging
[321/323] Write Objects.LinkFileList
[322/323] Linking ExampleApp
Build complete! (138.89s)
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.