The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DBus, reference v1.0.0 (c6b997), with Swift 6.1 for Linux on 28 Jul 2025 11:31:48 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/subpop/swift-dbus.git
Reference: v1.0.0
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/subpop/swift-dbus
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at c6b997b Initial commit
Cloned https://github.com/subpop/swift-dbus.git
Revision (git rev-parse @):
c6b997b1929ea29250db157a9fdc351c39106141
SUCCESS checkout https://github.com/subpop/swift-dbus.git at v1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/subpop/swift-dbus.git
https://github.com/subpop/swift-dbus.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "minilexer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LuizZak/MiniLexer.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    }
  ],
  "manifest_display_name" : "DBus",
  "name" : "DBus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DBus",
      "targets" : [
        "DBus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DBusUtil",
      "targets" : [
        "DBusUtil"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DBusUtil",
      "module_type" : "SwiftTarget",
      "name" : "DBusUtil",
      "path" : "Sources/DBusUtil",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "DBusUtil"
      ],
      "sources" : [
        "CallCommand.swift",
        "DBusUtil.swift",
        "EchoService.swift",
        "EmitCommand.swift",
        "GetPropertyCommand.swift",
        "IntrospectCommand.swift",
        "ListCommand.swift",
        "SetPropertyCommand.swift",
        "WaitCommand.swift"
      ],
      "target_dependencies" : [
        "DBus"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DBusTests",
      "module_type" : "SwiftTarget",
      "name" : "DBusTests",
      "path" : "Tests/DBusTests",
      "sources" : [
        "DBusIntegrationTests.swift",
        "DBusPropertyTests.swift",
        "DefaultHandlersTests.swift",
        "DeserializerTests.swift",
        "EncoderDecoderTests.swift",
        "EndiannessTests.swift",
        "ExportableTests.swift",
        "MessageConcurrencyTests.swift",
        "MessageHexDataTests.swift",
        "MessageTests.swift",
        "ObjectPathTests.swift",
        "RealWorldDataTests.swift",
        "SerializerTests.swift",
        "SignatureLexerTests.swift",
        "SignatureParserTests.swift",
        "SignatureTests.swift",
        "VariantTests.swift"
      ],
      "target_dependencies" : [
        "DBus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBus",
      "module_type" : "SwiftTarget",
      "name" : "DBus",
      "path" : "Sources/DBus",
      "product_dependencies" : [
        "MiniLexer",
        "NIO",
        "NIOPosix",
        "XMLCoder"
      ],
      "product_memberships" : [
        "DBus",
        "DBusUtil"
      ],
      "sources" : [
        "Connection.swift",
        "DBusAuthentication.swift",
        "DBusCodingKey.swift",
        "Deserializer.swift",
        "EncoderDecoder.swift",
        "Exportable.swift",
        "HeaderValue.swift",
        "Message.swift",
        "ObjectPath.swift",
        "ProxyObject.swift",
        "Serializer.swift",
        "Signature.swift",
        "SignatureLexer.swift",
        "SignatureParser.swift",
        "Variant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" 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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
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/LuizZak/MiniLexer.git
[1/780] Fetching minilexer
[781/4647] Fetching minilexer, swift-log
Fetched https://github.com/LuizZak/MiniLexer.git from cache (0.39s)
[3403/3867] Fetching swift-log
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
[1/10073] Fetching xmlcoder
[10074/87026] Fetching xmlcoder, swift-nio
[10075/102605] Fetching xmlcoder, swift-nio, swift-argument-parser
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.86s)
[10246/92532] Fetching swift-nio, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.62s)
[36168/76953] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.43s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.17.1 (11.42s)
Computing version for https://github.com/LuizZak/MiniLexer.git
Computed https://github.com/LuizZak/MiniLexer.git at 0.11.0 (0.67s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.75s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.85.0 (1.04s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
[1/1808] Fetching swift-atomics
[1809/6484] Fetching swift-atomics, swift-system
[2932/23385] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.65s)
[9414/18709] Fetching swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (1.31s)
Fetched https://github.com/apple/swift-collections.git from cache (1.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (4.26s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.0 (0.67s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.36s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.6.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.2.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.0
Creating working copy for https://github.com/LuizZak/MiniLexer.git
Working copy of https://github.com/LuizZak/MiniLexer.git resolved at 0.11.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.6.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.85.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/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.17.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/49] Write sources
[12/49] Compiling CNIOLinux liburing_shims.c
[12/49] Compiling CNIOPosix event_loop_id.c
[12/49] Write sources
[20/49] Compiling _AtomicsShims.c
[21/49] Compiling CNIOWindows WSAStartup.c
[22/49] Write sources
[23/49] Compiling CNIOWindows shim.c
[24/49] Compiling CNIOWASI CNIOWASI.c
[25/49] Compiling CNIOLinux shim.c
[26/49] Compiling CNIODarwin shim.c
[26/49] Write swift-version-24593BA9C3E375BF.txt
[28/127] Compiling c-nioatomics.c
[29/127] Compiling c-atomics.c
[31/143] Emitting module MiniLexer
[32/146] Emitting module XMLCoder
[33/154] Emitting module _NIOBase64
[34/154] Compiling _NIOBase64 Base64.swift
[35/155] Compiling MiniLexer TokenizerLexer.swift
[36/155] Compiling _NIODataStructures PriorityQueue.swift
[37/155] Compiling _NIODataStructures _TinyArray.swift
[39/155] Compiling Atomics OptionalRawRepresentable.swift
[40/155] Compiling Atomics RawRepresentable.swift
[41/156] Emitting module InternalCollectionsUtilities
[42/156] Compiling Atomics AtomicBool.swift
[43/156] Compiling Atomics IntegerConformances.swift
[44/156] Compiling MiniLexer Lexer+AdvancedParsing.swift
[45/156] Compiling MiniLexer Lexer+Consume.swift
[46/156] Compiling MiniLexer Lexer.swift
[47/156] Compiling MiniLexer TokenProtocol.swift
[48/156] Compiling Atomics AtomicValue.swift
[49/156] Compiling Atomics AtomicMemoryOrderings.swift
[50/156] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[51/159] Compiling Atomics PointerConformances.swift
[52/159] Compiling Atomics Primitives.native.swift
[53/159] Compiling Atomics AtomicInteger.swift
[54/159] Compiling Atomics AtomicOptionalWrappable.swift
[55/159] Compiling Atomics AtomicReference.swift
[56/159] Compiling Atomics AtomicStorage.swift
[57/162] Compiling Atomics ManagedAtomic.swift
[58/162] Compiling Atomics ManagedAtomicLazyReference.swift
[59/162] Compiling Atomics UnsafeAtomic.swift
[60/162] Compiling Atomics UnsafeAtomicLazyReference.swift
[61/164] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[65/165] Compiling Atomics DoubleWord.swift
[66/165] Emitting module ArgumentParserToolInfo
[73/165] Wrapping AST for _NIOBase64 for debugging
[75/165] Compiling Atomics IntegerOperations.swift
[76/165] Compiling Atomics Unmanaged extensions.swift
[77/180] Compiling DequeModule Deque+Equatable.swift
[78/180] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[79/182] Compiling DequeModule _DequeBuffer.swift
[80/182] Compiling DequeModule _DequeBufferHeader.swift
[81/182] Emitting module NIOConcurrencyHelpers
[82/182] Compiling NIOConcurrencyHelpers NIOLock.swift
[83/182] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[84/182] Emitting module Logging
[85/182] Compiling Logging Locks.swift
[86/182] Compiling Logging MetadataProvider.swift
[87/182] Compiling NIOConcurrencyHelpers lock.swift
[88/182] Compiling Logging Logging.swift
[89/182] Compiling Logging LogHandler.swift
[90/183] Compiling _NIODataStructures Heap.swift
[91/183] Emitting module _NIODataStructures
[92/184] Compiling NIOConcurrencyHelpers atomics.swift
[93/184] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[94/185] Compiling DequeModule Deque+CustomReflectable.swift
[95/185] Compiling DequeModule Deque+Descriptions.swift
[96/185] Compiling DequeModule Deque+Testing.swift
[97/185] Compiling DequeModule Deque._Storage.swift
[101/185] Compiling MiniLexer GrammarRules+Operators.swift
[102/185] Compiling XMLCoder ElementAndAttribute.swift
[103/185] Compiling XMLCoder ISO8601DateFormatter.swift
[104/185] Compiling XMLCoder KeyedStorage.swift
[105/185] Compiling XMLCoder Metatypes.swift
[106/185] Compiling XMLCoder String+Extensions.swift
[107/185] Compiling XMLCoder XMLChoiceCodingKey.swift
[108/185] Compiling XMLCoder XMLCoderElement.swift
[109/185] Compiling XMLCoder XMLDocumentType.swift
[110/185] Compiling XMLCoder XMLHeader.swift
[111/185] Compiling XMLCoder XMLKey.swift
[112/185] Compiling XMLCoder XMLStackParser.swift
[113/185] Compiling XMLCoder DecodingErrorExtension.swift
[114/185] Compiling XMLCoder DynamicNodeDecoding.swift
[115/185] Compiling XMLCoder SingleValueDecodingContainer.swift
[116/185] Compiling XMLCoder XMLChoiceDecodingContainer.swift
[117/185] Compiling XMLCoder XMLDecoder.swift
[118/185] Compiling XMLCoder XMLDecoderImplementation.swift
[119/185] Compiling XMLCoder XMLDecodingStorage.swift
[120/185] Compiling XMLCoder XMLKeyedDecodingContainer.swift
[121/185] Compiling XMLCoder XMLUnkeyedDecodingContainer.swift
[122/185] Compiling XMLCoder DynamicNodeEncoding.swift
[123/185] Compiling XMLCoder EncodingErrorExtension.swift
[124/185] Compiling XMLCoder SingleValueEncodingContainer.swift
[125/185] Compiling XMLCoder XMLChoiceEncodingContainer.swift
[125/185] Wrapping AST for _NIODataStructures for debugging
[127/185] Compiling MiniLexer GrammarRules.swift
[128/185] Compiling MiniLexer Lexer+Advance.swift
[128/185] Wrapping AST for InternalCollectionsUtilities for debugging
[130/186] Compiling DequeModule Deque+Hashable.swift
[131/186] Compiling DequeModule _DequeSlot.swift
[132/186] Compiling DequeModule _UnsafeWrappedBuffer.swift
[136/186] Compiling XMLCoder DecimalBox.swift
[139/186] Compiling DequeModule Deque._UnsafeHandle.swift
[140/186] Compiling DequeModule Deque.swift
[143/186] Compiling DequeModule Deque+Extras.swift
[144/186] Compiling DequeModule Deque+Codable.swift
[145/186] Compiling DequeModule Deque+Collection.swift
[149/186] Wrapping AST for Logging for debugging
[154/186] Compiling ArgumentParserToolInfo ToolInfo.swift
[154/187] Wrapping AST for NIOConcurrencyHelpers for debugging
[159/187] Wrapping AST for MiniLexer for debugging
[162/187] Compiling XMLCoder XMLEncoder.swift
[163/187] Compiling XMLCoder XMLEncoderImplementation.swift
[164/187] Compiling XMLCoder XMLEncodingStorage.swift
[165/187] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[166/187] Compiling XMLCoder XMLReferencingEncoder.swift
[167/187] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[170/188] Emitting module DequeModule
[170/189] Wrapping AST for ArgumentParserToolInfo for debugging
[173/233] Wrapping AST for XMLCoder for debugging
[174/233] Wrapping AST for DequeModule for debugging
[176/233] Compiling ArgumentParser ZshCompletionsGenerator.swift
[177/233] Compiling ArgumentParser Argument.swift
[178/233] Compiling ArgumentParser ArgumentDiscussion.swift
[179/233] Emitting module Atomics
[180/234] Wrapping AST for Atomics for debugging
[182/258] Compiling ArgumentParser CollectionExtensions.swift
[183/258] Compiling ArgumentParser Mutex.swift
[184/258] Compiling ArgumentParser Platform.swift
[185/258] Compiling ArgumentParser SequenceExtensions.swift
[186/258] Compiling ArgumentParser StringExtensions.swift
[187/258] Compiling ArgumentParser SwiftExtensions.swift
[188/301] Emitting module ArgumentParser
[189/301] Compiling NIOCore NIOAsyncWriter.swift
[190/301] Compiling NIOCore NIOAny.swift
[191/301] Compiling NIOCore NIOCloseOnErrorHandler.swift
[192/301] Compiling NIOCore NIOCoreSendableMetatype.swift
[193/301] Compiling NIOCore NIOLoopBound.swift
[194/301] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[200/301] Compiling NIOCore NIOScheduledCallback.swift
[201/301] Compiling NIOCore NIOSendable.swift
[202/301] Compiling NIOCore RecvByteBufferAllocator.swift
[203/309] Compiling NIOCore ByteBuffer-multi-int.swift
[204/309] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[205/309] Compiling NIOCore ByteBuffer-views.swift
[206/309] Compiling NIOCore Channel.swift
[207/309] Compiling NIOCore ChannelHandler.swift
[208/309] Compiling NIOCore ChannelHandlers.swift
[209/309] Compiling NIOCore ChannelInvoker.swift
[210/309] Compiling NIOCore ChannelOption.swift
[211/309] Compiling NIOCore ChannelPipeline.swift
[212/309] Compiling NIOCore CircularBuffer.swift
[213/309] Compiling NIOCore Codec.swift
[214/309] Compiling NIOCore ConvenienceOptionSupport.swift
[215/309] Compiling NIOCore DeadChannel.swift
[216/309] Compiling NIOCore IOData.swift
[217/309] Compiling NIOCore IPProtocol.swift
[218/309] Compiling NIOCore IntegerBitPacking.swift
[219/309] Compiling NIOCore IntegerTypes.swift
[220/309] Compiling NIOCore Interfaces.swift
[221/309] Compiling NIOCore Linux.swift
[222/309] Compiling NIOCore MarkedCircularBuffer.swift
[223/309] Compiling NIOCore MulticastChannel.swift
[224/309] Compiling NIOCore FileHandle.swift
[225/309] Compiling NIOCore FileRegion.swift
[226/309] Compiling NIOCore GlobalSingletons.swift
[227/309] Compiling NIOCore IO.swift
[228/309] Compiling NIOCore AddressedEnvelope.swift
[229/309] Compiling NIOCore AsyncAwaitSupport.swift
[230/309] Compiling NIOCore ByteBuffer-int.swift
[231/309] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[232/309] Compiling NIOCore EventLoopFuture+Deprecated.swift
[233/309] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[234/309] Compiling NIOCore EventLoopFuture.swift
[235/309] Compiling NIOCore FileDescriptor.swift
[244/309] Compiling NIOCore DispatchQueue+WithFuture.swift
[245/309] Compiling NIOCore EventLoop+Deprecated.swift
[246/309] Compiling NIOCore EventLoop+SerialExecutor.swift
[247/309] Compiling NIOCore EventLoop.swift
[248/309] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[249/309] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[250/309] Compiling NIOCore BSDSocketAPI.swift
[251/309] Compiling NIOCore ByteBuffer-aux.swift
[252/309] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[253/309] Compiling NIOCore ByteBuffer-conversions.swift
[254/309] Compiling NIOCore ByteBuffer-core.swift
[255/309] Compiling NIOCore ByteBuffer-hex.swift
[256/310] Wrapping AST for ArgumentParser for debugging
[258/310] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[259/310] Compiling NIOCore SocketAddresses.swift
[260/310] Compiling NIOCore SocketOptionProvider.swift
[261/310] Compiling NIOCore SystemCallHelpers.swift
[262/310] Compiling NIOCore TimeAmount+Duration.swift
[263/310] Compiling NIOCore TypeAssistedChannelHandler.swift
[264/310] Compiling NIOCore UniversalBootstrapSupport.swift
[265/310] Compiling NIOCore Utilities.swift
[286/310] Compiling NIOCore AsyncChannel.swift
[287/310] Compiling NIOCore AsyncChannelHandler.swift
[288/310] Compiling NIOCore AsyncChannelInboundStream.swift
[289/310] Compiling NIOCore AsyncChannelOutboundWriter.swift
[290/310] Compiling NIOCore NIOAsyncSequenceProducer.swift
[291/310] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[302/310] Emitting module NIOCore
[303/311] Wrapping AST for NIOCore for debugging
[305/363] Emitting module NIOEmbedded
[306/363] Compiling NIOEmbedded Embedded.swift
[307/363] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[308/363] Compiling NIOEmbedded AsyncTestingChannel.swift
[309/364] Wrapping AST for NIOEmbedded for debugging
[311/364] Compiling NIOPosix Pool.swift
[312/364] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[313/364] Compiling NIOPosix PosixSingletons.swift
[314/364] Compiling NIOPosix RawSocketBootstrap.swift
[315/364] Compiling NIOPosix Resolver.swift
[316/364] Compiling NIOPosix Selectable.swift
[317/364] Compiling NIOPosix SelectableChannel.swift
[318/370] Compiling NIOPosix Socket.swift
[319/370] Compiling NIOPosix SocketChannel.swift
[320/370] Compiling NIOPosix SocketProtocols.swift
[321/370] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[322/370] Compiling NIOPosix System.swift
[323/370] Compiling NIOPosix Thread.swift
[324/370] Compiling NIOPosix SelectableEventLoop.swift
[325/370] Compiling NIOPosix SelectorEpoll.swift
[326/370] Compiling NIOPosix SelectorGeneric.swift
[327/370] Compiling NIOPosix SelectorKqueue.swift
[328/370] Compiling NIOPosix SelectorUring.swift
[329/370] Compiling NIOPosix ServerSocket.swift
[330/370] Compiling NIOPosix IO.swift
[331/370] Compiling NIOPosix IntegerBitPacking.swift
[332/370] Compiling NIOPosix IntegerTypes.swift
[333/370] Compiling NIOPosix Linux.swift
[334/370] Compiling NIOPosix LinuxCPUSet.swift
[335/370] Compiling NIOPosix LinuxUring.swift
[336/370] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[337/370] Compiling NIOPosix NIOPosixSendableMetatype.swift
[338/370] Compiling NIOPosix NIOThreadPool.swift
[339/370] Compiling NIOPosix NonBlockingFileIO.swift
[340/370] Compiling NIOPosix PendingDatagramWritesManager.swift
[341/370] Compiling NIOPosix PendingWritesManager.swift
[342/370] Compiling NIOPosix PipeChannel.swift
[343/370] Compiling NIOPosix PipePair.swift
[344/370] Compiling NIOPosix ThreadPosix.swift
[345/370] Compiling NIOPosix ThreadWindows.swift
[346/370] Compiling NIOPosix UnsafeTransfer.swift
[347/370] Compiling NIOPosix Utilities.swift
[348/370] Compiling NIOPosix VsockAddress.swift
[349/370] Compiling NIOPosix VsockChannelEvents.swift
[350/370] Compiling NIOPosix BSDSocketAPICommon.swift
[351/370] Compiling NIOPosix BSDSocketAPIPosix.swift
[352/370] Compiling NIOPosix BSDSocketAPIWindows.swift
[353/370] Compiling NIOPosix BaseSocket.swift
[354/370] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[355/370] Compiling NIOPosix BaseSocketChannel.swift
[356/370] Compiling NIOPosix BaseStreamSocketChannel.swift
[357/370] Emitting module NIOPosix
[358/370] Compiling NIOPosix Bootstrap.swift
[359/370] Compiling NIOPosix ControlMessage.swift
[360/370] Compiling NIOPosix DatagramVectorReadManager.swift
[361/370] Compiling NIOPosix Errors+Any.swift
[362/370] Compiling NIOPosix FileDescriptor.swift
[363/370] Compiling NIOPosix GetaddrinfoResolver.swift
[364/370] Compiling NIOPosix HappyEyeballs.swift
[365/371] Wrapping AST for NIOPosix for debugging
[367/373] Emitting module NIO
[368/373] Compiling NIO Exports.swift
[369/374] Wrapping AST for NIO for debugging
[371/389] Compiling DBus SignatureLexer.swift
[372/389] Compiling DBus SignatureParser.swift
[373/390] Compiling DBus Variant.swift
[374/390] Compiling DBus Serializer.swift
[375/390] Compiling DBus Signature.swift
[376/390] Compiling DBus ObjectPath.swift
[377/390] Compiling DBus ProxyObject.swift
[378/390] Emitting module DBus
[379/390] Compiling DBus Connection.swift
[380/390] Compiling DBus DBusAuthentication.swift
[381/390] Compiling DBus DBusCodingKey.swift
[382/390] Compiling DBus Deserializer.swift
[383/390] Compiling DBus EncoderDecoder.swift
[384/390] Compiling DBus Exportable.swift
[385/390] Compiling DBus HeaderValue.swift
[386/390] Compiling DBus Message.swift
[387/391] Wrapping AST for DBus for debugging
[389/400] Compiling DBusUtil ListCommand.swift
[390/401] Compiling DBusUtil GetPropertyCommand.swift
[391/401] Compiling DBusUtil IntrospectCommand.swift
[392/401] Compiling DBusUtil EchoService.swift
[393/401] Compiling DBusUtil SetPropertyCommand.swift
[394/401] Compiling DBusUtil EmitCommand.swift
[395/401] Emitting module DBusUtil
[396/401] Compiling DBusUtil CallCommand.swift
[397/401] Compiling DBusUtil DBusUtil.swift
[398/401] Compiling DBusUtil WaitCommand.swift
[399/402] Wrapping AST for DBusUtil for debugging
[400/402] Write Objects.LinkFileList
[401/402] Linking DBusUtil
Build complete! (113.07s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "minilexer",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/LuizZak/MiniLexer.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.17.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    }
  ],
  "manifest_display_name" : "DBus",
  "name" : "DBus",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DBus",
      "targets" : [
        "DBus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "DBusUtil",
      "targets" : [
        "DBusUtil"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DBusUtil",
      "module_type" : "SwiftTarget",
      "name" : "DBusUtil",
      "path" : "Sources/DBusUtil",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "DBusUtil"
      ],
      "sources" : [
        "CallCommand.swift",
        "DBusUtil.swift",
        "EchoService.swift",
        "EmitCommand.swift",
        "GetPropertyCommand.swift",
        "IntrospectCommand.swift",
        "ListCommand.swift",
        "SetPropertyCommand.swift",
        "WaitCommand.swift"
      ],
      "target_dependencies" : [
        "DBus"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "DBusTests",
      "module_type" : "SwiftTarget",
      "name" : "DBusTests",
      "path" : "Tests/DBusTests",
      "sources" : [
        "DBusIntegrationTests.swift",
        "DBusPropertyTests.swift",
        "DefaultHandlersTests.swift",
        "DeserializerTests.swift",
        "EncoderDecoderTests.swift",
        "EndiannessTests.swift",
        "ExportableTests.swift",
        "MessageConcurrencyTests.swift",
        "MessageHexDataTests.swift",
        "MessageTests.swift",
        "ObjectPathTests.swift",
        "RealWorldDataTests.swift",
        "SerializerTests.swift",
        "SignatureLexerTests.swift",
        "SignatureParserTests.swift",
        "SignatureTests.swift",
        "VariantTests.swift"
      ],
      "target_dependencies" : [
        "DBus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DBus",
      "module_type" : "SwiftTarget",
      "name" : "DBus",
      "path" : "Sources/DBus",
      "product_dependencies" : [
        "MiniLexer",
        "NIO",
        "NIOPosix",
        "XMLCoder"
      ],
      "product_memberships" : [
        "DBus",
        "DBusUtil"
      ],
      "sources" : [
        "Connection.swift",
        "DBusAuthentication.swift",
        "DBusCodingKey.swift",
        "Deserializer.swift",
        "EncoderDecoder.swift",
        "Exportable.swift",
        "HeaderValue.swift",
        "Message.swift",
        "ObjectPath.swift",
        "ProxyObject.swift",
        "Serializer.swift",
        "Signature.swift",
        "SignatureLexer.swift",
        "SignatureParser.swift",
        "Variant.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.