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 main (818938), with Swift 6.1 for macOS (SPM) on 11 Dec 2025 07:47:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/wendylabsinc/dbus.git
https://github.com/wendylabsinc/dbus.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/35] Write sources
[3/35] Write ExampleApp-entitlement.plist
[3/35] Write sources
[6/35] Copying PrivacyInfo.xcprivacy
[6/35] Write sources
[16/35] Compiling CNIOWindows WSAStartup.c
[16/35] Compiling CNIOWindows shim.c
[18/35] Compiling CNIOWASI CNIOWASI.c
[19/35] Compiling CNIOOpenBSD shim.c
[19/35] Compiling CNIOLinux liburing_shims.c
[21/35] Compiling CNIOLinux shim.c
[22/35] Write sources
[23/35] Write swift-version-2F0A5646E1D333AE.txt
[24/35] Compiling CNIOPosix event_loop_id.c
[25/35] Compiling _AtomicsShims.c
[26/41] Compiling CNIOLLHTTP c_nio_http.c
[27/62] Compiling CNIOLLHTTP c_nio_api.c
[28/82] Compiling CNIOLLHTTP c_nio_llhttp.c
[29/82] Compiling CNIODarwin shim.c
[31/82] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[32/83] Compiling Atomics DoubleWord.swift
[33/83] Compiling Atomics ManagedAtomic.swift
[34/83] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[35/83] Compiling Atomics OptionalRawRepresentable.swift
[36/83] Compiling Atomics RawRepresentable.swift
[37/83] Compiling Atomics ManagedAtomicLazyReference.swift
[38/83] Compiling Atomics UnsafeAtomic.swift
[39/83] Compiling _NIOBase64 Base64.swift
[40/83] Emitting module _NIOBase64
[41/83] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[42/83] Compiling Atomics AtomicBool.swift
[43/83] Compiling Atomics IntegerConformances.swift
[44/83] Compiling Atomics AtomicValue.swift
[45/83] Compiling Atomics AtomicMemoryOrderings.swift
[46/83] Compiling Atomics AtomicInteger.swift
[47/83] Compiling Atomics AtomicOptionalWrappable.swift
[48/83] Emitting module InternalCollectionsUtilities
[49/83] Compiling Atomics AtomicReference.swift
[50/83] Compiling Atomics AtomicStorage.swift
[51/83] Compiling Atomics UnsafeAtomicLazyReference.swift
[52/83] Compiling Atomics IntegerOperations.swift
[65/83] Compiling Atomics PointerConformances.swift
[66/83] Compiling Atomics Primitives.native.swift
[67/84] Compiling _NIODataStructures _TinyArray.swift
[68/100] Compiling Atomics Unmanaged extensions.swift
[69/100] Emitting module Atomics
[72/100] Compiling DequeModule _DequeBufferHeader.swift
[73/100] Compiling DequeModule _DequeBuffer.swift
[74/100] Compiling DequeModule _DequeSlot.swift
[75/101] Compiling DequeModule _UnsafeWrappedBuffer.swift
[76/101] Compiling DequeModule Deque+Testing.swift
[77/101] Compiling DequeModule Deque._Storage.swift
[78/101] Compiling DequeModule Deque+Equatable.swift
[79/101] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[80/101] Compiling DequeModule Deque+Extras.swift
[81/101] Compiling DequeModule Deque+Hashable.swift
[82/101] Compiling DequeModule Deque._UnsafeHandle.swift
[83/101] Compiling DequeModule Deque.swift
[84/101] Compiling Logging MetadataProvider.swift
[85/101] Compiling _NIODataStructures PriorityQueue.swift
[86/101] Emitting module _NIODataStructures
[87/101] Compiling _NIODataStructures Heap.swift
[88/101] Compiling DequeModule Deque+CustomReflectable.swift
[89/101] Compiling DequeModule Deque+Descriptions.swift
[90/101] Compiling DequeModule Deque+Codable.swift
[91/101] Compiling DequeModule Deque+Collection.swift
[92/101] Compiling Logging LogHandler.swift
[93/101] Emitting module Logging
[94/101] Compiling Logging Locks.swift
[95/101] Compiling Logging Logging.swift
[95/101] Compiling c-nioatomics.c
[97/101] Emitting module DequeModule
[97/101] Compiling c-atomics.c
[99/107] Compiling NIOConcurrencyHelpers lock.swift
[100/107] Compiling NIOConcurrencyHelpers atomics.swift
[101/107] Compiling NIOConcurrencyHelpers NIOLock.swift
[102/107] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[103/107] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[104/107] Emitting module NIOConcurrencyHelpers
[105/171] Compiling NIOCore Linux.swift
[106/171] Compiling NIOCore MarkedCircularBuffer.swift
[107/171] Compiling NIOCore MulticastChannel.swift
[108/171] Compiling NIOCore NIOAny.swift
[109/171] Compiling NIOCore NIOCloseOnErrorHandler.swift
[110/171] Compiling NIOCore NIOCoreSendableMetatype.swift
[111/171] Compiling NIOCore NIODecodedAsyncSequence.swift
[112/178] Compiling NIOCore NIOLoopBound.swift
[113/178] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[114/178] Compiling NIOCore NIOScheduledCallback.swift
[115/178] Compiling NIOCore NIOSendable.swift
[116/178] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[117/178] Compiling NIOCore RecvByteBufferAllocator.swift
[118/178] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[119/178] Compiling NIOCore AddressedEnvelope.swift
[120/178] Compiling NIOCore AsyncAwaitSupport.swift
[121/178] Compiling NIOCore AsyncChannel.swift
[122/178] Compiling NIOCore AsyncChannelHandler.swift
[123/178] Compiling NIOCore AsyncChannelInboundStream.swift
[124/178] Compiling NIOCore AsyncChannelOutboundWriter.swift
[125/178] Compiling NIOCore NIOAsyncSequenceProducer.swift
[126/178] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[127/178] Compiling NIOCore EventLoopFuture+Deprecated.swift
[128/178] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[129/178] Compiling NIOCore EventLoopFuture.swift
[130/178] Compiling NIOCore FileDescriptor.swift
[131/178] Compiling NIOCore FileHandle.swift
[132/178] Compiling NIOCore FileRegion.swift
[133/178] Compiling NIOCore GlobalSingletons.swift
[134/178] Compiling NIOCore IO.swift
[135/178] Compiling NIOCore IOData.swift
[136/178] Compiling NIOCore IPProtocol.swift
[137/178] Compiling NIOCore IntegerBitPacking.swift
[138/178] Compiling NIOCore IntegerTypes.swift
[139/178] Compiling NIOCore Interfaces.swift
[140/178] Compiling NIOCore Codec.swift
[141/178] Compiling NIOCore ConvenienceOptionSupport.swift
[142/178] Compiling NIOCore DeadChannel.swift
[143/178] Compiling NIOCore DispatchQueue+WithFuture.swift
[144/178] Compiling NIOCore EventLoop+Deprecated.swift
[145/178] Compiling NIOCore EventLoop+SerialExecutor.swift
[146/178] Compiling NIOCore EventLoop.swift
[147/178] Compiling NIOCore SocketAddresses.swift
[148/178] Compiling NIOCore SocketOptionProvider.swift
[149/178] Compiling NIOCore SystemCallHelpers.swift
[150/178] Compiling NIOCore TimeAmount+Duration.swift
[151/178] Compiling NIOCore TypeAssistedChannelHandler.swift
[152/178] Compiling NIOCore UniversalBootstrapSupport.swift
[153/178] Compiling NIOCore Utilities.swift
[154/178] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[155/178] Compiling NIOCore NIOAsyncWriter.swift
[156/178] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[157/178] Compiling NIOCore BSDSocketAPI.swift
[158/178] Compiling NIOCore ByteBuffer-aux.swift
[159/178] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[160/178] Compiling NIOCore ByteBuffer-conversions.swift
[161/178] Compiling NIOCore Channel.swift
[162/178] Compiling NIOCore ChannelHandler.swift
[163/178] Compiling NIOCore ChannelHandlers.swift
[164/178] Compiling NIOCore ChannelInvoker.swift
[165/178] Compiling NIOCore ChannelOption.swift
[166/178] Compiling NIOCore ChannelPipeline.swift
[167/178] Compiling NIOCore CircularBuffer.swift
[168/178] Compiling NIOCore ByteBuffer-core.swift
[169/178] Compiling NIOCore ByteBuffer-hex.swift
[170/178] Compiling NIOCore ByteBuffer-int.swift
[171/178] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[172/178] Compiling NIOCore ByteBuffer-multi-int.swift
[173/178] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[174/178] Compiling NIOCore ByteBuffer-views.swift
[175/178] Emitting module NIOCore
[176/234] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[177/234] Compiling NIOEmbedded AsyncTestingChannel.swift
[178/234] Compiling NIOEmbedded Embedded.swift
[179/234] Emitting module NIOEmbedded
[180/234] Compiling NIOPosix GetaddrinfoResolver.swift
[181/234] Compiling NIOPosix HappyEyeballs.swift
[182/234] Compiling NIOPosix IO.swift
[183/234] Compiling NIOPosix IntegerBitPacking.swift
[184/234] Compiling NIOPosix IntegerTypes.swift
[185/234] Compiling NIOPosix Linux.swift
[186/239] Compiling NIOPosix SelectorEpoll.swift
[187/239] Compiling NIOPosix SelectorGeneric.swift
[188/239] Compiling NIOPosix SelectorKqueue.swift
[189/239] Compiling NIOPosix SelectorUring.swift
[190/239] Compiling NIOPosix SelectorWSAPoll.swift
[191/239] Emitting module NIOPosix
[192/239] Compiling NIOPosix ServerSocket.swift
[193/239] Compiling NIOPosix Socket.swift
[194/239] Compiling NIOPosix SocketChannel.swift
[195/239] Compiling NIOPosix SocketProtocols.swift
[196/239] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[197/239] Compiling NIOPosix BSDSocketAPICommon.swift
[198/239] Compiling NIOPosix BSDSocketAPIPosix.swift
[199/239] Compiling NIOPosix BSDSocketAPIWindows.swift
[200/239] Compiling NIOPosix BaseSocket.swift
[201/239] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[202/239] Compiling NIOPosix BaseSocketChannel.swift
[203/239] Compiling NIOPosix System.swift
[204/239] Compiling NIOPosix Thread.swift
[205/239] Compiling NIOPosix ThreadPosix.swift
[206/239] Compiling NIOPosix ThreadWindows.swift
[207/239] Compiling NIOPosix UnsafeTransfer.swift
[208/239] Compiling NIOPosix LinuxCPUSet.swift
[209/239] Compiling NIOPosix LinuxUring.swift
[210/239] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[211/239] Compiling NIOPosix NIOPosixSendableMetatype.swift
[212/239] Compiling NIOPosix NIOThreadPool.swift
[213/239] Compiling NIOPosix NonBlockingFileIO.swift
[214/239] Compiling NIOPosix PosixSingletons.swift
[215/239] Compiling NIOPosix RawSocketBootstrap.swift
[216/239] Compiling NIOPosix Resolver.swift
[217/239] Compiling NIOPosix Selectable.swift
[218/239] Compiling NIOPosix SelectableChannel.swift
[219/239] Compiling NIOPosix SelectableEventLoop.swift
[220/239] Compiling NIOPosix BaseStreamSocketChannel.swift
[221/239] Compiling NIOPosix Bootstrap.swift
[222/239] Compiling NIOPosix ControlMessage.swift
[223/239] Compiling NIOPosix DatagramVectorReadManager.swift
[224/239] Compiling NIOPosix Errors+Any.swift
[225/239] Compiling NIOPosix FileDescriptor.swift
[226/239] Compiling NIOPosix PendingDatagramWritesManager.swift
[227/239] Compiling NIOPosix PendingWritesManager.swift
[228/239] Compiling NIOPosix PipeChannel.swift
[229/239] Compiling NIOPosix PipePair.swift
[230/239] Compiling NIOPosix Pool.swift
[231/239] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[232/239] Compiling NIOPosix Utilities.swift
[233/239] Compiling NIOPosix VsockAddress.swift
[234/239] Compiling NIOPosix VsockChannelEvents.swift
[235/239] Compiling NIOPosix Windows.swift
[236/239] Compiling NIOPosix resource_bundle_accessor.swift
[237/241] Compiling NIO Exports.swift
[238/241] Emitting module NIO
[239/258] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[240/259] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[241/259] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[242/259] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[243/259] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[244/259] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[245/259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[246/259] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[247/259] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[248/259] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[249/259] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[250/259] Compiling NIOHTTP1 HTTPEncoder.swift
[251/259] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[252/259] Compiling NIOHTTP1 ByteCollectionUtils.swift
[253/259] Compiling NIOHTTP1 HTTPDecoder.swift
[254/259] Emitting module NIOHTTP1
[255/259] Compiling NIOHTTP1 HTTPTypes.swift
[256/259] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[257/278] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[258/278] Compiling NIOExtras JSONRPCFraming.swift
[259/279] Compiling NIOExtras NIORequestIdentifiable.swift
[260/279] Compiling NIOExtras PCAPRingBuffer.swift
[261/279] Compiling NIOExtras DebugInboundEventsHandler.swift
[262/279] Compiling NIOExtras DebugOutboundEventsHandler.swift
[263/279] Compiling NIOExtras NIOExtrasError.swift
[264/279] Compiling NIOExtras NIOLengthFieldBitLength.swift
[265/279] Compiling NIOExtras RequestResponseHandlers+State.swift
[266/279] Compiling NIOExtras RequestResponseWithIDHandler.swift
[267/279] Compiling NIOExtras FixedLengthFrameDecoder.swift
[268/279] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[269/279] Compiling NIOExtras QuiescingHelper.swift
[270/279] Compiling NIOExtras RequestResponseHandler.swift
[271/279] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[272/279] Compiling NIOExtras LengthFieldPrepender.swift
[273/279] Compiling NIOExtras LineBasedFrameDecoder.swift
[274/279] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[275/279] Emitting module NIOExtras
[276/279] Compiling NIOExtras WritePCAPHandler.swift
[277/294] Compiling DBUS DBusVariant.swift
[278/295] Compiling DBUS HeaderField+Code.swift
[279/295] Compiling DBUS HeaderField.swift
[280/295] Compiling DBUS DBusMessageCodec.swift
[281/295] Compiling DBUS DBusMessage+Flags.swift
[282/295] Compiling DBUS DBusString.swift
[283/295] Compiling DBUS DBusClient.swift
[284/295] Compiling DBUS DBusError.swift
[285/295] Emitting module DBUS
[286/295] Compiling DBUS DBusMessage+MessageType.swift
[287/295] Compiling DBUS DBusMessage.swift
[288/295] Compiling DBUS ByteBuffer+DBus.swift
[289/295] Compiling DBUS DBusAuthenticationHandler.swift
[290/295] Compiling DBUS DBusType.swift
[291/295] Compiling DBUS DBusValue.swift
[292/295] Compiling DBUS TypeSignature.swift
[293/297] Emitting module ExampleApp
[294/297] Compiling ExampleApp App.swift
[294/297] Write Objects.LinkFileList
[295/297] Linking ExampleApp
[296/297] Applying ExampleApp
Build complete! (50.49s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.20s)
Fetched https://github.com/apple/swift-log.git from cache (2.20s)
Fetched https://github.com/apple/swift-nio.git from cache (2.26s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.2 (2.85s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-certificates.git
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-algorithms.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
[1/2568] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-asn1.git from cache (0.72s)
[181/9608] Fetching swift-service-lifecycle, swift-certificates
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
[567/15441] Fetching swift-service-lifecycle, swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.21s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.26s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.26s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.27s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.27s)
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.28s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.68s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.71s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.91s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.66s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.95s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.50s)
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.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.1 (0.54s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.7.1 (1.80s)
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.52s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.51s)
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.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.49s)
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.50s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.17.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (2.23s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (1.16s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.91.0 (0.64s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.49s)
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.50s)
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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.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-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-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-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-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-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-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-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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
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" : "/Users/admin/builder/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"
}
Done.