Build Information
Successful build of swift-dom, reference 1.1.2 (992061
), with Swift 6.0 for Linux on 6 Feb 2025 01:16:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-dom.git
Reference: 1.1.2
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/tayloraswift/swift-dom
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 9920611 Merge pull request #11 from tayloraswift/support-as
Cloned https://github.com/tayloraswift/swift-dom.git
Revision (git rev-parse @):
9920611b7ba050912bf6e7f7083067aa14816bc0
SUCCESS checkout https://github.com/tayloraswift/swift-dom.git at 1.1.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/tayloraswift/swift-dom.git
https://github.com/tayloraswift/swift-dom.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
}
],
"manifest_display_name" : "swift-dom",
"name" : "swift-dom",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DOM",
"targets" : [
"DOM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTML",
"targets" : [
"HTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamicMemberFactoryMacro",
"targets" : [
"DynamicMemberFactoryMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVG resource",
"targets" : [
"SVG resource"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Protocols",
"targets" : [
"Protocols"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Entrypoints",
"targets" : [
"Entrypoints"
],
"type" : {
"snippet" : null
}
},
{
"name" : "SVG embedded",
"targets" : [
"SVG embedded"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Patterns",
"targets" : [
"Patterns"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DynamicLookupMacros",
"targets" : [
"DynamicLookupMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HTML",
"module_type" : "SwiftTarget",
"name" : "HTML",
"path" : "Sources/HTML",
"product_memberships" : [
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Encoding/HTML (ext).swift",
"Encoding/HTML.AttributeEncoder (ext).swift",
"Encoding/HTML.ContentEncoder (ext).swift",
"Encoding/SVG (ext).swift",
"Encoding/SVG.ContentEncoder (ext).swift",
"HTML.OutputStreamable (ext).swift",
"HTML.OutputStreamableHeading (ext).swift",
"Never (ext).swift",
"Optional (ext).swift",
"Types/HTML.Attribute.Property.swift",
"Types/HTML.Attribute.Rel.swift",
"Types/HTML.Link.swift",
"Types/SVG.Point.swift",
"exports.swift",
"lexemes.swift"
],
"target_dependencies" : [
"DOM"
],
"type" : "library"
},
{
"c99name" : "DynamicMemberFactoryMacro",
"module_type" : "SwiftTarget",
"name" : "DynamicMemberFactoryMacro",
"path" : "Macros/DynamicMemberFactoryMacro",
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"GenerateDynamicMemberFactory.swift"
],
"target_dependencies" : [
"DynamicLookupMacros"
],
"type" : "library"
},
{
"c99name" : "DynamicLookupMacros",
"module_type" : "SwiftTarget",
"name" : "DynamicLookupMacros",
"path" : "Macros/DynamicLookupMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns",
"DynamicLookupMacros"
],
"sources" : [
"GenerateDynamicMemberFactory.swift",
"MacroExpansionContext (ext).swift",
"MacroExpansionMessage.swift",
"Main.swift"
],
"type" : "macro"
},
{
"c99name" : "DOM",
"module_type" : "SwiftTarget",
"name" : "DOM",
"path" : "Sources/DOM",
"product_memberships" : [
"DOM",
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Conformances/Character (ext).swift",
"Conformances/String (ext).swift",
"Conformances/Substring (ext).swift",
"Conformances/Unicode.Scalar (ext).swift",
"DOM.Attribute.swift",
"DOM.ContentEncoder.swift",
"DOM.Property.swift",
"DOM.UTF8.swift",
"DOM.swift",
"HTML/HTML.Attribute (gen).swift",
"HTML/HTML.Attribute.Factory (mxt).swift",
"HTML/HTML.AttributeEncoder.CustomData.swift",
"HTML/HTML.AttributeEncoder.swift",
"HTML/HTML.ContainerElement.swift",
"HTML/HTML.ContentEncoder.swift",
"HTML/HTML.OutputStreamable.swift",
"HTML/HTML.OutputStreamableAnchor.swift",
"HTML/HTML.OutputStreamableHeading.swift",
"HTML/HTML.UnsafeElement.swift",
"HTML/HTML.VoidElement.swift",
"HTML/HTML.swift",
"SVG/SVG.Attribute (gen).swift",
"SVG/SVG.AttributeEncoder.swift",
"SVG/SVG.ContainerElement.swift",
"SVG/SVG.ContentEncoder.swift",
"SVG/SVG.Embedded.swift",
"SVG/SVG.OutputStreamable.swift",
"SVG/SVG.swift",
"Sitemap/XML.Sitemap.AttributeEncoder.swift",
"Sitemap/XML.Sitemap.ContentEncoder.swift",
"Sitemap/XML.Sitemap.Element.swift",
"Sitemap/XML.Sitemap.swift",
"Sitemap/XML.swift",
"Sitemap/XMLNS.swift",
"StreamingEncoder.swift"
],
"type" : "library"
},
{
"c99name" : "SVG_resource",
"module_type" : "SwiftTarget",
"name" : "SVG resource",
"path" : "Snippets",
"product_memberships" : [
"SVG resource"
],
"sources" : [
"SVG resource.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Protocols",
"module_type" : "SwiftTarget",
"name" : "Protocols",
"path" : "Snippets",
"product_memberships" : [
"Protocols"
],
"sources" : [
"Protocols.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Entrypoints",
"module_type" : "SwiftTarget",
"name" : "Entrypoints",
"path" : "Snippets",
"product_memberships" : [
"Entrypoints"
],
"sources" : [
"Entrypoints.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "SVG_embedded",
"module_type" : "SwiftTarget",
"name" : "SVG embedded",
"path" : "Snippets",
"product_memberships" : [
"SVG embedded"
],
"sources" : [
"SVG embedded.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Patterns",
"module_type" : "SwiftTarget",
"name" : "Patterns",
"path" : "Snippets",
"product_memberships" : [
"Patterns"
],
"sources" : [
"Patterns.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-syntax
[1/68323] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax from cache (3.60s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 600.0.1 (2.11s)
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 600.0.1
Building for debugging...
[0/60] Write sources
[23/60] Compiling _SwiftSyntaxCShims dummy.c
[24/60] Write swift-version-24593BA9C3E375BF.txt
[26/98] Emitting module DOM
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/102] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[28/102] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[29/102] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[30/102] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[31/102] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/36] Write swift-version-24593BA9C3E375BF.txt
[2/70] Compiling SwiftSyntax600 Empty.swift
[3/74] Emitting module SwiftSyntax600
[4/74] Compiling SwiftSyntax509 Empty.swift
[5/74] Emitting module SwiftSyntax509
[6/75] Compiling SwiftSyntax510 Empty.swift
[7/75] Emitting module SwiftSyntax510
[10/77] Wrapping AST for SwiftSyntax600 for debugging
[11/77] Wrapping AST for SwiftSyntax509 for debugging
[12/77] Wrapping AST for SwiftSyntax510 for debugging
[14/77] Compiling DOM SVG.ContainerElement.swift
[15/77] Compiling DOM SVG.ContentEncoder.swift
[16/77] Compiling DOM SVG.Embedded.swift
[17/77] Compiling DOM SVG.OutputStreamable.swift
[18/81] Compiling DOM SVG.swift
[19/81] Compiling DOM XML.Sitemap.AttributeEncoder.swift
[20/81] Compiling DOM XML.Sitemap.ContentEncoder.swift
[21/81] Compiling DOM XML.Sitemap.Element.swift
[22/81] Compiling DOM Character (ext).swift
[23/81] Compiling DOM String (ext).swift
[24/81] Compiling DOM Substring (ext).swift
[25/81] Compiling DOM Unicode.Scalar (ext).swift
[26/81] Compiling DOM DOM.Attribute.swift
[27/137] Compiling SwiftSyntax TokenKind.swift
[28/137] Compiling SwiftSyntax Tokens.swift
[29/137] Compiling SwiftSyntax TriviaPieces.swift
[30/137] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[31/145] Compiling SwiftSyntax CommonAncestor.swift
[32/145] Compiling SwiftSyntax Convenience.swift
[33/145] Compiling SwiftSyntax CustomTraits.swift
[34/145] Compiling SwiftSyntax Identifier.swift
[35/145] Compiling SwiftSyntax MemoryLayout.swift
[36/145] Compiling SwiftSyntax RawSyntaxTokenView.swift
[37/145] Compiling SwiftSyntax SourceEdit.swift
[38/145] Compiling SwiftSyntax SourceLength.swift
[39/145] Compiling SwiftSyntax SourceLocation.swift
[40/145] Compiling SwiftSyntax SourcePresence.swift
[41/145] Compiling SwiftSyntax MissingNodeInitializers.swift
[42/145] Compiling SwiftSyntax RawSyntax.swift
[43/145] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[44/145] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[45/145] Compiling SwiftSyntax SyntaxChildren.swift
[46/145] Compiling SwiftSyntax SyntaxCollection.swift
[47/145] Compiling SwiftSyntax SyntaxHashable.swift
[48/145] Compiling SwiftSyntax SyntaxIdentifier.swift
[49/145] Emitting module DOM
[50/146] Wrapping AST for DOM for debugging
[52/161] Compiling HTML HTML (ext).swift
[53/161] Compiling HTML HTML.AttributeEncoder (ext).swift
[54/162] Compiling HTML SVG.ContentEncoder (ext).swift
[55/162] Compiling HTML HTML.OutputStreamable (ext).swift
[56/162] Compiling HTML HTML.ContentEncoder (ext).swift
[57/162] Compiling HTML SVG (ext).swift
[58/162] Compiling HTML HTML.OutputStreamableHeading (ext).swift
[59/162] Compiling HTML Never (ext).swift
[60/162] Emitting module HTML
[61/162] Compiling HTML HTML.Attribute.Rel.swift
[62/162] Compiling HTML HTML.Link.swift
[63/162] Compiling HTML Optional (ext).swift
[64/162] Compiling HTML HTML.Attribute.Property.swift
[65/162] Compiling HTML lexemes.swift
[66/162] Compiling HTML SVG.Point.swift
[67/162] Compiling HTML exports.swift
[68/163] Wrapping AST for HTML for debugging
[70/163] Emitting module SwiftSyntax
[71/171] Compiling SwiftSyntax SyntaxKind.swift
[72/171] Compiling SwiftSyntax SyntaxRewriter.swift
[73/171] Compiling SwiftSyntax SyntaxTraits.swift
[74/171] Compiling SwiftSyntax SyntaxVisitor.swift
[79/171] Compiling SwiftSyntax RawSyntaxNodesC.swift
[80/171] Compiling SwiftSyntax SyntaxNodeFactory.swift
[81/171] Compiling SwiftSyntax SyntaxNodeStructure.swift
[82/171] Compiling SwiftSyntax SyntaxProtocol.swift
[83/171] Compiling SwiftSyntax SyntaxText.swift
[84/171] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[85/171] Compiling SwiftSyntax TokenDiagnostic.swift
[86/171] Compiling SwiftSyntax TokenSequence.swift
[87/171] Compiling SwiftSyntax TokenSyntax.swift
[88/171] Compiling SwiftSyntax Trivia.swift
[89/171] Compiling SwiftSyntax RawSyntaxNodesD.swift
[90/171] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[91/171] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[92/171] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[93/171] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[94/171] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[95/171] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[96/171] Compiling SwiftSyntax RawSyntaxValidation.swift
[97/171] Compiling SwiftSyntax SyntaxNodesAB.swift
[108/171] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[109/171] Compiling SwiftSyntax Syntax.swift
[110/171] Compiling SwiftSyntax SyntaxArena.swift
[111/171] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[116/171] Compiling SwiftSyntax Utils.swift
[117/171] Compiling SwiftSyntax ChildNameForKeyPath.swift
[118/171] Compiling SwiftSyntax Keyword.swift
[119/171] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[120/171] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[121/171] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[122/171] Compiling SwiftSyntax SyntaxBaseNodes.swift
[123/171] Compiling SwiftSyntax SyntaxCollections.swift
[124/171] Compiling SwiftSyntax SyntaxEnum.swift
[134/171] Compiling SwiftSyntax SyntaxNodesC.swift
[135/171] Compiling SwiftSyntax SyntaxNodesD.swift
[136/171] Compiling SwiftSyntax SyntaxNodesEF.swift
[137/171] Compiling SwiftSyntax SyntaxNodesGHI.swift
[138/171] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[139/171] Compiling SwiftSyntax SyntaxNodesOP.swift
[140/171] Compiling SwiftSyntax SyntaxNodesQRS.swift
[141/171] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[142/172] Wrapping AST for SwiftSyntax for debugging
[144/229] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[145/229] Compiling SwiftBasicFormat Syntax+Extensions.swift
[146/229] Compiling SwiftDiagnostics Message.swift
[147/229] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[148/230] Compiling SwiftDiagnostics Note.swift
[149/230] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[150/230] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[151/230] Compiling SwiftParser Expressions.swift
[152/230] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[153/230] Compiling SwiftParser IncrementalParseTransition.swift
[154/230] Compiling SwiftParser IsValidIdentifier.swift
[155/230] Emitting module SwiftDiagnostics
[156/230] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[157/230] Compiling SwiftDiagnostics FixIt.swift
[159/231] Emitting module SwiftBasicFormat
[160/231] Compiling SwiftBasicFormat InferIndentation.swift
[161/231] Compiling SwiftBasicFormat BasicFormat.swift
[162/232] Wrapping AST for SwiftDiagnostics for debugging
[163/232] Wrapping AST for SwiftBasicFormat for debugging
[165/232] Emitting module SwiftParser
[166/237] Compiling SwiftParser LexemeSequence.swift
[167/237] Compiling SwiftParser Lexer.swift
[168/237] Compiling SwiftParser RegexLiteralLexer.swift
[169/237] Compiling SwiftParser UnicodeScalarExtensions.swift
[170/237] Compiling SwiftParser Lookahead.swift
[171/237] Compiling SwiftParser LoopProgressCondition.swift
[172/237] Compiling SwiftParser Modifiers.swift
[173/237] Compiling SwiftParser Names.swift
[174/237] Compiling SwiftParser Nominals.swift
[175/237] Compiling SwiftParser Parameters.swift
[176/237] Compiling SwiftParser ParseSourceFile.swift
[177/237] Compiling SwiftParser Parser.swift
[178/237] Compiling SwiftParser Patterns.swift
[179/237] Compiling SwiftParser Recovery.swift
[180/237] Compiling SwiftParser Specifiers.swift
[181/237] Compiling SwiftParser Statements.swift
[182/237] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[183/237] Compiling SwiftParser StringLiterals.swift
[184/237] Compiling SwiftParser TokenSpec.swift
[185/237] Compiling SwiftParser TokenSpecSet.swift
[186/237] Compiling SwiftParser TopLevel.swift
[187/237] Compiling SwiftParser TriviaParser.swift
[188/237] Compiling SwiftParser Types.swift
[189/237] Compiling SwiftParser SwiftParserCompatibility.swift
[190/237] Compiling SwiftParser SwiftVersion.swift
[191/237] Compiling SwiftParser SyntaxUtils.swift
[192/237] Compiling SwiftParser TokenConsumer.swift
[193/237] Compiling SwiftParser TokenPrecedence.swift
[194/237] Compiling SwiftParser Attributes.swift
[195/237] Compiling SwiftParser Availability.swift
[196/237] Compiling SwiftParser CharacterInfo.swift
[197/237] Compiling SwiftParser CollectionNodes+Parsable.swift
[198/237] Compiling SwiftParser Declarations.swift
[199/237] Compiling SwiftParser Directives.swift
[204/237] Compiling SwiftParser Cursor.swift
[205/237] Compiling SwiftParser Lexeme.swift
[206/237] Compiling SwiftParser ExperimentalFeatures.swift
[207/237] Compiling SwiftParser IsLexerClassified.swift
[208/237] Compiling SwiftParser LayoutNodes+Parsable.swift
[209/237] Compiling SwiftParser Parser+TokenSpecSet.swift
[210/237] Compiling SwiftParser TokenSpecStaticMembers.swift
[211/238] Wrapping AST for SwiftParser for debugging
[213/261] Compiling SwiftOperators OperatorTable.swift
[214/262] Compiling SwiftOperators PrecedenceGraph.swift
[215/262] Compiling SwiftOperators PrecedenceGroup.swift
[216/262] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[217/263] Compiling SwiftOperators SyntaxSynthesis.swift
[218/263] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[219/263] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[220/263] Compiling SwiftParserDiagnostics MissingNodesError.swift
[221/263] Compiling SwiftParserDiagnostics MissingTokenError.swift
[222/263] Compiling SwiftOperators OperatorTable+Semantics.swift
[223/263] Compiling SwiftOperators OperatorTable+Folding.swift
[224/263] Emitting module SwiftOperators
[225/264] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[226/264] Wrapping AST for SwiftOperators for debugging
[228/264] Emitting module SwiftParserDiagnostics
[229/264] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[230/264] Compiling SwiftParserDiagnostics Utils.swift
[231/264] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[232/264] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[233/264] Compiling SwiftParserDiagnostics PresenceUtils.swift
[236/264] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[237/264] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[240/265] Wrapping AST for SwiftParserDiagnostics for debugging
[242/280] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[243/280] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[244/280] Emitting module SwiftSyntaxBuilder
[245/281] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[246/281] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[247/281] Compiling SwiftSyntaxBuilder Indenter.swift
[248/281] Compiling SwiftSyntaxBuilder ListBuilder.swift
[249/281] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[250/281] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[251/281] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[252/281] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[253/281] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[254/281] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[255/281] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[256/281] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[257/281] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[258/282] Wrapping AST for SwiftSyntaxBuilder for debugging
[260/299] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[261/299] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[262/299] Compiling SwiftSyntaxMacros Macro.swift
[263/299] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[264/299] Compiling SwiftSyntaxMacros MemberMacro.swift
[265/299] Compiling SwiftSyntaxMacros PeerMacro.swift
[266/299] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[267/299] Compiling SwiftSyntaxMacros Macro+Format.swift
[268/299] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[269/299] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[270/299] Compiling SwiftSyntaxMacros AccessorMacro.swift
[271/299] Compiling SwiftSyntaxMacros AttachedMacro.swift
[272/299] Compiling SwiftSyntaxMacros BodyMacro.swift
[273/301] Emitting module SwiftSyntaxMacros
[274/301] Compiling SwiftSyntaxMacros PreambleMacro.swift
[275/301] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[276/301] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[277/301] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[278/301] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[279/302] Wrapping AST for SwiftSyntaxMacros for debugging
[281/311] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[282/312] Emitting module SwiftSyntaxMacroExpansion
[283/312] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[284/312] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[285/312] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[286/312] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[287/312] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[288/312] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[289/312] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[290/312] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[291/313] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[293/325] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[294/326] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[295/326] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[296/326] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[297/326] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[298/326] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[299/326] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[300/326] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[301/326] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[302/326] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[303/326] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[304/326] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[305/326] Emitting module SwiftCompilerPluginMessageHandling
[306/327] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[308/329] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[309/329] Emitting module SwiftCompilerPlugin
[310/330] Wrapping AST for SwiftCompilerPlugin for debugging
[312/335] Compiling DynamicLookupMacros MacroExpansionContext (ext).swift
[313/335] Compiling DynamicLookupMacros Main.swift
[314/335] Compiling DynamicLookupMacros MacroExpansionMessage.swift
[315/335] Emitting module DynamicLookupMacros
[316/335] Compiling DynamicLookupMacros GenerateDynamicMemberFactory.swift
[317/336] Wrapping AST for DynamicLookupMacros for debugging
[318/336] Write Objects.LinkFileList
[319/336] Linking DynamicLookupMacros-tool
[321/338] Compiling DynamicMemberFactoryMacro GenerateDynamicMemberFactory.swift
[322/338] Emitting module DynamicMemberFactoryMacro
[323/339] Wrapping AST for DynamicMemberFactoryMacro for debugging
[325/349] Emitting module SVG_resource
[326/349] Compiling SVG_resource SVG resource.swift
[327/350] Emitting module Entrypoints
[328/350] Compiling Entrypoints Entrypoints.swift
[330/351] Emitting module SVG_embedded
[332/351] Compiling SVG_embedded SVG embedded.swift
[333/352] Compiling Protocols Protocols.swift
[334/352] Emitting module Protocols
[334/353] Wrapping AST for SVG resource for debugging
[335/353] Write Objects.LinkFileList
[337/353] Compiling Patterns Patterns.swift
[338/353] Emitting module Patterns
[338/354] Wrapping AST for Entrypoints for debugging
[339/354] Write Objects.LinkFileList
[343/354] Wrapping AST for Patterns for debugging
[344/354] Write Objects.LinkFileList
[345/354] Wrapping AST for SVG embedded for debugging
[346/354] Write Objects.LinkFileList
[347/354] Wrapping AST for Protocols for debugging
[348/354] Write Objects.LinkFileList
[349/354] Linking SVG resource
[350/354] Linking Entrypoints
[351/354] Linking SVG embedded
[352/354] Linking Patterns
[353/354] Linking Protocols
Build complete! (66.78s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "510.0.1",
"upper_bound" : "601.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax"
}
],
"manifest_display_name" : "swift-dom",
"name" : "swift-dom",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "DOM",
"targets" : [
"DOM"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HTML",
"targets" : [
"HTML"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "DynamicMemberFactoryMacro",
"targets" : [
"DynamicMemberFactoryMacro"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "SVG resource",
"targets" : [
"SVG resource"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Protocols",
"targets" : [
"Protocols"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Entrypoints",
"targets" : [
"Entrypoints"
],
"type" : {
"snippet" : null
}
},
{
"name" : "SVG embedded",
"targets" : [
"SVG embedded"
],
"type" : {
"snippet" : null
}
},
{
"name" : "Patterns",
"targets" : [
"Patterns"
],
"type" : {
"snippet" : null
}
},
{
"name" : "DynamicLookupMacros",
"targets" : [
"DynamicLookupMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "HTML",
"module_type" : "SwiftTarget",
"name" : "HTML",
"path" : "Sources/HTML",
"product_memberships" : [
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Encoding/HTML (ext).swift",
"Encoding/HTML.AttributeEncoder (ext).swift",
"Encoding/HTML.ContentEncoder (ext).swift",
"Encoding/SVG (ext).swift",
"Encoding/SVG.ContentEncoder (ext).swift",
"HTML.OutputStreamable (ext).swift",
"HTML.OutputStreamableHeading (ext).swift",
"Never (ext).swift",
"Optional (ext).swift",
"Types/HTML.Attribute.Property.swift",
"Types/HTML.Attribute.Rel.swift",
"Types/HTML.Link.swift",
"Types/SVG.Point.swift",
"exports.swift",
"lexemes.swift"
],
"target_dependencies" : [
"DOM"
],
"type" : "library"
},
{
"c99name" : "DynamicMemberFactoryMacro",
"module_type" : "SwiftTarget",
"name" : "DynamicMemberFactoryMacro",
"path" : "Macros/DynamicMemberFactoryMacro",
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"GenerateDynamicMemberFactory.swift"
],
"target_dependencies" : [
"DynamicLookupMacros"
],
"type" : "library"
},
{
"c99name" : "DynamicLookupMacros",
"module_type" : "SwiftTarget",
"name" : "DynamicLookupMacros",
"path" : "Macros/DynamicLookupMacros",
"product_dependencies" : [
"SwiftCompilerPlugin",
"SwiftSyntaxMacros"
],
"product_memberships" : [
"DynamicMemberFactoryMacro",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns",
"DynamicLookupMacros"
],
"sources" : [
"GenerateDynamicMemberFactory.swift",
"MacroExpansionContext (ext).swift",
"MacroExpansionMessage.swift",
"Main.swift"
],
"type" : "macro"
},
{
"c99name" : "DOM",
"module_type" : "SwiftTarget",
"name" : "DOM",
"path" : "Sources/DOM",
"product_memberships" : [
"DOM",
"HTML",
"SVG resource",
"Protocols",
"Entrypoints",
"SVG embedded",
"Patterns"
],
"sources" : [
"Conformances/Character (ext).swift",
"Conformances/String (ext).swift",
"Conformances/Substring (ext).swift",
"Conformances/Unicode.Scalar (ext).swift",
"DOM.Attribute.swift",
"DOM.ContentEncoder.swift",
"DOM.Property.swift",
"DOM.UTF8.swift",
"DOM.swift",
"HTML/HTML.Attribute (gen).swift",
"HTML/HTML.Attribute.Factory (mxt).swift",
"HTML/HTML.AttributeEncoder.CustomData.swift",
"HTML/HTML.AttributeEncoder.swift",
"HTML/HTML.ContainerElement.swift",
"HTML/HTML.ContentEncoder.swift",
"HTML/HTML.OutputStreamable.swift",
"HTML/HTML.OutputStreamableAnchor.swift",
"HTML/HTML.OutputStreamableHeading.swift",
"HTML/HTML.UnsafeElement.swift",
"HTML/HTML.VoidElement.swift",
"HTML/HTML.swift",
"SVG/SVG.Attribute (gen).swift",
"SVG/SVG.AttributeEncoder.swift",
"SVG/SVG.ContainerElement.swift",
"SVG/SVG.ContentEncoder.swift",
"SVG/SVG.Embedded.swift",
"SVG/SVG.OutputStreamable.swift",
"SVG/SVG.swift",
"Sitemap/XML.Sitemap.AttributeEncoder.swift",
"Sitemap/XML.Sitemap.ContentEncoder.swift",
"Sitemap/XML.Sitemap.Element.swift",
"Sitemap/XML.Sitemap.swift",
"Sitemap/XML.swift",
"Sitemap/XMLNS.swift",
"StreamingEncoder.swift"
],
"type" : "library"
},
{
"c99name" : "SVG_resource",
"module_type" : "SwiftTarget",
"name" : "SVG resource",
"path" : "Snippets",
"product_memberships" : [
"SVG resource"
],
"sources" : [
"SVG resource.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Protocols",
"module_type" : "SwiftTarget",
"name" : "Protocols",
"path" : "Snippets",
"product_memberships" : [
"Protocols"
],
"sources" : [
"Protocols.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Entrypoints",
"module_type" : "SwiftTarget",
"name" : "Entrypoints",
"path" : "Snippets",
"product_memberships" : [
"Entrypoints"
],
"sources" : [
"Entrypoints.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "SVG_embedded",
"module_type" : "SwiftTarget",
"name" : "SVG embedded",
"path" : "Snippets",
"product_memberships" : [
"SVG embedded"
],
"sources" : [
"SVG embedded.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
},
{
"c99name" : "Patterns",
"module_type" : "SwiftTarget",
"name" : "Patterns",
"path" : "Snippets",
"product_memberships" : [
"Patterns"
],
"sources" : [
"Patterns.swift"
],
"target_dependencies" : [
"HTML",
"DynamicMemberFactoryMacro",
"DOM"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.