Build Information
Successful build of GATT, reference master (8f9b5f
), with Swift 6.1 for macOS (SPM) on 6 Jun 2025 07:00:16 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/PureSwift/GATT
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8f9b5f2 Merge pull request #36 from zunda-pixel/add-editorconfig
Cloned https://github.com/PureSwift/GATT.git
Revision (git rev-parse @):
8f9b5f21faf8995d5f72c64712d54afc81f895c1
SUCCESS checkout https://github.com/PureSwift/GATT.git at master
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23627] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (2.16s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.0 (2.83s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.42s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (3.81s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "gatt",
"name": "GATT",
"url": "https://github.com/PureSwift/GATT.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GATT",
"dependencies": [
{
"identity": "bluetooth",
"name": "Bluetooth",
"url": "https://github.com/PureSwift/Bluetooth.git",
"version": "7.2.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Bluetooth",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/swiftlang/swift-syntax.git",
"version": "600.0.1",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/PureSwift/GATT.git
[1/5747] Fetching gatt
Fetched https://github.com/PureSwift/GATT.git from cache (1.07s)
Fetching https://github.com/PureSwift/Bluetooth.git from cache
Fetched https://github.com/PureSwift/Bluetooth.git from cache (0.49s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.0 (0.55s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (1.30s)
Creating working copy for https://github.com/PureSwift/GATT.git
Working copy of https://github.com/PureSwift/GATT.git resolved at master (8f9b5f2)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.0
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
warning: '.resolve-product-dependencies': dependency 'gatt' is not used by any target
Found 1 product dependencies
- Bluetooth
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/PureSwift/GATT.git
https://github.com/PureSwift/GATT.git
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "7.2.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
}
],
"manifest_display_name" : "GATT",
"name" : "GATT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GATT",
"targets" : [
"GATT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DarwinGATT",
"targets" : [
"DarwinGATT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GATTTests",
"module_type" : "SwiftTarget",
"name" : "GATTTests",
"path" : "Tests/GATTTests",
"product_dependencies" : [
"Bluetooth",
"BluetoothGATT",
"BluetoothGAP",
"BluetoothHCI"
],
"sources" : [
"GATTTests.swift",
"TestHostController.swift",
"TestL2CAPSocket.swift"
],
"target_dependencies" : [
"GATT"
],
"type" : "test"
},
{
"c99name" : "GATT",
"module_type" : "SwiftTarget",
"name" : "GATT",
"path" : "Sources/GATT",
"product_dependencies" : [
"Bluetooth",
"BluetoothGATT",
"BluetoothGAP",
"BluetoothHCI"
],
"product_memberships" : [
"GATT",
"DarwinGATT"
],
"sources" : [
"AdvertisementData.swift",
"AsyncStream.swift",
"AttributePermission.swift",
"CentralAttributes.swift",
"CentralError.swift",
"CentralProtocol.swift",
"CharacteristicProperty.swift",
"Extensions/OptionSet.swift",
"GATTCentral.swift",
"GATTClientConnection.swift",
"GATTPeripheral.swift",
"GATTServerConnection.swift",
"L2CAP.swift",
"ManufacturerSpecificData.swift",
"MaximumTransmissionUnit.swift",
"Peer.swift",
"PeripheralProtocol.swift",
"ScanData.swift"
],
"type" : "library"
},
{
"c99name" : "DarwinGATT",
"module_type" : "SwiftTarget",
"name" : "DarwinGATT",
"path" : "Sources/DarwinGATT",
"product_dependencies" : [
"BluetoothGATT"
],
"product_memberships" : [
"DarwinGATT"
],
"sources" : [
"DarwinAdvertisementData.swift",
"DarwinAttributes.swift",
"DarwinBluetoothState.swift",
"DarwinCentral.swift",
"DarwinCentralError.swift",
"DarwinDescriptor.swift",
"DarwinPeripheral.swift",
"Extensions/CBCentral.swift",
"Extensions/CBPeripheral.swift",
"Extensions/Integer.swift",
"PeripheralContinuation.swift",
"Queue.swift"
],
"target_dependencies" : [
"GATT"
],
"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
[0/14] Write GenerateBluetooth-tool-entitlement.plist
[0/14] Copying MemberUUID.json
[1/14] Write sources
[2/14] Copying CompanyIdentifier.json
[2/14] Copying DeclarationUUID.json
[2/14] Copying DescriptorUUID.json
[3/14] Copying UnitIdentifier.json
[3/14] Write sources
[3/14] Copying ServiceUUID.json
[9/14] Copying CharacteristicUUID.json
[10/14] Write swift-version-2F0A5646E1D333AE.txt
[12/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[13/19] Compiling BluetoothMetadata BluetoothUUID.swift
[14/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[15/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[16/19] Emitting module BluetoothMetadata
[17/26] Compiling GenerateBluetooth Hexadecimal.swift
[18/26] Compiling GenerateBluetooth Generate.swift
[19/26] Compiling GenerateBluetooth BluetoothUUID.swift
[20/26] Compiling GenerateBluetooth CompanyIdentifier.swift
[21/26] Emitting module GenerateBluetooth
[22/26] Compiling GenerateBluetooth UnitIdentifier.swift
[23/26] Compiling GenerateBluetooth String.swift
[23/26] Write Objects.LinkFileList
[24/26] Linking GenerateBluetooth-tool
[25/26] Applying GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/52] Write sources
[18/52] Copying MemberUUID.json
[18/52] Copying ServiceUUID.json
[18/52] Copying DeclarationUUID.json
[18/52] Copying UnitIdentifier.json
[22/52] Copying DescriptorUUID.json
[23/52] Copying UnitIdentifier.json
[23/52] Copying CompanyIdentifier.json
[24/52] Copying CharacteristicUUID.json
[26/52] Copying ServiceUUID.json
[26/52] Write sources
[29/52] Copying MemberUUID.json
[29/52] Write sources
[29/52] Copying DeclarationUUID.json
[29/52] Copying CompanyIdentifier.json
[33/52] Copying DescriptorUUID.json
[33/52] Write sources
[36/52] Copying CharacteristicUUID.json
[36/52] Write sources
[38/52] Compiling _SwiftSyntaxCShims dummy.c
[39/52] Write swift-version-2F0A5646E1D333AE.txt
[41/63] Emitting module SwiftSyntax510
[42/63] Compiling SwiftSyntax510 Empty.swift
[43/63] Compiling SwiftSyntax509 Empty.swift
[44/63] Emitting module SwiftSyntax509
[45/63] Compiling SwiftSyntax600 Empty.swift
[46/63] Emitting module SwiftSyntax600
[46/63] Write Objects.LinkFileList
[48/63] Compiling BluetoothMetadata resource_bundle_accessor.swift
[49/113] Compiling BluetoothMetadata CompanyIdentifier.swift
[50/128] Compiling BluetoothMetadata BluetoothMetadata.swift
[51/128] Emitting module BluetoothMetadata
[52/128] Compiling BluetoothMetadata BluetoothUUID.swift
[52/128] Linking GenerateBluetooth-tool
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[53/128] Generate Bluetooth Unit Identifier Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[54/128] Generate Bluetooth Declaration UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[55/128] Generate Bluetooth Descriptor UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[56/128] Generate Bluetooth Service UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[57/128] Generate Bluetooth Characteristic UUID Definitions
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[58/128] Generate Bluetooth Member UUID Definitions
[60/128] Compiling SwiftSyntax AbsolutePosition.swift
[61/128] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[62/128] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[63/128] Compiling SwiftSyntax Assert.swift
[64/128] Compiling SwiftSyntax BumpPtrAllocator.swift
[65/128] Compiling SwiftSyntax CommonAncestor.swift
[66/128] Compiling SwiftSyntax Convenience.swift
[67/128] Compiling SwiftSyntax CustomTraits.swift
Generated /Users/admin/builder/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[67/135] Generate Bluetooth Company Identifier Definitions
[68/135] Write sources
[70/135] Compiling SwiftSyntax Identifier.swift
[71/135] Compiling SwiftSyntax MemoryLayout.swift
[72/135] Compiling SwiftSyntax MissingNodeInitializers.swift
[73/135] Compiling SwiftSyntax RawSyntax.swift
[74/135] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[75/135] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[76/135] Compiling SwiftSyntax RawSyntaxTokenView.swift
[77/135] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[78/135] Compiling SwiftSyntax SyntaxChildren.swift
[79/135] Compiling SwiftSyntax SyntaxCollection.swift
[80/135] Compiling SwiftSyntax SyntaxHashable.swift
[81/135] Compiling SwiftSyntax SyntaxIdentifier.swift
[82/135] Compiling SwiftSyntax SyntaxNodeFactory.swift
[83/135] Compiling SwiftSyntax SyntaxNodeStructure.swift
[84/135] Emitting module SwiftSyntax
[85/135] Compiling SwiftSyntax SyntaxCollections.swift
[86/135] Compiling SwiftSyntax SyntaxEnum.swift
[87/135] Compiling SwiftSyntax SyntaxKind.swift
[88/135] Compiling SwiftSyntax SyntaxRewriter.swift
[89/135] Compiling SwiftSyntax SyntaxTraits.swift
[90/135] Compiling SwiftSyntax SyntaxVisitor.swift
[91/135] Compiling SwiftSyntax TokenKind.swift
[92/135] Compiling SwiftSyntax Tokens.swift
[93/135] Compiling SwiftSyntax TriviaPieces.swift
[94/135] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[95/135] Compiling SwiftSyntax RawSyntaxNodesC.swift
[96/135] Compiling SwiftSyntax RawSyntaxNodesD.swift
[97/135] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[98/135] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[99/135] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[100/135] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[101/135] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[102/135] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[103/135] Compiling SwiftSyntax RawSyntaxValidation.swift
[104/135] Compiling SwiftSyntax SyntaxNodesAB.swift
[105/135] Compiling SwiftSyntax SyntaxNodesC.swift
[106/135] Compiling SwiftSyntax SourceEdit.swift
[107/135] Compiling SwiftSyntax SourceLength.swift
[108/135] Compiling SwiftSyntax SourceLocation.swift
[109/135] Compiling SwiftSyntax SourcePresence.swift
[110/135] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[111/135] Compiling SwiftSyntax Syntax.swift
[112/135] Compiling SwiftSyntax SyntaxArena.swift
[113/135] Compiling SwiftSyntax SyntaxProtocol.swift
[114/135] Compiling SwiftSyntax SyntaxText.swift
[115/135] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[116/135] Compiling SwiftSyntax TokenDiagnostic.swift
[117/135] Compiling SwiftSyntax TokenSequence.swift
[118/135] Compiling SwiftSyntax TokenSyntax.swift
[119/135] Compiling SwiftSyntax Trivia.swift
[120/135] Compiling SwiftSyntax Utils.swift
[121/135] Compiling SwiftSyntax ChildNameForKeyPath.swift
[122/135] Compiling SwiftSyntax Keyword.swift
[123/135] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[124/135] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[125/135] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[126/135] Compiling SwiftSyntax SyntaxBaseNodes.swift
[127/135] Compiling SwiftSyntax SyntaxNodesD.swift
[128/135] Compiling SwiftSyntax SyntaxNodesEF.swift
[129/135] Compiling SwiftSyntax SyntaxNodesGHI.swift
[130/135] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[131/135] Compiling SwiftSyntax SyntaxNodesOP.swift
[132/135] Compiling SwiftSyntax SyntaxNodesQRS.swift
[133/135] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[134/193] Compiling SwiftBasicFormat Syntax+Extensions.swift
[135/193] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[136/193] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[137/193] Compiling SwiftDiagnostics Message.swift
[138/193] Compiling SwiftDiagnostics Diagnostic.swift
[139/193] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[140/193] Compiling SwiftDiagnostics FixIt.swift
[141/193] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[142/193] Emitting module SwiftDiagnostics
[143/193] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[144/194] Compiling SwiftDiagnostics Convenience.swift
[145/194] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[146/194] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[147/194] Compiling SwiftDiagnostics Note.swift
[148/194] Compiling SwiftBasicFormat InferIndentation.swift
[149/194] Emitting module SwiftBasicFormat
[150/194] Compiling SwiftBasicFormat BasicFormat.swift
[151/194] Compiling SwiftParser TopLevel.swift
[152/194] Compiling SwiftParser TriviaParser.swift
[153/194] Compiling SwiftParser Types.swift
[154/194] Compiling SwiftParser ExperimentalFeatures.swift
[155/198] Compiling SwiftParser StringLiterals.swift
[156/198] Compiling SwiftParser SwiftParserCompatibility.swift
[157/198] Compiling SwiftParser SwiftVersion.swift
[158/198] Compiling SwiftParser SyntaxUtils.swift
[159/198] Compiling SwiftParser TokenConsumer.swift
[160/198] Compiling SwiftParser TokenPrecedence.swift
[161/198] Compiling SwiftParser TokenSpec.swift
[162/198] Compiling SwiftParser TokenSpecSet.swift
[163/198] Emitting module SwiftParser
[164/198] Compiling SwiftParser Recovery.swift
[165/198] Compiling SwiftParser Specifiers.swift
[166/198] Compiling SwiftParser Statements.swift
[167/198] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[168/198] Compiling SwiftParser Attributes.swift
[169/198] Compiling SwiftParser Availability.swift
[170/198] Compiling SwiftParser CharacterInfo.swift
[171/198] Compiling SwiftParser CollectionNodes+Parsable.swift
[172/198] Compiling SwiftParser Declarations.swift
[173/198] Compiling SwiftParser Directives.swift
[174/198] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[175/198] Compiling SwiftParser Expressions.swift
[176/198] Compiling SwiftParser IncrementalParseTransition.swift
[177/198] Compiling SwiftParser IsValidIdentifier.swift
[178/198] Compiling SwiftParser UnicodeScalarExtensions.swift
[179/198] Compiling SwiftParser Lookahead.swift
[180/198] Compiling SwiftParser LoopProgressCondition.swift
[181/198] Compiling SwiftParser Modifiers.swift
[182/198] Compiling SwiftParser Names.swift
[183/198] Compiling SwiftParser Nominals.swift
[184/198] Compiling SwiftParser Parameters.swift
[185/198] Compiling SwiftParser ParseSourceFile.swift
[186/198] Compiling SwiftParser Parser.swift
[187/198] Compiling SwiftParser Patterns.swift
[188/198] Compiling SwiftParser Cursor.swift
[189/198] Compiling SwiftParser Lexeme.swift
[190/198] Compiling SwiftParser LexemeSequence.swift
[191/198] Compiling SwiftParser Lexer.swift
[192/198] Compiling SwiftParser RegexLiteralLexer.swift
[193/198] Compiling SwiftParser IsLexerClassified.swift
[194/198] Compiling SwiftParser LayoutNodes+Parsable.swift
[195/198] Compiling SwiftParser Parser+TokenSpecSet.swift
[196/198] Compiling SwiftParser TokenSpecStaticMembers.swift
[197/221] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[198/222] Compiling SwiftOperators PrecedenceGroup.swift
[199/223] Compiling SwiftParserDiagnostics PresenceUtils.swift
[200/223] Compiling SwiftOperators OperatorTable.swift
[201/223] Compiling SwiftOperators OperatorTable+Semantics.swift
[202/223] Compiling SwiftOperators PrecedenceGraph.swift
[203/223] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[204/223] Compiling SwiftOperators SyntaxSynthesis.swift
[205/223] Compiling SwiftOperators OperatorTable+Defaults.swift
[206/223] Compiling SwiftOperators OperatorError+Diagnostics.swift
[207/223] Compiling SwiftOperators OperatorError.swift
[208/223] Compiling SwiftOperators OperatorTable+Folding.swift
[209/223] Emitting module SwiftOperators
[210/223] Compiling SwiftOperators Operator.swift
[211/223] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[212/223] Compiling SwiftParserDiagnostics Utils.swift
[213/223] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[214/223] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[215/223] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[216/223] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[217/223] Compiling SwiftParserDiagnostics MissingNodesError.swift
[218/223] Compiling SwiftParserDiagnostics MissingTokenError.swift
[219/223] Emitting module SwiftParserDiagnostics
[220/223] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[221/223] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[222/238] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[223/238] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[224/239] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[225/239] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[226/239] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[227/239] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[228/239] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[229/239] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[230/239] Compiling SwiftSyntaxBuilder Indenter.swift
[231/239] Compiling SwiftSyntaxBuilder ListBuilder.swift
[232/239] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[233/239] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[234/239] Emitting module SwiftSyntaxBuilder
[235/239] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[236/239] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[237/239] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[238/257] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[239/257] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[240/258] Compiling SwiftSyntaxMacros PreambleMacro.swift
[241/258] Compiling SwiftSyntaxMacros Macro.swift
[242/258] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[243/258] Compiling SwiftSyntaxMacros MemberMacro.swift
[244/258] Compiling SwiftSyntaxMacros PeerMacro.swift
[245/258] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[246/258] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[247/258] Compiling SwiftSyntaxMacros AttachedMacro.swift
[248/258] Compiling SwiftSyntaxMacros BodyMacro.swift
[249/258] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[250/258] Compiling SwiftSyntaxMacros Macro+Format.swift
[251/258] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[252/258] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[253/258] Emitting module SwiftSyntaxMacros
[254/258] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[255/258] Compiling SwiftSyntaxMacros AccessorMacro.swift
[256/258] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[257/268] Emitting module SwiftSyntaxMacroExpansion
[258/268] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[259/268] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[260/268] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[261/268] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[262/268] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[263/268] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[264/268] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[265/268] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[266/268] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[267/280] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[268/281] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[269/281] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[270/281] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[271/281] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[272/281] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[273/281] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[274/281] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[275/281] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[276/281] Emitting module SwiftCompilerPluginMessageHandling
[277/281] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[278/281] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[279/281] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[280/283] Emitting module SwiftCompilerPlugin
[281/283] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[282/288] Compiling BluetoothMacros Plugins.swift
[283/288] Compiling BluetoothMacros BluetoothUUID.swift
[284/288] Compiling BluetoothMacros BluetoothAddress.swift
[285/288] Emitting module BluetoothMacros
[286/288] Compiling BluetoothMacros Hexadecimal.swift
[286/288] Write Objects.LinkFileList
[287/288] Linking BluetoothMacros-tool
[289/325] Compiling Bluetooth Unit.swift
[290/325] Compiling Bluetooth UnitIdentifier.swift
[291/325] Compiling Bluetooth UnitIdentifierMetadata.swift
[292/325] Compiling Bluetooth iBeacon.swift
[293/328] Compiling Bluetooth L2CAPSocket.swift
[294/328] Compiling Bluetooth LowEnergyAdvertisingData.swift
[295/328] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[296/328] Compiling Bluetooth RSSI.swift
[297/328] Compiling Bluetooth CompanyIdentifier.swift
[298/328] Compiling Bluetooth CompanyIdentifierMetadata.swift
[299/328] Compiling Bluetooth Data.swift
[300/328] Compiling Bluetooth Hexadecimal.swift
[301/328] Compiling Bluetooth Integer.swift
[302/328] Compiling Bluetooth String.swift
[303/328] Compiling Bluetooth System.swift
[304/328] Compiling Bluetooth UUID.swift
[305/328] Compiling Bluetooth BluetoothUUIDMetadata.swift
[306/328] Compiling Bluetooth ByteSwap.swift
[307/328] Compiling Bluetooth ByteValue.swift
[308/328] Compiling Bluetooth ClassOfDevice.swift
[309/328] Compiling Bluetooth SFloat.swift
[310/328] Compiling Bluetooth SecurityLevel.swift
[311/328] Compiling Bluetooth UInt128.swift
[312/328] Compiling Bluetooth UInt24.swift
[313/328] Compiling Bluetooth DescriptorUUID.swift
[314/328] Compiling Bluetooth MemberUUID.swift
[315/328] Compiling Bluetooth DeclarationUUID.swift
[316/328] Compiling Bluetooth Address.swift
[317/328] Compiling Bluetooth AsyncIndefiniteStream.swift
[318/328] Compiling Bluetooth BitMaskOption.swift
[319/328] Compiling Bluetooth BluetoothUUID.swift
[320/328] Compiling Bluetooth UInt256.swift
[321/328] Compiling Bluetooth UInt40.swift
[322/328] Compiling Bluetooth UInt48.swift
[323/328] Compiling Bluetooth UInt512.swift
[324/328] Compiling Bluetooth CompanyIdentifiers.swift
[325/328] Compiling Bluetooth UnitIdentifiers.swift
[326/328] Compiling Bluetooth ServiceUUID.swift
[327/328] Compiling Bluetooth CharacteristicUUID.swift
[328/328] Emitting module Bluetooth
[329/498] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[330/498] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[331/498] Compiling BluetoothGATT ATTFindInformationRequest.swift
[332/498] Compiling BluetoothGATT ATTFindInformationResponse.swift
[333/498] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[334/503] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[335/503] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[336/503] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[337/503] Compiling BluetoothGATT ATTReadBlobRequest.swift
[338/503] Compiling BluetoothGATT ATTReadBlobResponse.swift
[339/503] Compiling BluetoothGATT ATTAttributePermissions.swift
[340/503] Compiling BluetoothGATT ATTConnection.swift
[341/503] Compiling BluetoothGATT ATTError.swift
[342/503] Compiling BluetoothGATT ATTErrorResponse.swift
[343/503] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[344/503] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[345/503] Compiling BluetoothGATT Hexadecimal.swift
[346/503] Compiling BluetoothGATT Integer.swift
[347/503] Compiling BluetoothGATT OptionSet.swift
[348/503] Compiling BluetoothGATT String.swift
[349/503] Compiling BluetoothGATT System.swift
[350/503] Compiling BluetoothGATT ATTWriteRequest.swift
[351/503] Compiling BluetoothGATT ATTWriteResponse.swift
[352/503] Compiling BluetoothGATT Array.swift
[353/503] Compiling BluetoothGATT Bool.swift
[354/503] Compiling BluetoothGATT Data.swift
[355/503] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[356/503] Compiling BluetoothGATT ATTReadRequest.swift
[357/503] Compiling BluetoothGATT ATTReadResponse.swift
[358/503] Compiling BluetoothGATT ATTSignedWriteCommand.swift
[359/503] Compiling BluetoothGATT ATTWriteCommand.swift
[360/503] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[361/503] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[362/503] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[363/503] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[364/503] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[365/503] Compiling BluetoothGATT GATT.swift
[366/503] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[367/503] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[368/503] Compiling BluetoothGATT GATTAerobicThreshold.swift
[369/503] Compiling BluetoothGATT GATTAge.swift
[370/503] Emitting module BluetoothGAP
[371/503] Compiling BluetoothGATT ATTHandleValueIndication.swift
[372/503] Compiling BluetoothGATT ATTHandleValueNotification.swift
[373/503] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[374/503] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[375/503] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[376/503] Compiling BluetoothGATT ATTOpcode.swift
[377/503] Compiling BluetoothGATT GATTLocalEastCoordinate.swift
[378/503] Compiling BluetoothGATT GATTLocalNorthCoordinate.swift
[379/503] Compiling BluetoothGATT GATTLocalTimeInformation.swift
[380/503] Compiling BluetoothGATT GATTLocationName.swift
[381/503] Compiling BluetoothGATT GATTLongitude.swift
[382/503] Compiling BluetoothGATT GATTManufacturerNameString.swift
[383/503] Compiling BluetoothGATT GATTModelNumber.swift
[384/503] Compiling BluetoothGATT GATTNewAlert.swift
[385/503] Compiling BluetoothGATT GATTNumberOfDigitals.swift
[386/503] Compiling BluetoothGATT GATTObjectID.swift
[387/503] Compiling BluetoothGATT GATTObjectName.swift
[388/503] Compiling BluetoothGATT GATTObjectSize.swift
[389/503] Compiling BluetoothGATT GATTObjectType.swift
[390/516] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[391/516] Compiling BluetoothGAP GAPTxPowerLevel.swift
[392/516] Compiling BluetoothGAP GAPURI.swift
[393/516] Compiling BluetoothGAP GAPUUIDList.swift
[394/516] Compiling BluetoothGAP iBeacon.swift
[423/549] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[424/549] Compiling BluetoothHCI HCIError.swift
[425/549] Compiling BluetoothHCI HCIEvent.swift
[426/549] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[427/549] Compiling BluetoothHCI HCIGeneralEvent.swift
[437/722] Emitting module BluetoothGATT
[438/722] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[439/722] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[440/722] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[441/722] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[442/722] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[443/722] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[444/722] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[445/722] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[446/722] Compiling BluetoothHCI HCILEReceiverTest.swift
[447/722] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[448/722] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[449/722] Compiling BluetoothHCI HCILEConnectionComplete.swift
[450/722] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[451/722] Compiling BluetoothHCI HCILECreateConnection.swift
[452/722] Compiling BluetoothHCI HCILEDataLengthChange.swift
[453/722] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[454/722] Compiling BluetoothHCI HCILEEncrypt.swift
[455/722] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[456/722] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[457/722] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[458/722] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[459/722] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[460/722] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[461/722] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[462/722] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[463/722] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[464/722] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[465/722] Compiling BluetoothHCI HCIReadClockOffset.swift
[466/722] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[467/722] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[468/722] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[469/722] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[470/722] Compiling BluetoothHCI HCIReadLMPHandle.swift
[471/722] Compiling BluetoothHCI HCIReadLocalName.swift
[472/722] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[473/722] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[474/722] Compiling BluetoothHCI HCIReadPageTimeout.swift
[475/722] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[476/722] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[477/722] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[478/722] Compiling BluetoothHCI HCIPacketHeader.swift
[479/722] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[480/722] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[481/722] Compiling BluetoothHCI HCIQoSSetup.swift
[482/722] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[496/722] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[497/722] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[498/722] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[499/722] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[500/722] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[501/722] Compiling BluetoothHCI AdvertisingInterval.swift
[502/722] Compiling BluetoothHCI BluetoothHostController.swift
[503/722] Compiling BluetoothHCI ChannelIdentifier.swift
[504/722] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[505/722] Compiling BluetoothHCI Bool.swift
[506/722] Compiling BluetoothHCI Hexadecimal.swift
[507/722] Compiling BluetoothHCI Integer.swift
[508/722] Compiling BluetoothHCI String.swift
[509/722] Compiling BluetoothHCI System.swift
[510/722] Compiling BluetoothHCI HCI.swift
[511/722] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[512/722] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[513/722] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[514/722] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[515/722] Compiling BluetoothHCI HCICommand.swift
[516/722] Compiling BluetoothHCI HCICommandComplete.swift
[517/722] Compiling BluetoothHCI HCICommandStatus.swift
[518/722] Compiling BluetoothHCI HCICommandTimeout.swift
[519/722] Compiling BluetoothHCI HCIConnectionComplete.swift
[520/722] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[521/722] Compiling BluetoothHCI HCIConnectionRequest.swift
[522/722] Compiling BluetoothHCI HCICreateConnection.swift
[523/744] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[524/744] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[525/744] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[526/744] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[527/744] Compiling BluetoothHCI HCIReset.swift
[528/744] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[529/744] Compiling BluetoothHCI HCISetEventFilter.swift
[530/744] Compiling BluetoothHCI HCISimplePairingComplete.swift
[531/744] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[532/744] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[533/744] Compiling BluetoothHCI HCIVersion.swift
[534/744] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[535/744] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[536/744] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[537/744] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[538/744] Compiling BluetoothHCI HCIWriteLocalName.swift
[539/744] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[540/744] Compiling BluetoothHCI HCIWritePageScanType.swift
[541/744] Compiling BluetoothHCI HCIWritePageTimeout.swift
[542/744] Compiling BluetoothHCI HCIWriteScanEnable.swift
[543/744] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[544/744] Compiling BluetoothHCI InformationalCommand.swift
[545/744] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[546/744] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[547/744] Compiling BluetoothHCI HCIDisconnect.swift
[548/744] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[549/744] Compiling BluetoothHCI HCIEncryptionChange.swift
[555/744] Compiling BluetoothHCI HCIHoldMode.swift
[556/744] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[557/744] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[558/744] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[559/744] Compiling BluetoothHCI HCIInquiry.swift
[560/744] Compiling BluetoothHCI HCIInquiryCancel.swift
[561/744] Compiling BluetoothHCI HCIInquiryComplete.swift
[562/744] Compiling BluetoothHCI HCIInquiryResult.swift
[563/744] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[564/744] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[565/744] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[566/744] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[567/744] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[584/744] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[585/744] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[586/744] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[587/744] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[588/744] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[589/744] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[590/744] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[591/744] Compiling BluetoothHCI HCILERandom.swift
[592/744] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[593/744] Compiling BluetoothHCI HCILEReadBufferSize.swift
[594/744] Compiling BluetoothHCI HCILEReadChannelMap.swift
[595/744] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[596/744] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[597/744] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[598/744] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[599/744] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[600/744] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[601/744] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[602/744] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[603/744] Compiling BluetoothHCI HCILEReadPhy.swift
[614/744] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[615/744] Compiling BluetoothHCI HCILESetPhy.swift
[616/744] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[617/744] Compiling BluetoothHCI HCILESetRandomAddress.swift
[618/744] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[619/744] Compiling BluetoothHCI HCILESetScanEnable.swift
[620/744] Compiling BluetoothHCI HCILESetScanParameters.swift
[621/744] Compiling BluetoothHCI HCILESetScanResponseData.swift
[622/744] Compiling BluetoothHCI HCILEStartEncryption.swift
[623/744] Compiling BluetoothHCI HCILETestEnd.swift
[624/744] Compiling BluetoothHCI HCILETransmitterTest.swift
[625/744] Compiling BluetoothHCI HCILEUpdateConnection.swift
[626/744] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[627/744] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[628/744] Compiling BluetoothHCI HCILinkKeyNotification.swift
[629/744] Compiling BluetoothHCI HCILinkKeyRequest.swift
[630/744] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[631/744] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[632/744] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[633/744] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[634/744] Compiling BluetoothHCI HCIModeChange.swift
[635/744] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[636/744] Compiling BluetoothHCI HCIPINCodeRequest.swift
[637/744] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[638/744] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[639/744] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[640/744] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[641/744] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[642/744] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[643/744] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[644/744] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[645/744] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[646/744] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[647/744] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[648/744] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[649/744] Compiling BluetoothHCI HCILESetDataLength.swift
[650/744] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[651/744] Compiling BluetoothHCI HCILESetEventMask.swift
[652/744] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[653/744] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[654/744] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[655/744] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[656/744] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[657/744] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[658/744] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[659/744] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[660/744] Compiling BluetoothHCI LMPFeature.swift
[661/744] Compiling BluetoothHCI LinkControlCommand.swift
[662/744] Compiling BluetoothHCI LinkPolicyCommand.swift
[663/744] Compiling BluetoothHCI LowEnergyAddressType.swift
[664/744] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[665/744] Compiling BluetoothHCI LowEnergyAdvertising.swift
[666/744] Compiling BluetoothHCI LowEnergyAllPhys.swift
[667/744] Compiling BluetoothHCI LowEnergyChannelMap.swift
[668/744] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[669/744] Compiling BluetoothHCI LowEnergyCommand.swift
[670/744] Compiling BluetoothHCI LowEnergyConnection.swift
[671/744] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[672/744] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[673/744] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[674/744] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[675/744] Compiling BluetoothHCI LowEnergyEvent.swift
[676/744] Compiling BluetoothHCI LowEnergyFeature.swift
[677/744] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[678/744] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[679/744] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[680/744] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[681/744] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[682/744] Emitting module BluetoothHCI
[723/744] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[724/744] Compiling BluetoothHCI LowEnergyResolvingList.swift
[725/744] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[726/744] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[727/744] Compiling BluetoothHCI LowEnergyRole.swift
[728/744] Compiling BluetoothHCI LowEnergyRxChannel.swift
[729/744] Compiling BluetoothHCI LowEnergyRxPhy.swift
[730/744] Compiling BluetoothHCI LowEnergyRxPhys.swift
[731/744] Compiling BluetoothHCI LowEnergyScanInterval.swift
[732/744] Compiling BluetoothHCI LowEnergyState.swift
[733/744] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[734/744] Compiling BluetoothHCI LowEnergyTxChannel.swift
[735/744] Compiling BluetoothHCI LowEnergyTxPhy.swift
[736/744] Compiling BluetoothHCI LowEnergyTxPhys.swift
[737/744] Compiling BluetoothHCI LowEnergyTxPower.swift
[738/744] Compiling BluetoothHCI LowEnergyWhiteList.swift
[739/744] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[740/744] Compiling BluetoothHCI PacketType.swift
[741/744] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[742/744] Compiling BluetoothHCI StatusParametersCommand.swift
[743/744] Compiling BluetoothHCI VendorCommand.swift
[744/744] Compiling BluetoothHCI iBeacon.swift
[745/762] Compiling GATT L2CAP.swift
[746/762] Compiling GATT ManufacturerSpecificData.swift
[747/763] Compiling GATT ScanData.swift
[748/763] Compiling GATT GATTPeripheral.swift
[749/763] Compiling GATT GATTServerConnection.swift
[750/763] Compiling GATT PeripheralProtocol.swift
[751/763] Compiling GATT MaximumTransmissionUnit.swift
[752/763] Compiling GATT Peer.swift
[753/763] Compiling GATT CharacteristicProperty.swift
[754/763] Compiling GATT OptionSet.swift
[755/763] Compiling GATT GATTCentral.swift
[756/763] Compiling GATT GATTClientConnection.swift
[757/763] Compiling GATT AdvertisementData.swift
[758/763] Compiling GATT AsyncStream.swift
[759/763] Compiling GATT AttributePermission.swift
[760/763] Compiling GATT CentralAttributes.swift
[761/763] Emitting module GATT
[762/763] Compiling GATT CentralError.swift
[763/763] Compiling GATT CentralProtocol.swift
[764/775] Compiling DarwinGATT PeripheralContinuation.swift
[765/775] Compiling DarwinGATT CBCentral.swift
[766/775] Compiling DarwinGATT DarwinCentralError.swift
[767/775] Compiling DarwinGATT DarwinDescriptor.swift
[768/775] Compiling DarwinGATT DarwinPeripheral.swift
[769/775] Compiling DarwinGATT CBPeripheral.swift
[770/775] Compiling DarwinGATT Integer.swift
[771/776] Compiling DarwinGATT DarwinAdvertisementData.swift
[772/776] Compiling DarwinGATT DarwinAttributes.swift
[773/776] Compiling DarwinGATT DarwinBluetoothState.swift
[774/776] Compiling DarwinGATT DarwinCentral.swift
[775/776] Emitting module DarwinGATT
[776/776] Compiling DarwinGATT Queue.swift
Build complete! (38.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "bluetooth",
"requirement" : {
"range" : [
{
"lower_bound" : "7.2.0",
"upper_bound" : "8.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/PureSwift/Bluetooth.git"
}
],
"manifest_display_name" : "GATT",
"name" : "GATT",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "GATT",
"targets" : [
"GATT"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DarwinGATT",
"targets" : [
"DarwinGATT"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GATTTests",
"module_type" : "SwiftTarget",
"name" : "GATTTests",
"path" : "Tests/GATTTests",
"product_dependencies" : [
"Bluetooth",
"BluetoothGATT",
"BluetoothGAP",
"BluetoothHCI"
],
"sources" : [
"GATTTests.swift",
"TestHostController.swift",
"TestL2CAPSocket.swift"
],
"target_dependencies" : [
"GATT"
],
"type" : "test"
},
{
"c99name" : "GATT",
"module_type" : "SwiftTarget",
"name" : "GATT",
"path" : "Sources/GATT",
"product_dependencies" : [
"Bluetooth",
"BluetoothGATT",
"BluetoothGAP",
"BluetoothHCI"
],
"product_memberships" : [
"GATT",
"DarwinGATT"
],
"sources" : [
"AdvertisementData.swift",
"AsyncStream.swift",
"AttributePermission.swift",
"CentralAttributes.swift",
"CentralError.swift",
"CentralProtocol.swift",
"CharacteristicProperty.swift",
"Extensions/OptionSet.swift",
"GATTCentral.swift",
"GATTClientConnection.swift",
"GATTPeripheral.swift",
"GATTServerConnection.swift",
"L2CAP.swift",
"ManufacturerSpecificData.swift",
"MaximumTransmissionUnit.swift",
"Peer.swift",
"PeripheralProtocol.swift",
"ScanData.swift"
],
"type" : "library"
},
{
"c99name" : "DarwinGATT",
"module_type" : "SwiftTarget",
"name" : "DarwinGATT",
"path" : "Sources/DarwinGATT",
"product_dependencies" : [
"BluetoothGATT"
],
"product_memberships" : [
"DarwinGATT"
],
"sources" : [
"DarwinAdvertisementData.swift",
"DarwinAttributes.swift",
"DarwinBluetoothState.swift",
"DarwinCentral.swift",
"DarwinCentralError.swift",
"DarwinDescriptor.swift",
"DarwinPeripheral.swift",
"Extensions/CBCentral.swift",
"Extensions/CBPeripheral.swift",
"Extensions/Integer.swift",
"PeripheralContinuation.swift",
"Queue.swift"
],
"target_dependencies" : [
"GATT"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.