Build Information
Successful build of DBUS, reference 0.4.0 (a648c7), with Swift 6.1 for macOS (SPM) on 25 Apr 2026 22:50:53 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 .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wendylabsinc/dbus.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/wendylabsinc/dbus
* tag 0.4.0 -> FETCH_HEAD
HEAD is now at a648c77 Merge pull request #26 from wendylabsinc/feature/dbus-codegen
Cloned https://github.com/wendylabsinc/dbus.git
Revision (git rev-parse @):
a648c770068b3fa843bc06326ec50d97aea3f152
SUCCESS checkout https://github.com/wendylabsinc/dbus.git at 0.4.0
========================================
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"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "DBUS",
"name" : "DBUS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DBUS",
"targets" : [
"DBUS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DBusCodegen",
"targets" : [
"DBusCodegen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dbus-codegen",
"targets" : [
"dbus-codegen"
],
"type" : {
"executable" : null
}
},
{
"name" : "AvahiBrowse",
"targets" : [
"AvahiBrowse"
],
"type" : {
"executable" : null
}
},
{
"name" : "BleScanner",
"targets" : [
"BleScanner"
],
"type" : {
"executable" : null
}
},
{
"name" : "DBusCodegenPlugin",
"targets" : [
"DBusCodegenPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ExampleApp",
"targets" : [
"ExampleApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "dbus_codegen",
"module_type" : "SwiftTarget",
"name" : "dbus-codegen",
"path" : "Sources/dbus-codegen",
"product_memberships" : [
"dbus-codegen",
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DBusCodegen"
],
"type" : "executable"
},
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "Sources/ExampleApp",
"product_memberships" : [
"ExampleApp"
],
"sources" : [
"App.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "executable"
},
{
"c99name" : "DBusCodegenTests",
"module_type" : "SwiftTarget",
"name" : "DBusCodegenTests",
"path" : "Tests/DBusCodegenTests",
"sources" : [
"ClientGeneratorTests.swift",
"CodeWriterTests.swift",
"IRTests.swift",
"IntegrationTests.swift",
"ParserTests.swift",
"ServerGeneratorTests.swift",
"SignalGeneratorTests.swift",
"TypeMapperTests.swift"
],
"target_dependencies" : [
"DBusCodegen"
],
"type" : "test"
},
{
"c99name" : "DBusCodegenPlugin",
"module_type" : "PluginTarget",
"name" : "DBusCodegenPlugin",
"path" : "Plugins/DBusCodegenPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"dbus-codegen"
],
"type" : "plugin"
},
{
"c99name" : "DBusCodegen",
"module_type" : "SwiftTarget",
"name" : "DBusCodegen",
"path" : "Sources/DBusCodegen",
"product_memberships" : [
"DBusCodegen",
"dbus-codegen",
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"ClientGenerator.swift",
"CodeWriter.swift",
"Codegen.swift",
"DBusTypes.swift",
"IR.swift",
"Parser.swift",
"ServerGenerator.swift",
"SignalGenerator.swift",
"TypeMapper.swift"
],
"type" : "library"
},
{
"c99name" : "DBUSTests",
"module_type" : "SwiftTarget",
"name" : "DBUSTests",
"path" : "Tests/DBUSTests",
"sources" : [
"DBusAddressTests.swift",
"DBusAuthenticationHandlerTests.swift",
"DBusClientTests.swift",
"DBusMessageCodecTests.swift",
"DBusObjectServerTests.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",
"Crypto"
],
"product_memberships" : [
"DBUS",
"AvahiBrowse",
"BleScanner",
"ExampleApp"
],
"sources" : [
"ByteBuffer+DBus.swift",
"DBusAddress.swift",
"DBusAuthMechanism.swift",
"DBusAuthenticationHandler.swift",
"DBusClient.swift",
"DBusError.swift",
"DBusMessageCodec.swift",
"DBusObjectServer.swift",
"DBusSerialGenerator.swift",
"DBusServerConnection.swift",
"Message/DBusMessage+Flags.swift",
"Message/DBusMessage+MessageType.swift",
"Message/DBusMessage.swift",
"Message/DBusValidation.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"
},
{
"c99name" : "BleScanner",
"module_type" : "SwiftTarget",
"name" : "BleScanner",
"path" : "Sources/BleScanner",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"BleScanner"
],
"sources" : [
"BleScanner.swift"
],
"target_dependencies" : [
"DBUS",
"DBusCodegenPlugin"
],
"type" : "executable"
},
{
"c99name" : "AvahiBrowse",
"module_type" : "SwiftTarget",
"name" : "AvahiBrowse",
"path" : "Sources/AvahiBrowse",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"AvahiBrowse"
],
"sources" : [
"AvahiBrowse.swift"
],
"target_dependencies" : [
"DBUS",
"DBusCodegenPlugin"
],
"type" : "executable"
}
],
"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
[0/7] Write sources
[2/7] Write dbus-codegen-tool-entitlement.plist
[3/7] Write swift-version-2F0A5646E1D333AE.txt
[5/17] Compiling DBusCodegen TypeMapper.swift
[6/17] Compiling DBusCodegen IR.swift
[7/17] Compiling DBusCodegen ServerGenerator.swift
[8/17] Compiling DBusCodegen SignalGenerator.swift
[9/17] Compiling DBusCodegen CodeWriter.swift
[10/17] Compiling DBusCodegen Codegen.swift
[11/17] Compiling DBusCodegen DBusTypes.swift
[12/17] Emitting module DBusCodegen
[13/17] Compiling DBusCodegen ClientGenerator.swift
[14/17] Compiling DBusCodegen Parser.swift
[15/19] Compiling dbus_codegen main.swift
[16/19] Emitting module dbus_codegen
[16/19] Write Objects.LinkFileList
[17/19] Linking dbus-codegen-tool
[18/19] Applying dbus-codegen-tool
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:13:29: warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
11 |
12 | let tool = try context.tool(named: "dbus-codegen")
13 | let outputDir = context.pluginWorkDirectory
| |- warning: 'pluginWorkDirectory' is deprecated: renamed to 'pluginWorkDirectoryURL'
| `- note: use 'pluginWorkDirectoryURL' instead
14 |
15 | return target.sourceFiles
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:16:20: warning: 'path' is deprecated: renamed to 'url'
14 |
15 | return target.sourceFiles
16 | .filter { $0.path.lastComponent.hasSuffix(".dbus.xml") }
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
17 | .map { xmlFile -> Command in
18 | let outputName = xmlFile.path.lastComponent
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:16:25: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
14 |
15 | return target.sourceFiles
16 | .filter { $0.path.lastComponent.hasSuffix(".dbus.xml") }
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
17 | .map { xmlFile -> Command in
18 | let outputName = xmlFile.path.lastComponent
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:18:34: warning: 'path' is deprecated: renamed to 'url'
16 | .filter { $0.path.lastComponent.hasSuffix(".dbus.xml") }
17 | .map { xmlFile -> Command in
18 | let outputName = xmlFile.path.lastComponent
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
19 | .replacingOccurrences(of: ".dbus.xml", with: ".dbus.swift")
20 | let outputFile = outputDir.appending(outputName)
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:18:39: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
16 | .filter { $0.path.lastComponent.hasSuffix(".dbus.xml") }
17 | .map { xmlFile -> Command in
18 | let outputName = xmlFile.path.lastComponent
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
19 | .replacingOccurrences(of: ".dbus.xml", with: ".dbus.swift")
20 | let outputFile = outputDir.appending(outputName)
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:20:36: warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
18 | let outputName = xmlFile.path.lastComponent
19 | .replacingOccurrences(of: ".dbus.xml", with: ".dbus.swift")
20 | let outputFile = outputDir.appending(outputName)
| `- warning: 'appending' is deprecated: Use `URL` type instead of `Path`.
21 |
22 | return .buildCommand(
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:22:17: warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
20 | let outputFile = outputDir.appending(outputName)
21 |
22 | return .buildCommand(
| `- warning: 'buildCommand(displayName:executable:arguments:environment:inputFiles:outputFiles:)' is deprecated: Use `URL` type instead of `Path`.
23 | displayName: "DBus codegen: \(xmlFile.path.lastComponent)",
24 | executable: tool.path,
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:23:49: warning: 'path' is deprecated: renamed to 'url'
21 |
22 | return .buildCommand(
23 | displayName: "DBus codegen: \(xmlFile.path.lastComponent)",
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
24 | executable: tool.path,
25 | arguments: [
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:23:54: warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
21 |
22 | return .buildCommand(
23 | displayName: "DBus codegen: \(xmlFile.path.lastComponent)",
| `- warning: 'lastComponent' is deprecated: Use `URL` type instead of `Path`.
24 | executable: tool.path,
25 | arguments: [
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:24:28: warning: 'path' is deprecated: renamed to 'url'
22 | return .buildCommand(
23 | displayName: "DBus codegen: \(xmlFile.path.lastComponent)",
24 | executable: tool.path,
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
25 | arguments: [
26 | xmlFile.path.string,
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:26:21: warning: 'path' is deprecated: renamed to 'url'
24 | executable: tool.path,
25 | arguments: [
26 | xmlFile.path.string,
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
27 | "--output-dir", outputDir.string,
28 | ],
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:26:26: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
24 | executable: tool.path,
25 | arguments: [
26 | xmlFile.path.string,
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
27 | "--output-dir", outputDir.string,
28 | ],
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:27:39: warning: 'string' is deprecated: Use `URL` type instead of `Path`.
25 | arguments: [
26 | xmlFile.path.string,
27 | "--output-dir", outputDir.string,
| `- warning: 'string' is deprecated: Use `URL` type instead of `Path`.
28 | ],
29 | inputFiles: [xmlFile.path],
/Users/admin/builder/spi-builder-workspace/Plugins/DBusCodegenPlugin/plugin.swift:29:32: warning: 'path' is deprecated: renamed to 'url'
27 | "--output-dir", outputDir.string,
28 | ],
29 | inputFiles: [xmlFile.path],
| |- warning: 'path' is deprecated: renamed to 'url'
| `- note: use 'url' instead
30 | outputFiles: [outputFile]
31 | )
[1/1] Compiling plugin DBusCodegenPlugin
Building for debugging...
[1/63] Write sources
[1/63] Write ExampleApp-entitlement.plist
[1/63] Write sources
[4/63] Write dbus-codegen-tool-entitlement.plist
[5/63] Write dbus-codegen-entitlement.plist
[6/63] Write sources
[7/63] Write AvahiBrowse-entitlement.plist
[8/63] Write sources
[10/63] Copying PrivacyInfo.xcprivacy
[12/63] Write BleScanner-entitlement.plist
[12/63] Write sources
[28/63] Compiling CNIOWindows shim.c
[29/63] Compiling CNIOWindows WSAStartup.c
[30/63] Write swift-version-2F0A5646E1D333AE.txt
[31/63] Compiling CNIOWASI CNIOWASI.c
[32/63] Compiling CNIOLinux liburing_shims.c
[33/63] Compiling CNIOOpenBSD shim.c
[33/63] Compiling CNIOLinux shim.c
[35/69] Compiling _AtomicsShims.c
[36/73] Compiling CNIOPosix event_loop_id.c
[37/94] Compiling CNIOLLHTTP c_nio_http.c
[38/94] Compiling CNIOLLHTTP c_nio_api.c
[40/94] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[41/94] Compiling InternalCollectionsUtilities _SortedCollection.swift
[42/105] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[43/105] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[44/105] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[45/105] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[46/105] Compiling InternalCollectionsUtilities UInt+reversed.swift
[46/179] Compiling CNIOLLHTTP c_nio_llhttp.c
[48/179] Compiling Crypto ASN1Boolean.swift
[49/179] Compiling Crypto ASN1Identifier.swift
[50/179] Compiling Crypto ASN1Integer.swift
[51/179] Compiling Crypto ASN1Null.swift
[52/179] Compiling Crypto MACFunctions.swift
[53/179] Compiling Crypto MessageAuthenticationCode.swift
[54/179] Compiling _NIOBase64 Base64.swift
[55/179] Emitting module _NIOBase64
[55/179] Write sources
[56/179] Write Objects.LinkFileList
[57/179] Compiling CNIODarwin shim.c
[59/179] Compiling Crypto Curve25519.swift
[60/179] Compiling Crypto Ed25519Keys.swift
[61/198] Compiling Atomics DoubleWord.swift
[62/198] Compiling Atomics ManagedAtomic.swift
[63/198] Compiling Atomics AtomicInteger.swift
[64/198] Compiling Atomics AtomicOptionalWrappable.swift
[65/198] Emitting module InternalCollectionsUtilities
[65/198] Linking dbus-codegen-tool
[67/198] Compiling DBusCodegen IR.swift
[68/198] Compiling DBusCodegen SignalGenerator.swift
[69/198] Compiling DBusCodegen TypeMapper.swift
Generated: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/AvahiBrowse/destination/DBusCodegenPlugin/avahi.dbus.swift
[69/232] DBus codegen: avahi.dbus.xml
[71/232] Compiling ContainersPreview OutputSpan+Extras.swift
[72/232] Compiling ContainersPreview TemporaryAllocation.swift
[73/232] Compiling ContainersPreview BorrowingIteratorProtocol+Copy.swift
[74/232] Compiling ContainersPreview BorrowingIteratorProtocol+ElementsEqual.swift
[75/232] Compiling ContainersPreview BorrowingIteratorProtocol.swift
[76/232] Compiling ContainersPreview BorrowingSequence+Standard Conformances.swift
[77/232] Compiling ContainersPreview BorrowingSequence+Utilities.swift
[78/232] Compiling ContainersPreview BorrowingSequence.swift
Generated: /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/BleScanner/destination/DBusCodegenPlugin/bluez.dbus.swift
[78/232] DBus codegen: bluez.dbus.xml
[79/232] Write sources
[81/235] Applying dbus-codegen-tool
[83/235] Compiling DBusCodegen Parser.swift
[84/235] Compiling DBusCodegen Codegen.swift
[85/235] Compiling DBusCodegen DBusTypes.swift
[86/235] Compiling DBusCodegen ClientGenerator.swift
[87/235] Compiling DBusCodegen ServerGenerator.swift
[88/235] Compiling DBusCodegen CodeWriter.swift
[89/235] Emitting module DBusCodegen
[90/235] Compiling ContainersPreview Producer.swift
[91/235] Compiling ContainersPreview Borrow.swift
[92/235] Compiling ContainersPreview Box.swift
[93/235] Emitting module ContainersPreview
[94/235] Compiling ContainersPreview ContainerIterator.swift
[95/235] Compiling ContainersPreview DynamicContainer.swift
[96/235] Compiling ContainersPreview MutableContainer.swift
[97/235] Compiling ContainersPreview PermutableContainer.swift
[98/235] Compiling ContainersPreview RandomAccessContainer.swift
[99/235] Compiling ContainersPreview RangeExpression2.swift
[100/235] Compiling ContainersPreview RangeReplaceableContainer.swift
[101/235] Compiling ContainersPreview Drain+Map.swift
[102/235] Compiling ContainersPreview Drain+Reduce.swift
[103/235] Compiling ContainersPreview Drain.swift
[104/235] Compiling ContainersPreview Producer+Collect.swift
[105/235] Compiling ContainersPreview Producer+Filter.swift
[106/235] Compiling ContainersPreview Producer+Map.swift
[107/235] Compiling ContainersPreview Producer+Reduce.swift
[108/235] Compiling ContainersPreview BorrowingIteratorProtocol+Filter.swift
[109/235] Compiling ContainersPreview BorrowingIteratorProtocol+Map.swift
[110/235] Compiling ContainersPreview BorrowingIteratorProtocol+Reduce.swift
[111/235] Compiling ContainersPreview BorrowingIteratorProtocol+SpanwiseZip.swift
[112/235] Compiling ContainersPreview BidirectionalContainer.swift
[113/235] Compiling ContainersPreview Container+Filter.swift
[114/235] Compiling ContainersPreview Container+SpanwiseZip.swift
[115/235] Compiling ContainersPreview Container.swift
[116/235] Compiling ContainersPreview Inout.swift
[117/235] Compiling ContainersPreview InputSpan.swift
[118/235] Compiling ContainersPreview Shared.swift
[125/238] Compiling _NIODataStructures PriorityQueue.swift
[126/238] Compiling Logging MetadataProvider.swift
[127/238] Compiling Atomics Unmanaged extensions.swift
[128/279] Compiling DequeModule RigidDeque+Consumption.swift
[129/279] Compiling DequeModule RigidDeque+Container.swift
[130/279] Compiling DequeModule RigidDeque+Descriptions.swift
[131/279] Compiling DequeModule RigidDeque+Equatable.swift
[132/279] Compiling DequeModule RigidDeque+Experimental.swift
[133/283] Compiling DequeModule UniqueDeque+Append.swift
[134/283] Compiling DequeModule UniqueDeque+Consumption.swift
[135/283] Compiling DequeModule UniqueDeque+Container.swift
[136/283] Compiling DequeModule UniqueDeque+Descriptions.swift
[137/283] Compiling Logging Locks.swift
[138/283] Compiling Logging LogEvent.swift
[139/283] Emitting module Logging
[140/283] Emitting module dbus_codegen
[141/283] Compiling dbus_codegen main.swift
[141/283] Write Objects.LinkFileList
[143/283] Compiling DequeModule UniqueDeque+Initializers.swift
[144/283] Compiling DequeModule RigidDeque+Removals.swift
[145/283] Compiling DequeModule Deque+Descriptions.swift
[146/283] Compiling DequeModule Deque+Equatable.swift
[147/283] Compiling DequeModule RigidDeque+Replacements.swift
[148/283] Compiling DequeModule RigidDeque+Testing.swift
[149/283] Compiling DequeModule Deque+Collection.swift
[150/283] Compiling DequeModule Deque+CustomReflectable.swift
[153/283] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[154/283] Compiling DequeModule Deque+Extras.swift
[155/283] Compiling DequeModule Deque+Hashable.swift
[156/283] Compiling DequeModule Deque+Testing.swift
[157/283] Compiling DequeModule Deque._Storage.swift
[158/283] Compiling _NIODataStructures _TinyArray.swift
[159/283] Emitting module _NIODataStructures
[160/283] Compiling _NIODataStructures Heap.swift
[161/283] Compiling DequeModule RigidDeque+Hashable.swift
[162/283] Compiling DequeModule RigidDeque+Initializers.swift
[163/283] Compiling DequeModule RigidDeque+Insertions.swift
[164/283] Compiling DequeModule RigidDeque+Prepend.swift
[165/283] Compiling DequeModule Deque._UnsafeHandle.swift
[166/283] Compiling DequeModule Deque.swift
[167/283] Compiling DequeModule _DequeBuffer.swift
[168/283] Compiling DequeModule _DequeBufferHeader.swift
[169/283] Compiling DequeModule RigidDeque+Append.swift
[170/283] Compiling DequeModule UniqueDeque+Insertions.swift
[171/283] Compiling DequeModule UniqueDeque+Prepend.swift
[172/283] Compiling DequeModule UniqueDeque+Removals.swift
[173/283] Compiling DequeModule UniqueDeque+Replacements.swift
[174/283] Emitting module Atomics
[177/283] Compiling DequeModule Deque+Codable.swift
[181/283] Linking dbus-codegen
[183/283] Compiling Logging LogHandler.swift
[184/283] Compiling Logging Logging.swift
[184/283] Applying dbus-codegen
[185/283] Compiling c-nioatomics.c
[187/283] Compiling DequeModule UniqueDeque.swift
[188/283] Compiling DequeModule _DequeSlot.swift
[189/283] Compiling DequeModule _UnsafeDequeHandle.swift
[190/283] Compiling DequeModule _UnsafeDequeSegments.swift
[194/283] Compiling DequeModule RigidDeque.swift
[195/283] Compiling DequeModule UniqueDeque+Equatable.swift
[196/283] Compiling DequeModule UniqueDeque+Experimental.swift
[197/283] Compiling DequeModule UniqueDeque+Hashable.swift
[199/283] Emitting module DequeModule
[199/283] Compiling c-atomics.c
[201/290] Compiling NIOConcurrencyHelpers lock.swift
[202/290] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[203/290] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[204/290] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[205/290] Compiling NIOConcurrencyHelpers NIOLock.swift
[206/290] Emitting module NIOConcurrencyHelpers
[207/290] Compiling NIOConcurrencyHelpers atomics.swift
[208/355] Emitting module Crypto
[209/363] Compiling Crypto HPKE-KexKeyDerivation.swift
[210/363] Compiling Crypto HPKE-LabeledExtract.swift
[211/363] Compiling Crypto HPKE-Utils.swift
[212/363] Compiling Crypto DHKEM.swift
[213/363] Compiling Crypto HPKE-KEM-Curve25519.swift
[214/363] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[215/363] Compiling Crypto HPKE-KEM.swift
[216/363] Compiling Crypto HPKE-Errors.swift
[217/363] Compiling NIOCore AddressedEnvelope.swift
[218/363] Compiling NIOCore AsyncAwaitSupport.swift
[219/363] Compiling NIOCore AsyncChannel.swift
[220/363] Compiling NIOCore AsyncChannelHandler.swift
[221/363] Compiling NIOCore AsyncChannelInboundStream.swift
[222/363] Compiling NIOCore AsyncChannelOutboundWriter.swift
[223/363] Compiling NIOCore NIOAsyncSequenceProducer.swift
[224/363] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[225/363] Compiling NIOCore NIOAsyncWriter.swift
[226/363] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[227/363] Compiling NIOCore BSDSocketAPI.swift
[228/363] Compiling NIOCore ByteBuffer-aux.swift
[229/363] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[230/363] Compiling NIOCore ByteBuffer-conversions.swift
[231/363] Compiling NIOCore ByteBuffer-core.swift
[232/363] Compiling NIOCore ByteBuffer-hex.swift
[233/363] Compiling NIOCore NIOLoopBound.swift
[234/363] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[235/363] Compiling NIOCore NIOScheduledCallback.swift
[236/363] Compiling NIOCore NIOSendable.swift
[237/363] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[238/363] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[239/363] Compiling NIOCore RecvByteBufferAllocator.swift
[240/363] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[241/363] Compiling Crypto ASN1BitString.swift
[242/363] Compiling NIOCore FileHandle.swift
[243/363] Compiling NIOCore FileRegion.swift
[244/363] Compiling NIOCore GlobalSingletons.swift
[245/363] Compiling NIOCore IO.swift
[246/363] Compiling NIOCore IOData.swift
[247/363] Compiling NIOCore IPProtocol.swift
[248/363] Compiling NIOCore IntegerBitPacking.swift
[249/363] Compiling NIOCore IntegerTypes.swift
[250/363] Compiling NIOCore ByteBuffer-int.swift
[251/363] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[252/363] Compiling NIOCore ByteBuffer-multi-int.swift
[253/363] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[254/363] Compiling NIOCore ByteBuffer-views.swift
[255/363] Compiling NIOCore Channel.swift
[256/363] Compiling NIOCore ChannelHandler.swift
[257/363] Compiling NIOCore ChannelHandlers.swift
[258/363] Compiling NIOCore ChannelInvoker.swift
[259/363] Compiling NIOCore ChannelOption.swift
[260/363] Compiling NIOCore ChannelPipeline.swift
[261/363] Compiling NIOCore CircularBuffer.swift
[262/363] Compiling NIOCore Codec.swift
[263/363] Compiling NIOCore ConvenienceOptionSupport.swift
[264/363] Compiling NIOCore DeadChannel.swift
[265/363] Compiling NIOCore DispatchQueue+WithFuture.swift
[266/363] Compiling NIOCore EventLoop+Deprecated.swift
[267/363] Compiling NIOCore EventLoop+SerialExecutor.swift
[268/363] Compiling NIOCore EventLoop.swift
[269/363] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[270/363] Compiling NIOCore EventLoopFuture+Deprecated.swift
[271/363] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[272/363] Compiling NIOCore EventLoopFuture.swift
[273/363] Compiling NIOCore FileDescriptor.swift
[274/363] Compiling NIOCore Interfaces.swift
[275/363] Compiling NIOCore Linux.swift
[276/363] Compiling NIOCore MarkedCircularBuffer.swift
[277/363] Compiling NIOCore MulticastChannel.swift
[278/363] Compiling NIOCore NIOAny.swift
[279/363] Compiling NIOCore NIOCloseOnErrorHandler.swift
[280/363] Compiling NIOCore NIOCoreSendableMetatype.swift
[281/363] Compiling NIOCore NIODecodedAsyncSequence.swift
[282/363] Compiling Crypto RNG_boring.swift
[283/363] Compiling Crypto SafeCompare_boring.swift
[284/363] Compiling Crypto Zeroization_boring.swift
[285/363] Compiling Crypto PrettyBytes.swift
[286/363] Compiling Crypto SafeCompare.swift
[287/363] Compiling Crypto SecureBytes.swift
[288/363] Compiling Crypto Zeroization.swift
[289/363] Compiling Crypto resource_bundle_accessor.swift
[325/370] Compiling NIOCore SocketAddresses.swift
[326/370] Compiling NIOCore SocketOptionProvider.swift
[327/370] Compiling NIOCore SystemCallHelpers.swift
[328/370] Compiling NIOCore TimeAmount+Duration.swift
[329/370] Compiling NIOCore TypeAssistedChannelHandler.swift
[330/370] Compiling NIOCore UniversalBootstrapSupport.swift
[331/370] Compiling NIOCore Utilities.swift
[361/370] Emitting module NIOCore
[362/426] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[363/426] Compiling NIOEmbedded AsyncTestingChannel.swift
[364/426] Emitting module NIOEmbedded
[365/426] Compiling NIOEmbedded Embedded.swift
[366/426] Compiling NIOPosix FileDescriptor.swift
[367/426] Compiling NIOPosix GetaddrinfoResolver.swift
[368/426] Compiling NIOPosix HappyEyeballs.swift
[369/426] Compiling NIOPosix IO.swift
[370/426] Compiling NIOPosix IntegerBitPacking.swift
[371/426] Compiling NIOPosix IntegerTypes.swift
[372/431] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[373/431] Compiling NIOPosix System.swift
[374/431] Compiling NIOPosix Thread.swift
[375/431] Compiling NIOPosix ThreadPosix.swift
[376/431] Compiling NIOPosix ThreadWindows.swift
[377/431] Compiling NIOPosix SelectorWSAPoll.swift
[378/431] Compiling NIOPosix ServerSocket.swift
[379/431] Compiling NIOPosix Socket.swift
[380/431] Compiling NIOPosix SocketChannel.swift
[381/431] Compiling NIOPosix SocketProtocols.swift
[382/431] Compiling NIOPosix BSDSocketAPICommon.swift
[383/431] Compiling NIOPosix BSDSocketAPIPosix.swift
[384/431] Compiling NIOPosix BSDSocketAPIWindows.swift
[385/431] Compiling NIOPosix BaseSocket.swift
[386/431] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[387/431] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[388/431] Compiling NIOPosix Linux.swift
[389/431] Compiling NIOPosix LinuxCPUSet.swift
[390/431] Compiling NIOPosix LinuxUring.swift
[391/431] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[392/431] Compiling NIOPosix NIOPosixSendableMetatype.swift
[393/431] Compiling NIOPosix NIOThreadPool.swift
[394/431] Compiling NIOPosix Utilities.swift
[395/431] Compiling NIOPosix VsockAddress.swift
[396/431] Compiling NIOPosix VsockChannelEvents.swift
[397/431] Compiling NIOPosix Windows.swift
[398/431] Compiling NIOPosix resource_bundle_accessor.swift
[399/431] Emitting module NIOPosix
[400/431] Compiling NIOPosix SelectableEventLoop.swift
[401/431] Compiling NIOPosix SelectorEpoll.swift
[402/431] Compiling NIOPosix SelectorGeneric.swift
[403/431] Compiling NIOPosix SelectorKqueue.swift
[404/431] Compiling NIOPosix SelectorUring.swift
[405/431] Compiling NIOPosix BaseSocketChannel.swift
[406/431] Compiling NIOPosix BaseStreamSocketChannel.swift
[407/431] Compiling NIOPosix Bootstrap.swift
[408/431] Compiling NIOPosix ControlMessage.swift
[409/431] Compiling NIOPosix DatagramVectorReadManager.swift
[410/431] Compiling NIOPosix Errors+Any.swift
[411/431] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[412/431] Compiling NIOPosix PosixSingletons.swift
[413/431] Compiling NIOPosix RawSocketBootstrap.swift
[414/431] Compiling NIOPosix Resolver.swift
[415/431] Compiling NIOPosix Selectable.swift
[416/431] Compiling NIOPosix SelectableChannel.swift
[417/431] Compiling NIOPosix NonBlockingFileIO.swift
[418/431] Compiling NIOPosix PendingDatagramWritesManager.swift
[419/431] Compiling NIOPosix PendingWritesManager.swift
[420/431] Compiling NIOPosix PipeChannel.swift
[421/431] Compiling NIOPosix PipePair.swift
[422/431] Compiling NIOPosix Pool.swift
[423/433] Compiling NIO Exports.swift
[424/433] Emitting module NIO
[425/450] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[426/450] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[427/450] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[428/450] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[429/451] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[430/451] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[431/451] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[432/451] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[433/451] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[434/451] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[435/451] Compiling NIOHTTP1 ByteCollectionUtils.swift
[436/451] Compiling NIOHTTP1 HTTPDecoder.swift
[437/451] Compiling NIOHTTP1 HTTPEncoder.swift
[438/451] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[439/451] Emitting module NIOHTTP1
[440/451] Compiling NIOHTTP1 HTTPTypes.swift
[441/451] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[442/451] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[443/470] Compiling NIOExtras QuiescingHelper.swift
[444/470] Compiling NIOExtras RequestResponseHandler.swift
[445/471] Compiling NIOExtras DebugInboundEventsHandler.swift
[446/471] Compiling NIOExtras DebugOutboundEventsHandler.swift
[447/471] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[448/471] Compiling NIOExtras JSONRPCFraming.swift
[449/471] Compiling NIOExtras FixedLengthFrameDecoder.swift
[450/471] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[451/471] Compiling NIOExtras NIORequestIdentifiable.swift
[452/471] Compiling NIOExtras PCAPRingBuffer.swift
[453/471] Compiling NIOExtras LineBasedFrameDecoder.swift
[454/471] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[455/471] Emitting module NIOExtras
[456/471] Compiling NIOExtras RequestResponseHandlers+State.swift
[457/471] Compiling NIOExtras RequestResponseWithIDHandler.swift
[458/471] Compiling NIOExtras NIOExtrasError.swift
[459/471] Compiling NIOExtras NIOLengthFieldBitLength.swift
[460/471] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[461/471] Compiling NIOExtras LengthFieldPrepender.swift
[462/471] Compiling NIOExtras WritePCAPHandler.swift
[463/491] Emitting module DBUS
[464/493] Compiling DBUS HeaderField.swift
[465/493] Compiling DBUS DBusString.swift
[466/493] Compiling DBUS DBusMessage+MessageType.swift
[467/493] Compiling DBUS DBusMessage.swift
[468/493] Compiling DBUS DBusServerConnection.swift
[469/493] Compiling DBUS DBusMessage+Flags.swift
[470/493] Compiling DBUS DBusType.swift
[471/493] Compiling DBUS DBusValue.swift
[472/493] Compiling DBUS DBusValidation.swift
[473/493] Compiling DBUS HeaderField+Code.swift
[474/493] Compiling DBUS ByteBuffer+DBus.swift
[475/493] Compiling DBUS DBusAddress.swift
[476/493] Compiling DBUS DBusAuthMechanism.swift
[477/493] Compiling DBUS DBusError.swift
[478/493] Compiling DBUS DBusMessageCodec.swift
[479/493] Compiling DBUS DBusVariant.swift
[480/493] Compiling DBUS TypeSignature.swift
[481/493] Compiling DBUS DBusObjectServer.swift
[482/493] Compiling DBUS DBusSerialGenerator.swift
[483/493] Compiling DBUS DBusAuthenticationHandler.swift
[484/493] Compiling DBUS DBusClient.swift
[485/501] Emitting module ExampleApp
[486/501] Compiling ExampleApp App.swift
[487/501] Emitting module AvahiBrowse
[488/501] Compiling AvahiBrowse AvahiBrowse.swift
[489/501] Compiling AvahiBrowse avahi.dbus.swift
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/AvahiBrowse/destination/DBusCodegenPlugin/avahi.dbus.swift:93:85: warning: keyword 'protocol' does not need to be escaped in argument list
91 | guard case .string(let domain) = ctx.arguments[3] else { throw DBusCodegenError.typeMismatch }
92 | guard case .uint32(let flags) = ctx.arguments[4] else { throw DBusCodegenError.typeMismatch }
93 | let result = try await self.serviceBrowserNew(interface: interface, `protocol`: `protocol`, `type`: `type`, domain: domain, flags: flags)
| `- warning: keyword 'protocol' does not need to be escaped in argument list
94 | return [.objectPath(result)]
95 | },
/Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/spi-builder-workspace/AvahiBrowse/destination/DBusCodegenPlugin/avahi.dbus.swift:93:109: warning: keyword 'type' does not need to be escaped in argument list
91 | guard case .string(let domain) = ctx.arguments[3] else { throw DBusCodegenError.typeMismatch }
92 | guard case .uint32(let flags) = ctx.arguments[4] else { throw DBusCodegenError.typeMismatch }
93 | let result = try await self.serviceBrowserNew(interface: interface, `protocol`: `protocol`, `type`: `type`, domain: domain, flags: flags)
| `- warning: keyword 'type' does not need to be escaped in argument list
94 | return [.objectPath(result)]
95 | },
[490/501] Compiling BleScanner bluez.dbus.swift
[491/501] Compiling BleScanner BleScanner.swift
[492/501] Emitting module BleScanner
[492/501] Write Objects.LinkFileList
[495/501] Linking ExampleApp
[496/501] Linking AvahiBrowse
[497/501] Linking BleScanner
[498/501] Applying ExampleApp
[499/501] Applying AvahiBrowse
[500/501] Applying BleScanner
Build complete! (54.33s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-crypto.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.46s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.48s)
Fetched https://github.com/apple/swift-log.git from cache (2.48s)
Fetched https://github.com/apple/swift-nio.git from cache (2.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.34.0 (3.15s)
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-nio-ssl.git from cache
Fetching https://github.com/apple/swift-certificates.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-asn1.git from cache
[1/7152] Fetching swift-certificates
[73/9897] Fetching swift-certificates, swift-service-lifecycle
[409/16144] Fetching swift-certificates, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.90s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.90s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.02s)
[10901/13399] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-certificates.git from cache (1.09s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.13s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.14s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.68s)
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 (4.69s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.43s)
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.46s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.11.0 (0.48s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.3 (0.51s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetched https://github.com/apple/swift-collections.git from cache (1.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.37.0 (2.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (2.32s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.99.0 (0.63s)
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.05s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.19.0 (1.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.7.0 (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.12.0 (0.48s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.4.1 (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.43.0 (0.47s)
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.34.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-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.7.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.7.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.37.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.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.4.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.19.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.43.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.11.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.12.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.3
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.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.99.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"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "DBUS",
"name" : "DBUS",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DBUS",
"targets" : [
"DBUS"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DBusCodegen",
"targets" : [
"DBusCodegen"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "dbus-codegen",
"targets" : [
"dbus-codegen"
],
"type" : {
"executable" : null
}
},
{
"name" : "AvahiBrowse",
"targets" : [
"AvahiBrowse"
],
"type" : {
"executable" : null
}
},
{
"name" : "BleScanner",
"targets" : [
"BleScanner"
],
"type" : {
"executable" : null
}
},
{
"name" : "DBusCodegenPlugin",
"targets" : [
"DBusCodegenPlugin"
],
"type" : {
"plugin" : null
}
},
{
"name" : "ExampleApp",
"targets" : [
"ExampleApp"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "dbus_codegen",
"module_type" : "SwiftTarget",
"name" : "dbus-codegen",
"path" : "Sources/dbus-codegen",
"product_memberships" : [
"dbus-codegen",
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"DBusCodegen"
],
"type" : "executable"
},
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "Sources/ExampleApp",
"product_memberships" : [
"ExampleApp"
],
"sources" : [
"App.swift"
],
"target_dependencies" : [
"DBUS"
],
"type" : "executable"
},
{
"c99name" : "DBusCodegenTests",
"module_type" : "SwiftTarget",
"name" : "DBusCodegenTests",
"path" : "Tests/DBusCodegenTests",
"sources" : [
"ClientGeneratorTests.swift",
"CodeWriterTests.swift",
"IRTests.swift",
"IntegrationTests.swift",
"ParserTests.swift",
"ServerGeneratorTests.swift",
"SignalGeneratorTests.swift",
"TypeMapperTests.swift"
],
"target_dependencies" : [
"DBusCodegen"
],
"type" : "test"
},
{
"c99name" : "DBusCodegenPlugin",
"module_type" : "PluginTarget",
"name" : "DBusCodegenPlugin",
"path" : "Plugins/DBusCodegenPlugin",
"plugin_capability" : {
"type" : "buildTool"
},
"product_memberships" : [
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"plugin.swift"
],
"target_dependencies" : [
"dbus-codegen"
],
"type" : "plugin"
},
{
"c99name" : "DBusCodegen",
"module_type" : "SwiftTarget",
"name" : "DBusCodegen",
"path" : "Sources/DBusCodegen",
"product_memberships" : [
"DBusCodegen",
"dbus-codegen",
"AvahiBrowse",
"BleScanner",
"DBusCodegenPlugin"
],
"sources" : [
"ClientGenerator.swift",
"CodeWriter.swift",
"Codegen.swift",
"DBusTypes.swift",
"IR.swift",
"Parser.swift",
"ServerGenerator.swift",
"SignalGenerator.swift",
"TypeMapper.swift"
],
"type" : "library"
},
{
"c99name" : "DBUSTests",
"module_type" : "SwiftTarget",
"name" : "DBUSTests",
"path" : "Tests/DBUSTests",
"sources" : [
"DBusAddressTests.swift",
"DBusAuthenticationHandlerTests.swift",
"DBusClientTests.swift",
"DBusMessageCodecTests.swift",
"DBusObjectServerTests.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",
"Crypto"
],
"product_memberships" : [
"DBUS",
"AvahiBrowse",
"BleScanner",
"ExampleApp"
],
"sources" : [
"ByteBuffer+DBus.swift",
"DBusAddress.swift",
"DBusAuthMechanism.swift",
"DBusAuthenticationHandler.swift",
"DBusClient.swift",
"DBusError.swift",
"DBusMessageCodec.swift",
"DBusObjectServer.swift",
"DBusSerialGenerator.swift",
"DBusServerConnection.swift",
"Message/DBusMessage+Flags.swift",
"Message/DBusMessage+MessageType.swift",
"Message/DBusMessage.swift",
"Message/DBusValidation.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"
},
{
"c99name" : "BleScanner",
"module_type" : "SwiftTarget",
"name" : "BleScanner",
"path" : "Sources/BleScanner",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"BleScanner"
],
"sources" : [
"BleScanner.swift"
],
"target_dependencies" : [
"DBUS",
"DBusCodegenPlugin"
],
"type" : "executable"
},
{
"c99name" : "AvahiBrowse",
"module_type" : "SwiftTarget",
"name" : "AvahiBrowse",
"path" : "Sources/AvahiBrowse",
"product_dependencies" : [
"NIOCore"
],
"product_memberships" : [
"AvahiBrowse"
],
"sources" : [
"AvahiBrowse.swift"
],
"target_dependencies" : [
"DBUS",
"DBusCodegenPlugin"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Done.