Build Information
Successful build of GATT, reference master (aacc05
), with Swift 6.1 for Wasm on 9 Jul 2025 21:34:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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 aacc056 Merge pull request #38 from PureSwift/feature/github-ci
Cloned https://github.com/PureSwift/GATT.git
Revision (git rev-parse @):
aacc05662e4fec5fdf22c666d14c0a79763f40f6
SUCCESS checkout https://github.com/PureSwift/GATT.git at master
========================================
Build
========================================
Selected platform: wasm
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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/PureSwift/Bluetooth.git
[1/23810] Fetching bluetooth
Fetched https://github.com/PureSwift/Bluetooth.git from cache (2.45s)
Computing version for https://github.com/PureSwift/Bluetooth.git
Computed https://github.com/PureSwift/Bluetooth.git at 7.2.3 (3.84s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/71282] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (10.13s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (14.58s)
Creating working copy for https://github.com/PureSwift/Bluetooth.git
Working copy of https://github.com/PureSwift/Bluetooth.git resolved at 7.2.3
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
[0/14] Write sources
[0/14] Copying UnitIdentifier.json
[0/14] Copying ServiceUUID.json
[0/14] Copying MemberUUID.json
[0/14] Copying DescriptorUUID.json
[0/14] Copying DeclarationUUID.json
[0/14] Write sources
[0/14] Copying CharacteristicUUID.json
[0/14] Copying CompanyIdentifier.json
[9/14] Write swift-version-24593BA9C3E375BF.txt
[11/19] Emitting module BluetoothMetadata
[12/19] Compiling BluetoothMetadata resource_bundle_accessor.swift
[13/19] Compiling BluetoothMetadata CompanyIdentifier.swift
[14/19] Compiling BluetoothMetadata BluetoothMetadata.swift
[15/19] Compiling BluetoothMetadata BluetoothUUID.swift
[16/20] Wrapping AST for BluetoothMetadata for debugging
[18/27] Compiling GenerateBluetooth Generate.swift
[19/27] Compiling GenerateBluetooth CompanyIdentifier.swift
[20/27] Compiling GenerateBluetooth Hexadecimal.swift
[21/27] Emitting module GenerateBluetooth
[22/27] Compiling GenerateBluetooth BluetoothUUID.swift
[23/27] Compiling GenerateBluetooth String.swift
[24/27] Compiling GenerateBluetooth UnitIdentifier.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/68] Write sources
[1/68] Copying CharacteristicUUID.json
[1/68] Write sources
[14/68] Copying UnitIdentifier.json
[14/68] Copying ServiceUUID.json
[14/68] Copying MemberUUID.json
[14/68] Copying DescriptorUUID.json
[14/68] Copying DeclarationUUID.json
[23/68] Copying CompanyIdentifier.json
[25/68] Copying UnitIdentifier.json
[25/68] Copying ServiceUUID.json
[25/68] Copying MemberUUID.json
[29/68] Copying DescriptorUUID.json
[29/68] Copying DeclarationUUID.json
[29/68] Copying CharacteristicUUID.json
[29/68] Copying CompanyIdentifier.json
[36/68] Compiling _SwiftSyntaxCShims dummy.c
[37/68] Write swift-version-24593BA9C3E375BF.txt
[39/82] Compiling SwiftSyntax510 Empty.swift
[40/82] Emitting module SwiftSyntax600
[41/82] Compiling SwiftSyntax509 Empty.swift
[42/82] Emitting module SwiftSyntax510
[43/83] Compiling SwiftSyntax600 Empty.swift
[44/84] Emitting module SwiftSyntax509
[45/85] Emitting module SwiftSyntax601
[46/85] Compiling SwiftSyntax601 Empty.swift
[51/86] Emitting module BluetoothMetadata
[51/87] Wrapping AST for SwiftSyntax509 for debugging
[52/87] Wrapping AST for SwiftSyntax510 for debugging
[53/87] Wrapping AST for SwiftSyntax600 for debugging
[55/87] Wrapping AST for SwiftSyntax601 for debugging
[56/143] Wrapping AST for BluetoothMetadata for debugging
[58/152] Emitting module GenerateBluetooth
[59/153] Wrapping AST for GenerateBluetooth for debugging
[60/153] Write Objects.LinkFileList
[61/153] Linking GenerateBluetooth-tool
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/UnitIdentifiers.swift
[62/153] Generate Bluetooth Unit Identifier Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DeclarationUUID.swift
[63/153] Generate Bluetooth Declaration UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/DescriptorUUID.swift
[64/153] Generate Bluetooth Descriptor UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/ServiceUUID.swift
[65/153] Generate Bluetooth Service UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CharacteristicUUID.swift
[66/153] Generate Bluetooth Characteristic UUID Definitions
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/MemberUUID.swift
[67/153] Generate Bluetooth Member UUID Definitions
[69/153] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/153] Compiling SwiftSyntax SyntaxNodeFactory.swift
[71/153] Compiling SwiftSyntax SyntaxNodeStructure.swift
[72/153] Compiling SwiftSyntax SyntaxProtocol.swift
[73/153] Compiling SwiftSyntax SyntaxText.swift
[74/153] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[75/153] Compiling SwiftSyntax TokenDiagnostic.swift
[76/153] Compiling SwiftSyntax TokenSequence.swift
[77/153] Compiling SwiftSyntax TokenSyntax.swift
[78/162] Compiling SwiftSyntax Identifier.swift
[79/162] Compiling SwiftSyntax MemoryLayout.swift
[80/162] Compiling SwiftSyntax MissingNodeInitializers.swift
[81/162] Compiling SwiftSyntax RawSyntax.swift
[82/162] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[83/162] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[84/162] Compiling SwiftSyntax RawSyntaxTokenView.swift
[85/162] Compiling SwiftSyntax SourceEdit.swift
[86/162] Compiling SwiftSyntax SourceLength.swift
[87/162] Compiling SwiftSyntax AbsolutePosition.swift
[88/162] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[89/162] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[90/162] Compiling SwiftSyntax Assert.swift
[91/162] Compiling SwiftSyntax BumpPtrAllocator.swift
[92/162] Compiling SwiftSyntax CommonAncestor.swift
[93/162] Compiling SwiftSyntax Convenience.swift
[94/162] Compiling SwiftSyntax CustomTraits.swift
[95/162] Compiling SwiftSyntax EditorPlaceholder.swift
[96/162] Compiling SwiftSyntax SourceLocation.swift
[97/162] Compiling SwiftSyntax SourcePresence.swift
[98/162] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[99/162] Compiling SwiftSyntax Syntax.swift
[100/162] Compiling SwiftSyntax SyntaxArena.swift
[101/162] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[102/162] Compiling SwiftSyntax SyntaxChildren.swift
[103/162] Compiling SwiftSyntax SyntaxCollection.swift
[104/162] Compiling SwiftSyntax SyntaxHashable.swift
Generated /host/spi-builder-workspace/.build/plugins/outputs/bluetooth/Bluetooth/destination/GenerateBluetoothDefinitions/CompanyIdentifiers.swift
[104/162] Generate Bluetooth Company Identifier Definitions
[105/162] Write sources
[107/162] Compiling BluetoothMetadata BluetoothUUID.swift
[108/162] Compiling BluetoothMetadata resource_bundle_accessor.swift
[109/162] Emitting module BluetoothMetadata
[110/162] Compiling BluetoothMetadata BluetoothMetadata.swift
[111/162] Compiling BluetoothMetadata CompanyIdentifier.swift
[113/163] Emitting module SwiftSyntax
[114/163] Compiling SwiftSyntax RawSyntaxNodesC.swift
[115/163] Compiling SwiftSyntax RawSyntaxNodesD.swift
[116/163] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[117/163] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[118/163] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[119/163] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[120/163] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[121/163] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[122/163] Compiling SwiftSyntax RawSyntaxValidation.swift
[123/163] Compiling SwiftSyntax SyntaxEnum.swift
[124/163] Compiling SwiftSyntax SyntaxKind.swift
[125/163] Compiling SwiftSyntax SyntaxRewriter.swift
[126/163] Compiling SwiftSyntax SyntaxTraits.swift
[127/163] Compiling SwiftSyntax SyntaxVisitor.swift
[128/163] Compiling SwiftSyntax TokenKind.swift
[129/163] Compiling SwiftSyntax Tokens.swift
[130/163] Compiling SwiftSyntax TriviaPieces.swift
[131/163] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[132/163] Compiling SwiftSyntax Trivia.swift
[133/163] Compiling SwiftSyntax Utils.swift
[134/163] Compiling SwiftSyntax ChildNameForKeyPath.swift
[135/163] Compiling SwiftSyntax Keyword.swift
[136/163] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[137/163] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[138/163] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[139/163] Compiling SwiftSyntax SyntaxBaseNodes.swift
[140/163] Compiling SwiftSyntax SyntaxCollections.swift
[141/163] Compiling SwiftSyntax SyntaxNodesAB.swift
[142/163] Compiling SwiftSyntax SyntaxNodesC.swift
[143/163] Compiling SwiftSyntax SyntaxNodesD.swift
[144/163] Compiling SwiftSyntax SyntaxNodesEF.swift
[145/163] Compiling SwiftSyntax SyntaxNodesGHI.swift
[146/163] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[147/163] Compiling SwiftSyntax SyntaxNodesOP.swift
[148/163] Compiling SwiftSyntax SyntaxNodesQRS.swift
[149/163] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[150/164] Wrapping AST for SwiftSyntax for debugging
[152/222] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[153/223] Compiling SwiftDiagnostics Message.swift
[154/223] Compiling SwiftBasicFormat Syntax+Extensions.swift
[155/223] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[156/223] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[157/223] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[158/223] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[159/223] Emitting module SwiftDiagnostics
[160/223] Compiling SwiftBasicFormat InferIndentation.swift
[161/223] Compiling SwiftDiagnostics Note.swift
[162/223] Compiling SwiftBasicFormat Indenter.swift
[163/223] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[164/223] Compiling SwiftDiagnostics FixIt.swift
[165/223] Compiling SwiftDiagnostics Convenience.swift
[166/223] Compiling SwiftDiagnostics Diagnostic.swift
[167/223] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[168/224] Compiling SwiftParser SwiftParserCompatibility.swift
[169/224] Compiling SwiftParser SwiftVersion.swift
[170/224] Compiling SwiftParser SyntaxUtils.swift
[171/224] Compiling SwiftParser TokenConsumer.swift
[172/224] Compiling SwiftParser TokenPrecedence.swift
[173/229] Wrapping AST for SwiftDiagnostics for debugging
[175/229] Compiling SwiftBasicFormat BasicFormat.swift
[176/229] Emitting module SwiftBasicFormat
[177/230] Wrapping AST for SwiftBasicFormat for debugging
[179/230] Compiling SwiftParser LexemeSequence.swift
[180/230] Compiling SwiftParser Lexer.swift
[181/230] Compiling SwiftParser RegexLiteralLexer.swift
[182/230] Compiling SwiftParser UnicodeScalarExtensions.swift
[183/230] Compiling SwiftParser Lookahead.swift
[184/230] Compiling SwiftParser LoopProgressCondition.swift
[185/230] Compiling SwiftParser TokenSpec.swift
[186/230] Compiling SwiftParser TokenSpecSet.swift
[187/230] Compiling SwiftParser TopLevel.swift
[188/230] Compiling SwiftParser TriviaParser.swift
[189/230] Compiling SwiftParser Types.swift
[190/230] Compiling SwiftParser Modifiers.swift
[191/230] Compiling SwiftParser Names.swift
[192/230] Compiling SwiftParser Nominals.swift
[193/230] Compiling SwiftParser Parameters.swift
[194/230] Compiling SwiftParser ParseSourceFile.swift
[195/230] Compiling SwiftParser Parser.swift
[196/230] Compiling SwiftParser Patterns.swift
[197/230] Compiling SwiftParser Recovery.swift
[198/230] Compiling SwiftParser Specifiers.swift
[199/230] Compiling SwiftParser Statements.swift
[200/230] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[201/230] Compiling SwiftParser StringLiterals.swift
[206/230] Compiling SwiftParser Declarations.swift
[207/230] Compiling SwiftParser Directives.swift
[208/230] Emitting module SwiftParser
[209/230] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[210/230] Compiling SwiftParser Expressions.swift
[211/230] Compiling SwiftParser IncrementalParseTransition.swift
[212/230] Compiling SwiftParser IsValidIdentifier.swift
[213/230] Compiling SwiftParser Cursor.swift
[214/230] Compiling SwiftParser Lexeme.swift
[215/230] Compiling SwiftParser ExperimentalFeatures.swift
[216/230] Compiling SwiftParser IsLexerClassified.swift
[217/230] Compiling SwiftParser LayoutNodes+Parsable.swift
[218/230] Compiling SwiftParser Parser+TokenSpecSet.swift
[219/230] Compiling SwiftParser TokenSpecStaticMembers.swift
[220/231] Wrapping AST for SwiftParser for debugging
[222/254] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[223/255] Compiling SwiftOperators PrecedenceGroup.swift
[224/256] Compiling SwiftOperators Operator.swift
[225/256] Compiling SwiftOperators OperatorError+Diagnostics.swift
[226/256] Compiling SwiftOperators OperatorError.swift
[227/256] Compiling SwiftOperators OperatorTable+Defaults.swift
[228/256] Compiling SwiftOperators OperatorTable.swift
[229/256] Compiling SwiftOperators PrecedenceGraph.swift
[230/256] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[231/256] Emitting module SwiftOperators
[232/256] Compiling SwiftOperators SyntaxSynthesis.swift
[233/256] Compiling SwiftOperators OperatorTable+Semantics.swift
[234/256] Compiling SwiftOperators OperatorTable+Folding.swift
[236/257] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[236/257] Wrapping AST for SwiftOperators for debugging
[238/257] Emitting module SwiftParserDiagnostics
[239/257] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[240/257] Compiling SwiftParserDiagnostics Utils.swift
[245/257] Compiling SwiftParserDiagnostics MissingNodesError.swift
[246/257] Compiling SwiftParserDiagnostics MissingTokenError.swift
[247/257] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[248/257] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[249/258] Wrapping AST for SwiftParserDiagnostics for debugging
[251/273] Compiling SwiftSyntaxBuilder Indenter.swift
[252/273] Compiling SwiftSyntaxBuilder ListBuilder.swift
[253/274] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[254/274] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[255/274] Emitting module SwiftSyntaxBuilder
[256/274] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[257/274] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[258/274] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[259/274] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[260/274] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[261/274] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[262/274] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[263/274] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[264/274] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[265/274] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[266/274] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[267/275] Wrapping AST for SwiftSyntaxBuilder for debugging
[269/292] Emitting module SwiftSyntaxMacros
[270/294] Compiling SwiftSyntaxMacros Macro.swift
[271/294] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[272/294] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[273/294] Compiling SwiftSyntaxMacros Macro+Format.swift
[274/294] Compiling SwiftSyntaxMacros MemberMacro.swift
[275/294] Compiling SwiftSyntaxMacros PeerMacro.swift
[276/294] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[277/294] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[278/294] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[279/294] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[280/294] Compiling SwiftSyntaxMacros PreambleMacro.swift
[281/294] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[282/294] Compiling SwiftSyntaxMacros AccessorMacro.swift
[283/294] Compiling SwiftSyntaxMacros AttachedMacro.swift
[284/294] Compiling SwiftSyntaxMacros BodyMacro.swift
[285/294] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[286/294] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[287/294] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[288/295] Wrapping AST for SwiftSyntaxMacros for debugging
[290/304] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[291/305] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[292/305] Emitting module SwiftSyntaxMacroExpansion
[293/305] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[294/305] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[295/305] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[296/305] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[297/305] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[298/305] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[299/305] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[300/306] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[302/318] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[303/319] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[304/319] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[305/319] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[306/319] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[307/319] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[308/319] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[309/319] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[310/319] Emitting module SwiftCompilerPluginMessageHandling
[311/319] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[312/319] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[313/319] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[314/319] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[315/320] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[317/322] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[318/322] Emitting module SwiftCompilerPlugin
[319/323] Wrapping AST for SwiftCompilerPlugin for debugging
[321/328] Compiling BluetoothMacros Plugins.swift
[322/328] Emitting module BluetoothMacros
[323/328] Compiling BluetoothMacros BluetoothAddress.swift
[324/328] Compiling BluetoothMacros Hexadecimal.swift
[325/328] Compiling BluetoothMacros BluetoothUUID.swift
[326/329] Wrapping AST for BluetoothMacros for debugging
[327/329] Write Objects.LinkFileList
[328/329] Linking BluetoothMacros-tool
[330/365] Compiling Bluetooth UInt40.swift
[331/365] Compiling Bluetooth UInt48.swift
[332/365] Compiling Bluetooth UInt512.swift
[333/365] Compiling Bluetooth Unit.swift
[334/365] Compiling Bluetooth UnitIdentifier.swift
[335/369] Compiling Bluetooth Address.swift
[336/369] Compiling Bluetooth AsyncIndefiniteStream.swift
[337/369] Compiling Bluetooth BitMaskOption.swift
[338/369] Compiling Bluetooth BluetoothUUID.swift
[339/369] Compiling Bluetooth BluetoothUUIDMetadata.swift
[340/369] Compiling Bluetooth SFloat.swift
[341/369] Compiling Bluetooth SecurityLevel.swift
[342/369] Compiling Bluetooth UInt128.swift
[343/369] Compiling Bluetooth UInt24.swift
[344/369] Compiling Bluetooth UInt256.swift
[345/369] Compiling Bluetooth Data.swift
[346/369] Compiling Bluetooth Hexadecimal.swift
[347/369] Compiling Bluetooth Integer.swift
[348/369] Compiling Bluetooth String.swift
[349/369] Compiling Bluetooth System.swift
[350/369] Compiling Bluetooth UUID.swift
[351/369] Compiling Bluetooth L2CAPSocket.swift
[352/369] Compiling Bluetooth LowEnergyAdvertisingData.swift
[353/369] Compiling Bluetooth LowEnergyScanTimeInterval.swift
[354/369] Compiling Bluetooth RSSI.swift
[355/369] Compiling Bluetooth CharacteristicUUID.swift
[356/369] Compiling Bluetooth DescriptorUUID.swift
[357/369] Compiling Bluetooth MemberUUID.swift
[358/369] Compiling Bluetooth DeclarationUUID.swift
[359/369] Emitting module Bluetooth
[360/369] Compiling Bluetooth ByteSwap.swift
[361/369] Compiling Bluetooth ByteValue.swift
[362/369] Compiling Bluetooth ClassOfDevice.swift
[363/369] Compiling Bluetooth CompanyIdentifier.swift
[364/369] Compiling Bluetooth CompanyIdentifierMetadata.swift
[365/369] Compiling Bluetooth UnitIdentifierMetadata.swift
[366/369] Compiling Bluetooth iBeacon.swift
[367/369] Compiling Bluetooth CompanyIdentifiers.swift
[368/369] Compiling Bluetooth UnitIdentifiers.swift
[369/369] Compiling Bluetooth ServiceUUID.swift
[371/387] Compiling GATT GATTCentral.swift
[372/387] Compiling GATT GATTClientConnection.swift
[373/389] Emitting module GATT
[374/389] Compiling GATT MaximumTransmissionUnit.swift
[375/389] Compiling GATT Peer.swift
[376/389] Compiling GATT AdvertisementData.swift
[377/389] Compiling GATT AsyncStream.swift
[378/389] Compiling GATT AttributePermission.swift
[379/389] Compiling GATT L2CAP.swift
[380/389] Compiling GATT ManufacturerSpecificData.swift
[381/389] Compiling GATT CentralAttributes.swift
[382/389] Compiling GATT CentralError.swift
[383/389] Compiling GATT CentralProtocol.swift
[384/389] Compiling GATT GATTPeripheral.swift
[385/389] Compiling GATT GATTServerConnection.swift
[386/389] Compiling GATT CharacteristicProperty.swift
[387/389] Compiling GATT OptionSet.swift
[388/389] Compiling GATT PeripheralProtocol.swift
[389/389] Compiling GATT ScanData.swift
[391/402] Compiling DarwinGATT CBPeripheral.swift
[392/402] Compiling DarwinGATT DarwinPeripheral.swift
[393/402] Compiling DarwinGATT CBCentral.swift
[394/403] Emitting module DarwinGATT
[395/403] Compiling DarwinGATT DarwinAdvertisementData.swift
[396/403] Compiling DarwinGATT DarwinAttributes.swift
[397/403] Compiling DarwinGATT DarwinBluetoothState.swift
[398/403] Compiling DarwinGATT DarwinCentral.swift
[399/403] Compiling DarwinGATT DarwinCentralError.swift
[400/403] Compiling DarwinGATT DarwinDescriptor.swift
[401/403] Compiling DarwinGATT Integer.swift
[402/403] Compiling DarwinGATT PeripheralContinuation.swift
[403/403] Compiling DarwinGATT Queue.swift
Build complete! (204.71s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.