Build Information
Successful build of GATT, reference master (8f9b5f
), with Swift 6.1 for Linux on 6 Jun 2025 07:03:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/PureSwift/GATT.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/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
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/PureSwift/GATT.git
https://github.com/PureSwift/GATT.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23627] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (1.76s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.0 (2.95s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70759] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.05s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (12.28s)
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
[0/14] Write sources
[1/14] Copying UnitIdentifier.json
[2/14] Copying ServiceUUID.json
[3/14] Copying DescriptorUUID.json
[4/14] Copying MemberUUID.json
[4/14] Copying DeclarationUUID.json
[5/14] Write sources
[6/14] Copying CharacteristicUUID.json
[6/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[12/19] Emitting module BluetoothMetadata
[13/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[14/19] Compiling BluetoothMetadata BluetoothUUID.swift
[15/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth Hexadecimal.swift
[19/27] Compiling GenerateBluetooth Generate.swift
[20/27] Emitting module GenerateBluetooth
[21/27] Compiling GenerateBluetooth BluetoothUUID.swift
[22/27] Compiling GenerateBluetooth UnitIdentifier.swift
[23/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[24/27] Compiling GenerateBluetooth String.swift
[25/28] Wrapping AST for GenerateBluetooth for debugging
[26/28] Write Objects.LinkFileList
[27/28] Linking GenerateBluetooth-tool
[1/1] Compiling plugin GenerateBluetoothDefinitions
Building for debugging...
[1/69] Write sources
[21/69] Copying UnitIdentifier.json
[21/69] Copying ServiceUUID.json
[21/69] Copying MemberUUID.json
[21/69] Copying DescriptorUUID.json
[21/69] Copying DeclarationUUID.json
[21/69] Copying CompanyIdentifier.json
[21/69] Copying CharacteristicUUID.json
[21/69] Copying UnitIdentifier.json
[21/69] Copying ServiceUUID.json
[21/69] Copying MemberUUID.json
[21/69] Copying DescriptorUUID.json
[21/69] Copying DeclarationUUID.json
[21/69] Copying CharacteristicUUID.json
[21/69] Write sources
[21/69] Copying CompanyIdentifier.json
[38/69] Compiling _SwiftSyntaxCShims dummy.c
[39/69] Write swift-version-24593BA9C3E375BF.txt
[41/81] Compiling SwiftSyntax600 Empty.swift
[42/81] Emitting module SwiftSyntax509
[43/81] Emitting module SwiftSyntax600
[44/82] Compiling SwiftSyntax509 Empty.swift
[45/83] Compiling SwiftSyntax510 Empty.swift
[46/83] Emitting module SwiftSyntax510
[49/84] Emitting module BluetoothMetadata
[49/85] Wrapping AST for SwiftSyntax600 for debugging
[52/85] Compiling BluetoothMetadata resource_bundle_accessor.swift
[53/85] Emitting module BluetoothMetadata
[55/85] Compiling BluetoothMetadata CompanyIdentifier.swift
[56/85] Compiling BluetoothMetadata BluetoothMetadata.swift
[57/85] Compiling BluetoothMetadata BluetoothUUID.swift
[57/86] Wrapping AST for SwiftSyntax509 for debugging
[59/86] Wrapping AST for BluetoothMetadata for debugging
[60/86] Wrapping AST for SwiftSyntax510 for debugging
[62/151] Emitting module GenerateBluetooth
[63/152] Wrapping AST for GenerateBluetooth for debugging
[64/152] Write Objects.LinkFileList
[65/152] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[66/152] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[67/152] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[68/152] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[69/152] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[70/152] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[71/152] Generate Bluetooth Member UUID Definitions
[73/152] Compiling SwiftSyntax SyntaxNodeFactory.swift
[74/152] Compiling SwiftSyntax SyntaxNodeStructure.swift
[75/152] Compiling SwiftSyntax SyntaxProtocol.swift
[76/152] Compiling SwiftSyntax SyntaxText.swift
[77/152] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[78/152] Compiling SwiftSyntax TokenDiagnostic.swift
[79/152] Compiling SwiftSyntax TokenSequence.swift
[80/152] Compiling SwiftSyntax TokenSyntax.swift
[81/152] Compiling SwiftSyntax Trivia.swift
[82/160] Compiling SwiftSyntax AbsolutePosition.swift
[83/160] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[84/160] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[85/160] Compiling SwiftSyntax Assert.swift
[86/160] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/160] Compiling SwiftSyntax CommonAncestor.swift
[88/160] Compiling SwiftSyntax Convenience.swift
[89/160] Compiling SwiftSyntax CustomTraits.swift
[90/160] Compiling SwiftSyntax Identifier.swift
[91/160] Compiling SwiftSyntax MemoryLayout.swift
[92/160] Compiling SwiftSyntax MissingNodeInitializers.swift
[93/160] Compiling SwiftSyntax RawSyntax.swift
[94/160] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[95/160] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[96/160] Compiling SwiftSyntax RawSyntaxTokenView.swift
[97/160] Compiling SwiftSyntax SourceEdit.swift
[98/160] Compiling SwiftSyntax SourceLength.swift
[99/160] Compiling SwiftSyntax SourceLocation.swift
[100/160] Compiling SwiftSyntax SourcePresence.swift
[101/160] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[102/160] Compiling SwiftSyntax Syntax.swift
[103/160] Compiling SwiftSyntax SyntaxArena.swift
[104/160] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[105/160] Compiling SwiftSyntax SyntaxChildren.swift
[106/160] Compiling SwiftSyntax SyntaxCollection.swift
[107/160] Compiling SwiftSyntax SyntaxHashable.swift
[108/160] Compiling SwiftSyntax SyntaxIdentifier.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[108/160] Generate Bluetooth Company Identifier Definitions
[109/160] Write sources
[111/160] Emitting module SwiftSyntax
[112/160] Compiling SwiftSyntax SyntaxKind.swift
[113/160] Compiling SwiftSyntax SyntaxRewriter.swift
[114/160] Compiling SwiftSyntax SyntaxTraits.swift
[115/160] Compiling SwiftSyntax SyntaxVisitor.swift
[116/160] Compiling SwiftSyntax TokenKind.swift
[117/160] Compiling SwiftSyntax Tokens.swift
[118/160] Compiling SwiftSyntax TriviaPieces.swift
[119/160] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[120/160] Compiling SwiftSyntax RawSyntaxNodesC.swift
[121/160] Compiling SwiftSyntax RawSyntaxNodesD.swift
[122/160] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[123/160] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[124/160] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[125/160] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[126/160] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[127/160] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[128/160] Compiling SwiftSyntax RawSyntaxValidation.swift
[129/160] Compiling SwiftSyntax SyntaxNodesAB.swift
[130/160] Compiling SwiftSyntax Utils.swift
[131/160] Compiling SwiftSyntax ChildNameForKeyPath.swift
[132/160] Compiling SwiftSyntax Keyword.swift
[133/160] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[134/160] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[135/160] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[136/160] Compiling SwiftSyntax SyntaxBaseNodes.swift
[137/160] Compiling SwiftSyntax SyntaxCollections.swift
[138/160] Compiling SwiftSyntax SyntaxEnum.swift
[139/160] Compiling SwiftSyntax SyntaxNodesC.swift
[140/160] Compiling SwiftSyntax SyntaxNodesD.swift
[141/160] Compiling SwiftSyntax SyntaxNodesEF.swift
[142/160] Compiling SwiftSyntax SyntaxNodesGHI.swift
[143/160] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[144/160] Compiling SwiftSyntax SyntaxNodesOP.swift
[145/160] Compiling SwiftSyntax SyntaxNodesQRS.swift
[146/160] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[147/162] Wrapping AST for SwiftSyntax for debugging
[149/218] Compiling SwiftDiagnostics Message.swift
[150/219] Emitting module SwiftDiagnostics
[151/219] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[152/219] Compiling SwiftDiagnostics FixIt.swift
[153/219] Compiling SwiftParser Attributes.swift
[154/219] Compiling SwiftParser Availability.swift
[155/219] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[156/219] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[157/219] Compiling SwiftDiagnostics Note.swift
[158/219] Compiling SwiftBasicFormat Syntax+Extensions.swift
[159/219] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[160/219] Compiling SwiftBasicFormat InferIndentation.swift
[161/219] Compiling SwiftParser CharacterInfo.swift
[162/219] Compiling SwiftParser CollectionNodes+Parsable.swift
[163/219] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[164/220] Wrapping AST for SwiftDiagnostics for debugging
[166/220] Compiling SwiftBasicFormat BasicFormat.swift
[167/220] Emitting module SwiftBasicFormat
[168/221] Wrapping AST for SwiftBasicFormat for debugging
[170/221] Compiling SwiftParser LexemeSequence.swift
[171/221] Compiling SwiftParser Lexer.swift
[172/221] Compiling SwiftParser RegexLiteralLexer.swift
[173/221] Compiling SwiftParser UnicodeScalarExtensions.swift
[174/221] Compiling SwiftParser Lookahead.swift
[175/221] Compiling SwiftParser LoopProgressCondition.swift
[176/226] Compiling SwiftParser Modifiers.swift
[177/226] Compiling SwiftParser Names.swift
[178/226] Compiling SwiftParser Nominals.swift
[179/226] Compiling SwiftParser Parameters.swift
[180/226] Compiling SwiftParser ParseSourceFile.swift
[181/226] Compiling SwiftParser Parser.swift
[182/226] Compiling SwiftParser Patterns.swift
[183/226] Compiling SwiftParser Recovery.swift
[184/226] Compiling SwiftParser Specifiers.swift
[185/226] Compiling SwiftParser Statements.swift
[186/226] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[187/226] Compiling SwiftParser StringLiterals.swift
[188/226] Compiling SwiftParser TokenSpec.swift
[189/226] Compiling SwiftParser TokenSpecSet.swift
[190/226] Compiling SwiftParser TopLevel.swift
[191/226] Compiling SwiftParser TriviaParser.swift
[192/226] Compiling SwiftParser Types.swift
[193/226] Compiling SwiftParser SwiftParserCompatibility.swift
[194/226] Compiling SwiftParser SwiftVersion.swift
[195/226] Compiling SwiftParser SyntaxUtils.swift
[196/226] Compiling SwiftParser TokenConsumer.swift
[197/226] Compiling SwiftParser TokenPrecedence.swift
[198/226] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[199/226] Compiling SwiftParser Expressions.swift
[200/226] Compiling SwiftParser IncrementalParseTransition.swift
[201/226] Compiling SwiftParser IsValidIdentifier.swift
[202/226] Compiling SwiftParser Cursor.swift
[203/226] Compiling SwiftParser Lexeme.swift
[208/226] Compiling SwiftParser Declarations.swift
[209/226] Compiling SwiftParser Directives.swift
[210/226] Emitting module SwiftParser
[211/226] Compiling SwiftParser ExperimentalFeatures.swift
[212/226] Compiling SwiftParser IsLexerClassified.swift
[213/226] Compiling SwiftParser LayoutNodes+Parsable.swift
[214/226] Compiling SwiftParser Parser+TokenSpecSet.swift
[215/226] Compiling SwiftParser TokenSpecStaticMembers.swift
[216/227] Wrapping AST for SwiftParser for debugging
[218/250] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[219/251] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[220/251] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[221/252] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[222/252] Compiling SwiftOperators PrecedenceGraph.swift
[223/252] Compiling SwiftOperators OperatorTable.swift
[224/252] Compiling SwiftOperators OperatorTable+Semantics.swift
[225/252] Compiling SwiftOperators PrecedenceGroup.swift
[226/252] Emitting module SwiftOperators
[227/252] Compiling SwiftOperators SyntaxSynthesis.swift
[228/252] Compiling SwiftParserDiagnostics MissingNodesError.swift
[229/252] Compiling SwiftParserDiagnostics MissingTokenError.swift
[230/252] Compiling SwiftOperators OperatorTable+Folding.swift
[232/253] Emitting module SwiftParserDiagnostics
[232/253] Wrapping AST for SwiftOperators for debugging
[234/253] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[235/253] Compiling SwiftParserDiagnostics Utils.swift
[236/253] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[237/253] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[238/253] Compiling SwiftParserDiagnostics PresenceUtils.swift
[243/253] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[244/253] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[245/254] Wrapping AST for SwiftParserDiagnostics for debugging
[247/269] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[248/269] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[249/270] Compiling SwiftSyntaxBuilder Indenter.swift
[250/270] Compiling SwiftSyntaxBuilder ListBuilder.swift
[251/270] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[252/270] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[253/270] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[254/270] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[255/270] Emitting module SwiftSyntaxBuilder
[256/270] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[257/270] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[258/270] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[259/270] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[260/270] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[261/270] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[262/270] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[263/271] Wrapping AST for SwiftSyntaxBuilder for debugging
[265/288] Emitting module SwiftSyntaxMacros
[266/290] Compiling SwiftSyntaxMacros MemberMacro.swift
[267/290] Compiling SwiftSyntaxMacros PeerMacro.swift
[268/290] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[269/290] Compiling SwiftSyntaxMacros Macro+Format.swift
[270/290] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[271/290] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[272/290] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[273/290] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[274/290] Compiling SwiftSyntaxMacros Macro.swift
[275/290] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[276/290] Compiling SwiftSyntaxMacros AccessorMacro.swift
[277/290] Compiling SwiftSyntaxMacros AttachedMacro.swift
[278/290] Compiling SwiftSyntaxMacros BodyMacro.swift
[279/290] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[280/290] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[281/290] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[282/290] Compiling SwiftSyntaxMacros PreambleMacro.swift
[283/290] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[284/291] Wrapping AST for SwiftSyntaxMacros for debugging
[286/300] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[287/301] Emitting module SwiftSyntaxMacroExpansion
[288/301] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[289/301] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[290/301] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[291/301] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[292/301] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[293/301] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[294/301] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[295/301] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[296/302] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[298/314] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[299/314] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[300/314] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[301/314] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[302/314] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[303/315] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[304/315] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[305/315] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[306/315] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[307/315] Emitting module SwiftCompilerPluginMessageHandling
[308/315] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[309/315] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[310/315] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[311/316] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[313/318] Emitting module SwiftCompilerPlugin
[314/318] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[315/319] Wrapping AST for SwiftCompilerPlugin for debugging
[317/324] Compiling BluetoothMacros Plugins.swift
[318/324] Emitting module BluetoothMacros
[319/324] Compiling BluetoothMacros Hexadecimal.swift
[320/324] Compiling BluetoothMacros BluetoothAddress.swift
[321/324] Compiling BluetoothMacros BluetoothUUID.swift
[322/325] Wrapping AST for BluetoothMacros for debugging
[323/325] Write Objects.LinkFileList
[324/325] Linking BluetoothMacros-tool
[326/361] Compiling Bluetooth SFloat.swift
[327/361] Compiling Bluetooth SecurityLevel.swift
[328/361] Compiling Bluetooth UInt128.swift
[329/361] Compiling Bluetooth UInt24.swift
[330/361] Compiling Bluetooth UInt256.swift
[331/365] Compiling Bluetooth UUID.swift
[332/365] Compiling Bluetooth L2CAPSocket.swift
[333/365] Compiling Bluetooth LowEnergyAdvertisingData.swift
[334/365] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[335/365] Compiling Bluetooth RSSI.swift
[336/365] Compiling Bluetooth Data.swift
[337/365] Compiling Bluetooth Hexadecimal.swift
[338/365] Compiling Bluetooth Integer.swift
[339/365] Compiling Bluetooth String.swift
[340/365] Compiling Bluetooth System.swift
[341/365] Compiling Bluetooth Address.swift
[342/365] Compiling Bluetooth AsyncIndefiniteStream.swift
[343/365] Compiling Bluetooth BitMaskOption.swift
[344/365] Compiling Bluetooth BluetoothUUID.swift
[345/365] Compiling Bluetooth BluetoothUUIDMetadata.swift
[346/365] Compiling Bluetooth ByteSwap.swift
[347/365] Compiling Bluetooth ByteValue.swift
[348/365] Compiling Bluetooth ClassOfDevice.swift
[349/365] Compiling Bluetooth CompanyIdentifier.swift
[350/365] Compiling Bluetooth CompanyIdentifierMetadata.swift
[351/365] Compiling Bluetooth CharacteristicUUID.swift
[352/365] Compiling Bluetooth DescriptorUUID.swift
[353/365] Compiling Bluetooth MemberUUID.swift
[354/365] Compiling Bluetooth DeclarationUUID.swift
[355/365] Emitting module Bluetooth
[356/365] Compiling Bluetooth UInt40.swift
[357/365] Compiling Bluetooth UInt48.swift
[358/365] Compiling Bluetooth UInt512.swift
[359/365] Compiling Bluetooth Unit.swift
[360/365] Compiling Bluetooth UnitIdentifier.swift
[361/365] Compiling Bluetooth UnitIdentifierMetadata.swift
[362/365] Compiling Bluetooth iBeacon.swift
[363/365] Compiling Bluetooth CompanyIdentifiers.swift
[364/365] Compiling Bluetooth UnitIdentifiers.swift
[365/365] Compiling Bluetooth ServiceUUID.swift
[367/532] Compiling BluetoothGATT Array.swift
[368/532] Compiling BluetoothGATT Bool.swift
[369/532] Compiling BluetoothGATT Data.swift
[370/532] Compiling BluetoothGATT Hexadecimal.swift
[371/532] Compiling BluetoothGATT Integer.swift
[372/532] Compiling BluetoothGATT OptionSet.swift
[373/538] Compiling BluetoothGATT ATTHandleValueIndication.swift
[374/538] Compiling BluetoothGATT ATTHandleValueNotification.swift
[375/538] Compiling BluetoothGATT ATTMaximumTransmissionUnit.swift
[376/538] Compiling BluetoothGATT ATTMaximumTransmissionUnitRequest.swift
[377/538] Compiling BluetoothGATT ATTMaximumTransmissionUnitResponse.swift
[378/538] Compiling BluetoothGATT ATTOpcode.swift
[379/538] Compiling BluetoothGATT String.swift
[380/538] Compiling BluetoothGATT System.swift
[381/538] Compiling BluetoothGATT GATT.swift
[382/538] Compiling BluetoothGATT GATTAerobicHeartRateLowerLimit.swift
[383/538] Compiling BluetoothGATT GATTAerobicHeartRateUpperLimit.swift
[384/538] Compiling BluetoothGATT GATTAerobicThreshold.swift
[385/538] Compiling BluetoothGATT ATTExecuteWriteRequest.swift
[386/538] Compiling BluetoothGATT ATTExecuteWriteResponse.swift
[387/538] Compiling BluetoothGATT ATTFindByTypeRequest.swift
[388/538] Compiling BluetoothGATT ATTFindByTypeResponse.swift
[389/538] Compiling BluetoothGATT ATTFindInformationRequest.swift
[390/538] Compiling BluetoothGATT ATTFindInformationResponse.swift
[391/538] Compiling BluetoothGATT ATTHandleValueConfirmation.swift
[392/538] Compiling BluetoothGATT ATTWriteCommand.swift
[393/538] Compiling BluetoothGATT ATTWriteRequest.swift
[394/538] Compiling BluetoothGATT ATTWriteResponse.swift
[395/538] Compiling BluetoothGATT ATTAttributePermissions.swift
[396/538] Compiling BluetoothGATT ATTConnection.swift
[397/538] Compiling BluetoothGATT ATTError.swift
[398/538] Compiling BluetoothGATT ATTErrorResponse.swift
[399/538] Compiling BluetoothGATT ATTReadByTypeRequest.swift
[400/538] Compiling BluetoothGATT ATTReadByTypeResponse.swift
[401/538] Compiling BluetoothGATT ATTReadMultipleRequest.swift
[402/538] Compiling BluetoothGATT ATTReadMultipleResponse.swift
[403/538] Compiling BluetoothGATT ATTReadRequest.swift
[404/538] Compiling BluetoothGATT ATTReadResponse.swift
[405/538] Compiling BluetoothGATT ATTSignedWriteCommand.swift
[406/538] Emitting module BluetoothGAP
[407/538] Compiling BluetoothGATT ATTPrepareWriteRequest.swift
[408/538] Compiling BluetoothGATT ATTPrepareWriteResponse.swift
[409/538] Compiling BluetoothGATT ATTProtocolDataUnit.swift
[410/538] Compiling BluetoothGATT ATTReadBlobRequest.swift
[411/538] Compiling BluetoothGATT ATTReadBlobResponse.swift
[412/538] Compiling BluetoothGATT ATTReadByGroupTypeRequest.swift
[413/538] Compiling BluetoothGATT ATTReadByGroupTypeResponse.swift
[414/538] Compiling BluetoothGAP GAPSlaveConnectionIntervalRange.swift
[415/538] Compiling BluetoothGAP GAPTransportDiscoveryData.swift
[416/538] Compiling BluetoothGAP GAPTxPowerLevel.swift
[417/538] Compiling BluetoothGAP GAPURI.swift
[418/538] Compiling BluetoothGAP GAPUUIDList.swift
[419/538] Compiling BluetoothGAP iBeacon.swift
[455/717] Compiling BluetoothHCI HCIAcceptConnectionRequest.swift
[456/717] Compiling BluetoothHCI HCIAuthenticationComplete.swift
[457/717] Compiling BluetoothHCI HCIAuthenticationRequested.swift
[458/717] Compiling BluetoothHCI HCIChangeConnectionPacketType.swift
[459/717] Compiling BluetoothHCI HCICommand.swift
[460/717] Compiling BluetoothHCI HCICommandComplete.swift
[461/717] Compiling BluetoothHCI HCICommandStatus.swift
[462/717] Compiling BluetoothHCI HCICommandTimeout.swift
[463/717] Compiling BluetoothHCI HCIConnectionComplete.swift
[464/717] Compiling BluetoothHCI HCIConnectionPacketTypeChange.swift
[465/717] Compiling BluetoothHCI HCIConnectionRequest.swift
[466/717] Compiling BluetoothHCI HCICreateConnection.swift
[467/717] Compiling BluetoothHCI HCILEChannelSelectionAlgorithm.swift
[468/717] Compiling BluetoothHCI HCILEConnectionComplete.swift
[469/717] Compiling BluetoothHCI HCILEConnectionUpdateComplete.swift
[470/717] Compiling BluetoothHCI HCILECreateConnection.swift
[471/717] Compiling BluetoothHCI HCILEDataLengthChange.swift
[472/717] Emitting module BluetoothGATT
[473/717] Compiling BluetoothHCI HCILEPhyUpdateComplete.swift
[474/717] Compiling BluetoothHCI HCILERandom.swift
[475/717] Compiling BluetoothHCI HCILEReadAdvertisingChannelTxPower.swift
[476/717] Compiling BluetoothHCI HCILEReadBufferSize.swift
[477/717] Compiling BluetoothHCI HCILEReadChannelMap.swift
[478/717] Compiling BluetoothHCI HCILEReadLocalP256PublicKeyComplete.swift
[479/717] Compiling BluetoothHCI HCILEReadLocalResolvableAddressReturn.swift
[480/717] Compiling BluetoothHCI HCILEReadLocalSupportedFeatures.swift
[481/717] Compiling BluetoothHCI HCILEReadMaximumAdvertisingDataLength.swift
[482/717] Compiling BluetoothHCI HCILEReadMaximumDataLength.swift
[483/717] Compiling BluetoothHCI HCILEReadNumberOfSupportedAdvertisingSets.swift
[484/717] Compiling BluetoothHCI HCILEReadPeerResolvableAddressReturn.swift
[485/717] Compiling BluetoothHCI HCILEReadPeriodicAdvertisingListSize.swift
[486/717] Compiling BluetoothHCI HCILEReadPhy.swift
[487/717] Compiling BluetoothHCI HCILEReadRemoteUsedFeatures.swift
[488/717] Compiling BluetoothHCI HCILEReadRemoteUsedFeaturesComplete.swift
[489/717] Compiling BluetoothHCI HCILEReadResolvingListSize.swift
[490/717] Compiling BluetoothHCI HCILESetAdvertisingParameters.swift
[491/717] Compiling BluetoothHCI HCILESetAdvertisingSetRandomAddress.swift
[492/717] Compiling BluetoothHCI HCILESetDataLength.swift
[493/717] Compiling BluetoothHCI HCILESetDefaultPhy.swift
[494/717] Compiling BluetoothHCI HCILESetEventMask.swift
[495/717] Compiling BluetoothHCI HCILESetExtendedAdvertisingData.swift
[496/717] Compiling BluetoothHCI HCILESetExtendedAdvertisingParameters.swift
[497/717] Compiling BluetoothHCI HCILESetExtendedScanEnable.swift
[498/717] Compiling BluetoothHCI HCILESetExtendedScanParameters.swift
[499/717] Compiling BluetoothHCI HCILESetExtendedScanResponseData.swift
[500/717] Compiling BluetoothHCI HCILESetHostChannelClassification.swift
[501/717] Compiling BluetoothHCI HCILESetPeriodicAdvertisingData.swift
[502/717] Compiling BluetoothHCI HCILESetPeriodicAdvertisingEnable.swift
[503/717] Compiling BluetoothHCI HCIPINCodeRequestReply.swift
[504/717] Compiling BluetoothHCI HCIPacketHeader.swift
[505/717] Compiling BluetoothHCI HCIPageScanRepetitionMode.swift
[506/717] Compiling BluetoothHCI HCIPeriodicInquiryMode.swift
[507/717] Compiling BluetoothHCI HCIQoSSetup.swift
[508/717] Compiling BluetoothHCI HCIQoSSetupComplete.swift
[509/717] Compiling BluetoothHCI HCIReadClassOfDevice.swift
[510/717] Compiling BluetoothHCI HCIReadClockOffset.swift
[511/717] Compiling BluetoothHCI HCIReadClockOffsetComplete.swift
[512/717] Compiling BluetoothHCI HCIReadConnectionAcceptTimeout.swift
[513/717] Compiling BluetoothHCI HCIReadDataBlockSize.swift
[514/717] Compiling BluetoothHCI HCIReadDeviceAddress.swift
[515/717] Compiling BluetoothHCI HCIReadLMPHandle.swift
[516/717] Compiling BluetoothHCI HCIReadLocalName.swift
[517/717] Compiling BluetoothHCI HCIReadLocalSupportedFeatures.swift
[518/717] Compiling BluetoothHCI HCIReadLocalVersionInformation.swift
[519/717] Compiling BluetoothHCI HCIReadPageTimeout.swift
[520/717] Compiling BluetoothHCI HCIReadRemoteExtendedFeatures.swift
[521/717] Compiling BluetoothHCI HCIReadRemoteExtendedFeaturesComplete.swift
[538/717] Compiling BluetoothHCI HCILEReadRfPathCompensation.swift
[539/717] Compiling BluetoothHCI HCILEReadSuggestedDefaultDataLength.swift
[540/717] Compiling BluetoothHCI HCILEReadSupportedStates.swift
[541/717] Compiling BluetoothHCI HCILEReadTransmitPower.swift
[542/717] Compiling BluetoothHCI HCILEReadWhiteListSize.swift
[543/717] Compiling BluetoothHCI HCILEReceiverTest.swift
[544/717] Compiling BluetoothHCI HCILERemoteConnectionParameterRequest.swift
[564/739] Compiling BluetoothHCI HCIReadRemoteFeaturesComplete.swift
[565/739] Compiling BluetoothHCI HCIReadRemoteSupportedFeatures.swift
[566/739] Compiling BluetoothHCI HCIReadRemoteVersionInformation.swift
[567/739] Compiling BluetoothHCI HCIReadRemoteVersionInformationComplete.swift
[568/761] Compiling BluetoothHCI HCILESetPeriodicAdvertisingParameters.swift
[569/761] Compiling BluetoothHCI HCILESetPhy.swift
[570/761] Compiling BluetoothHCI HCILESetPrivacyMode.swift
[571/761] Compiling BluetoothHCI HCILESetRandomAddress.swift
[572/761] Compiling BluetoothHCI HCILESetResolvablePrivateAddressTimeout.swift
[573/761] Compiling BluetoothHCI HCILESetScanEnable.swift
[574/761] Compiling BluetoothHCI HCILESetScanParameters.swift
[575/761] Compiling BluetoothHCI HCILESetScanResponseData.swift
[576/761] Compiling BluetoothHCI HCILEStartEncryption.swift
[577/761] Compiling BluetoothHCI HCILETestEnd.swift
[578/761] Compiling BluetoothHCI HCILETransmitterTest.swift
[579/761] Compiling BluetoothHCI HCILEUpdateConnection.swift
[580/761] Compiling BluetoothHCI HCILEWriteRfPathCompensation.swift
[581/761] Compiling BluetoothHCI HCILEWriteSuggestedDefaultDataLength.swift
[582/761] Compiling BluetoothHCI HCILinkKeyNotification.swift
[583/761] Compiling BluetoothHCI HCILinkKeyRequest.swift
[584/761] Compiling BluetoothHCI HCILinkKeyRequestNegativeReply.swift
[585/761] Compiling BluetoothHCI HCILinkKeyRequestReply.swift
[586/761] Compiling BluetoothHCI HCILowEnergyMetaEvent.swift
[587/761] Compiling BluetoothHCI HCIMaxSlotsChange.swift
[588/761] Compiling BluetoothHCI HCIModeChange.swift
[589/761] Compiling BluetoothHCI HCINumberOfCompletedPackets.swift
[590/761] Compiling BluetoothHCI HCIPINCodeRequest.swift
[591/783] Compiling BluetoothHCI HCICreateConnectionCancel.swift
[592/783] Compiling BluetoothHCI HCIDeleteStoredLinkKey.swift
[593/783] Compiling BluetoothHCI HCIDisconnect.swift
[594/783] Compiling BluetoothHCI HCIDisconnectionComplete.swift
[595/783] Compiling BluetoothHCI HCIEncryptionChange.swift
[596/783] Compiling BluetoothHCI HCIEncryptionKeyRefreshComplete.swift
[597/783] Compiling BluetoothHCI HCIError.swift
[598/783] Compiling BluetoothHCI HCIEvent.swift
[599/783] Compiling BluetoothHCI HCIExitPeriodicInquiryMode.swift
[600/783] Compiling BluetoothHCI HCIGeneralEvent.swift
[601/783] Compiling BluetoothHCI HCIHoldMode.swift
[602/783] Compiling BluetoothHCI HCIIOCapabilityRequest.swift
[603/783] Compiling BluetoothHCI HCIIOCapabilityRequestReply.swift
[604/783] Compiling BluetoothHCI HCIIOCapabilityResponse.swift
[605/783] Compiling BluetoothHCI HCIInquiry.swift
[606/783] Compiling BluetoothHCI HCIInquiryCancel.swift
[607/783] Compiling BluetoothHCI HCIInquiryComplete.swift
[608/783] Compiling BluetoothHCI HCIInquiryResult.swift
[609/783] Compiling BluetoothHCI HCILEAddDeviceToPeriodicAdvertiserList.swift
[610/783] Compiling BluetoothHCI HCILEAddDeviceToResolvingList.swift
[611/783] Compiling BluetoothHCI HCILEAddDeviceToWhiteList.swift
[612/783] Compiling BluetoothHCI HCILEAdvertisingReport.swift
[613/783] Compiling BluetoothHCI HCILEAdvertisingSetTerminated.swift
[619/783] Compiling BluetoothHCI HCILEDirectedAdvertisingReport.swift
[620/783] Compiling BluetoothHCI HCILEEncrypt.swift
[621/783] Compiling BluetoothHCI HCILEEnhancedConnectionComplete.swift
[622/783] Compiling BluetoothHCI HCILEEnhancedReceiverTest.swift
[623/783] Compiling BluetoothHCI HCILEEnhancedTransmitterTest.swift
[624/783] Compiling BluetoothHCI HCILEExtendedAdvertisingReport.swift
[625/783] Compiling BluetoothHCI HCILEExtendedCreateConnection.swift
[626/783] Compiling BluetoothHCI HCILEGenerateDHKey.swift
[627/783] Compiling BluetoothHCI HCILEGenerateDHKeyComplete.swift
[628/783] Compiling BluetoothHCI HCILELongTermKeyRequest.swift
[629/783] Compiling BluetoothHCI HCILELongTermKeyRequestNegativeReply.swift
[630/783] Compiling BluetoothHCI HCILELongTermKeyRequestReply.swift
[631/783] Compiling BluetoothHCI HCILEPeriodicAdvertisingCreateSync.swift
[632/783] Compiling BluetoothHCI HCILEPeriodicAdvertisingReport.swift
[633/783] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncEstablished.swift
[634/783] Compiling BluetoothHCI HCILEPeriodicAdvertisingSyncLost.swift
[635/783] Compiling BluetoothHCI HCILEPeriodicAdvertisingTerminateSync.swift
[637/783] Compiling BluetoothHCI AdvertisingChannelHeader.swift
[638/783] Compiling BluetoothHCI AdvertisingInterval.swift
[639/783] Compiling BluetoothHCI BluetoothHostController.swift
[640/783] Compiling BluetoothHCI ChannelIdentifier.swift
[641/783] Compiling BluetoothHCI ConnectionAcceptTimeout.swift
[642/783] Compiling BluetoothHCI Bool.swift
[643/783] Compiling BluetoothHCI Hexadecimal.swift
[644/783] Compiling BluetoothHCI Integer.swift
[645/783] Compiling BluetoothHCI String.swift
[646/783] Compiling BluetoothHCI System.swift
[647/783] Compiling BluetoothHCI HCI.swift
[660/783] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestNegativeReply.swift
[661/783] Compiling BluetoothHCI HCILERemoteConnectionParameterRequestReply.swift
[662/783] Compiling BluetoothHCI HCILERemoveAdvertisingSet.swift
[663/783] Compiling BluetoothHCI HCILERemoveDeviceFromResolvingList.swift
[664/783] Compiling BluetoothHCI HCILERemoveDeviceFromWhiteList.swift
[665/783] Compiling BluetoothHCI HCILERemoveDeviceToPeriodicAdvertiserList.swift
[666/783] Compiling BluetoothHCI HCILEScanRequestReceived.swift
[667/783] Compiling BluetoothHCI HCILESetAddressResolutionEnable.swift
[668/783] Compiling BluetoothHCI HCILESetAdvertiseEnable.swift
[669/783] Compiling BluetoothHCI HCILESetAdvertisingData.swift
[683/783] Emitting module BluetoothHCI
[684/783] Compiling BluetoothHCI LMPFeature.swift
[685/783] Compiling BluetoothHCI LinkControlCommand.swift
[686/783] Compiling BluetoothHCI LinkPolicyCommand.swift
[687/783] Compiling BluetoothHCI LowEnergyAddressType.swift
[688/783] Compiling BluetoothHCI LowEnergyAdvertiserAddressType.swift
[689/783] Compiling BluetoothHCI LowEnergyAdvertising.swift
[690/783] Compiling BluetoothHCI LowEnergyAllPhys.swift
[691/783] Compiling BluetoothHCI LowEnergyChannelMap.swift
[692/783] Compiling BluetoothHCI LowEnergyClockAccuracy.swift
[693/783] Compiling BluetoothHCI LowEnergyCommand.swift
[694/783] Compiling BluetoothHCI LowEnergyConnection.swift
[695/783] Compiling BluetoothHCI LowEnergyConnectionInterval.swift
[696/783] Compiling BluetoothHCI LowEnergyConnectionIntervalRange.swift
[697/783] Compiling BluetoothHCI LowEnergyConnectionLatency.swift
[698/783] Compiling BluetoothHCI LowEnergyConnectionLength.swift
[699/783] Compiling BluetoothHCI LowEnergyEvent.swift
[700/783] Compiling BluetoothHCI LowEnergyFeature.swift
[701/783] Compiling BluetoothHCI LowEnergyFragmentPreference.swift
[702/783] Compiling BluetoothHCI LowEnergyMaxTxOctets.swift
[703/783] Compiling BluetoothHCI LowEnergyMaxTxTime.swift
[704/783] Compiling BluetoothHCI LowEnergyPacketPayload.swift
[705/783] Compiling BluetoothHCI LowEnergyPeerIdentifyAddressType.swift
[706/783] Compiling BluetoothHCI LowEnergyPhyOptions.swift
[707/783] Compiling BluetoothHCI LowEnergyResolvingList.swift
[708/783] Compiling BluetoothHCI LowEnergyRfRxPathCompensationValue.swift
[709/783] Compiling BluetoothHCI LowEnergyRfTxPathCompensationValue.swift
[710/783] Compiling BluetoothHCI LowEnergyRole.swift
[711/783] Compiling BluetoothHCI LowEnergyRxChannel.swift
[712/783] Compiling BluetoothHCI LowEnergyRxPhy.swift
[713/783] Compiling BluetoothHCI LowEnergyRxPhys.swift
[714/783] Compiling BluetoothHCI LowEnergyScanInterval.swift
[715/783] Compiling BluetoothHCI LowEnergyState.swift
[716/783] Compiling BluetoothHCI LowEnergySupervisionTimeout.swift
[717/783] Compiling BluetoothHCI LowEnergyTxChannel.swift
[718/783] Compiling BluetoothHCI LowEnergyTxPhy.swift
[719/783] Compiling BluetoothHCI LowEnergyTxPhys.swift
[720/783] Compiling BluetoothHCI LowEnergyTxPower.swift
[721/783] Compiling BluetoothHCI LowEnergyWhiteList.swift
[722/783] Compiling BluetoothHCI LowEnergyWhiteListDevice.swift
[723/783] Compiling BluetoothHCI PacketType.swift
[724/783] Compiling BluetoothHCI ProtocolServiceMultiplexer.swift
[725/783] Compiling BluetoothHCI StatusParametersCommand.swift
[726/783] Compiling BluetoothHCI VendorCommand.swift
[727/783] Compiling BluetoothHCI iBeacon.swift
[728/783] Compiling BluetoothHCI HCIReadStoredLinkKey.swift
[729/783] Compiling BluetoothHCI HCIRejectConnectionRequest.swift
[730/783] Compiling BluetoothHCI HCIRemoteNameRequest.swift
[731/783] Compiling BluetoothHCI HCIRemoteNameRequestComplete.swift
[732/783] Compiling BluetoothHCI HCIReset.swift
[733/783] Compiling BluetoothHCI HCISetConnectionEncryption.swift
[734/783] Compiling BluetoothHCI HCISetEventFilter.swift
[735/783] Compiling BluetoothHCI HCISimplePairingComplete.swift
[736/783] Compiling BluetoothHCI HCIUserConfirmationRequest.swift
[737/783] Compiling BluetoothHCI HCIUserConfirmationRequestReply.swift
[738/783] Compiling BluetoothHCI HCIVersion.swift
[739/783] Compiling BluetoothHCI HCIWriteClassOfDevice.swift
[740/783] Compiling BluetoothHCI HCIWriteConnectionAcceptTimeout.swift
[741/783] Compiling BluetoothHCI HCIWriteLinkPolicySettings.swift
[742/783] Compiling BluetoothHCI HCIWriteLinkSupervisionTimeout.swift
[743/783] Compiling BluetoothHCI HCIWriteLocalName.swift
[744/783] Compiling BluetoothHCI HCIWritePageScanActivity.swift
[745/783] Compiling BluetoothHCI HCIWritePageScanType.swift
[746/783] Compiling BluetoothHCI HCIWritePageTimeout.swift
[747/783] Compiling BluetoothHCI HCIWriteScanEnable.swift
[748/783] Compiling BluetoothHCI HostControllerBasebandCommand.swift
[749/783] Compiling BluetoothHCI InformationalCommand.swift
[786/802] Compiling GATT L2CAP.swift
[787/802] Compiling GATT ManufacturerSpecificData.swift
[788/804] Emitting module GATT
[789/804] Compiling GATT AdvertisementData.swift
[790/804] Compiling GATT AsyncStream.swift
[791/804] Compiling GATT AttributePermission.swift
[792/804] Compiling GATT PeripheralProtocol.swift
[793/804] Compiling GATT ScanData.swift
[794/804] Compiling GATT MaximumTransmissionUnit.swift
[795/804] Compiling GATT Peer.swift
[796/804] Compiling GATT CharacteristicProperty.swift
[797/804] Compiling GATT OptionSet.swift
[798/804] Compiling GATT GATTPeripheral.swift
[799/804] Compiling GATT GATTServerConnection.swift
[800/804] Compiling GATT CentralAttributes.swift
[801/804] Compiling GATT CentralError.swift
[802/804] Compiling GATT CentralProtocol.swift
[803/804] Compiling GATT GATTCentral.swift
[804/804] Compiling GATT GATTClientConnection.swift
[806/817] Emitting module DarwinGATT
[807/817] Compiling DarwinGATT DarwinBluetoothState.swift
[808/817] Compiling DarwinGATT DarwinCentral.swift
[809/818] Compiling DarwinGATT CBPeripheral.swift
[810/818] Compiling DarwinGATT DarwinCentralError.swift
[811/818] Compiling DarwinGATT DarwinDescriptor.swift
[812/818] Compiling DarwinGATT DarwinAdvertisementData.swift
[813/818] Compiling DarwinGATT DarwinAttributes.swift
[814/818] Compiling DarwinGATT DarwinPeripheral.swift
[815/818] Compiling DarwinGATT CBCentral.swift
[816/818] Compiling DarwinGATT Integer.swift
[817/818] Compiling DarwinGATT PeripheralContinuation.swift
[818/818] Compiling DarwinGATT Queue.swift
Build complete! (219.50s)
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" : "/host/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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2b296aa7156f49efc57252cdf9ed4bb21d0f92fc98d88800e255491ba2db3116
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.