Build Information
Successful build of ScreamURITemplate, reference 5.0.5 (1e2202), with Swift 6.1 for Linux on 28 Mar 2026 06:09:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftScream/URITemplate.git
Reference: 5.0.5
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/SwiftScream/URITemplate
* tag 5.0.5 -> FETCH_HEAD
HEAD is now at 1e22029 Merge branch 'develop'
Submodule path 'Tests/ScreamURITemplateTests/data/uritemplate-test': checked out '1eb27ab4462b9e5819dc47db99044f5fd1fa9bc7'
Submodule 'Tests/data/uritemplate-test' (https://github.com/uri-templates/uritemplate-test) registered for path 'Tests/ScreamURITemplateTests/data/uritemplate-test'
Cloning into '/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test'...
Cloned https://github.com/SwiftScream/URITemplate.git
Revision (git rev-parse @):
1e22029e88322c0c2553a6136d0061212da2ec3c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftScream/URITemplate.git at 5.0.5
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftScream/URITemplate.git
https://github.com/SwiftScream/URITemplate.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "603.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "ScreamURITemplate",
"name" : "ScreamURITemplate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ScreamURITemplate",
"targets" : [
"ScreamURITemplate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScreamURITemplateMacros",
"targets" : [
"ScreamURITemplateMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScreamURITemplateExample",
"targets" : [
"ScreamURITemplateExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ScreamURITemplateCompilerPlugin",
"targets" : [
"ScreamURITemplateCompilerPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ScreamURITemplateTests",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateTests",
"path" : "Tests/ScreamURITemplateTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/extended-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/negative-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples-by-section.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"JSONValue.swift",
"LevelTest.swift",
"ProvidedMacroTests.swift",
"TestFileTests.swift",
"TestModels.swift",
"Tests.swift",
"TypedURITemplateTests.swift",
"URITemplateMacroTests.swift",
"URLByExpandingURITemplateMacroTests.swift",
"VariableProviderMacroTests.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateCompilerPlugin"
],
"type" : "test"
},
{
"c99name" : "ScreamURITemplateMacros",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateMacros",
"path" : "Sources/ScreamURITemplateMacros",
"product_memberships" : [
"ScreamURITemplateMacros",
"ScreamURITemplateExample"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateCompilerPlugin"
],
"type" : "library"
},
{
"c99name" : "ScreamURITemplateExample",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateExample",
"path" : "Sources/ScreamURITemplateExample",
"product_memberships" : [
"ScreamURITemplateExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateMacros"
],
"type" : "executable"
},
{
"c99name" : "ScreamURITemplateCompilerPlugin",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateCompilerPlugin",
"path" : "Sources/ScreamURITemplateCompilerPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ScreamURITemplateMacros",
"ScreamURITemplateExample",
"ScreamURITemplateCompilerPlugin"
],
"sources" : [
"ExprSyntax+Literals.swift",
"ProvidedMacro.swift",
"URITemplateCompilerPlugin.swift",
"URITemplateMacro.swift",
"URLByExpandingURITemplateMacro.swift",
"VariableProviderMacro.swift"
],
"target_dependencies" : [
"ScreamURITemplate"
],
"type" : "macro"
},
{
"c99name" : "ScreamURITemplate",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplate",
"path" : "Sources/ScreamURITemplate",
"product_memberships" : [
"ScreamURITemplate",
"ScreamURITemplateMacros",
"ScreamURITemplateExample",
"ScreamURITemplateCompilerPlugin"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/ScreamURITemplate/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/CharacterSets.swift",
"Internal/Components.swift",
"Internal/ExpansionConfiguration.swift",
"Internal/ExpressionOperator.swift",
"Internal/Scanner.swift",
"Internal/ValueFormatting.swift",
"Internal/VariableSpec.swift",
"TypedURITemplate.swift",
"URITemplate.swift",
"VariableProvider.swift",
"VariableValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/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 swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Fetching https://github.com/swiftlang/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.39s)
[1/74848] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.16s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (8.78s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.10s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/56] Write sources
[13/56] Copying PrivacyInfo.xcprivacy
[27/56] Compiling _SwiftSyntaxCShims PlatformMutex.c
[28/56] Write swift-version-24593BA9C3E375BF.txt
[30/92] Emitting module SwiftSyntax509
[31/92] Emitting module ScreamURITemplate
[32/93] Emitting module SwiftSyntax602
[33/93] Compiling SwiftSyntax602 Empty.swift
[34/93] Emitting module SwiftSyntax603
[35/93] Compiling SwiftSyntax603 Empty.swift
[36/95] Emitting module SwiftSyntax601
[37/95] Compiling SwiftSyntax601 Empty.swift
[38/96] Compiling SwiftSyntax510 Empty.swift
[39/96] Emitting module SwiftSyntax510
[40/97] Emitting module SwiftSyntax600
[41/97] Compiling SwiftSyntax600 Empty.swift
[42/98] Compiling SwiftSyntax509 Empty.swift
[48/99] Wrapping AST for SwiftSyntax602 for debugging
[49/99] Wrapping AST for SwiftSyntax601 for debugging
[50/99] Wrapping AST for SwiftSyntax603 for debugging
[51/99] Wrapping AST for SwiftSyntax510 for debugging
[52/99] Wrapping AST for SwiftSyntax509 for debugging
[53/99] Wrapping AST for SwiftSyntax600 for debugging
[55/162] Compiling ScreamURITemplate VariableValue.swift
[56/163] Compiling ScreamURITemplate resource_bundle_accessor.swift
[57/163] Compiling SwiftSyntax AbsolutePosition.swift
[58/163] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[59/163] Compiling ScreamURITemplate VariableProvider.swift
[60/163] Compiling SwiftSyntax BumpPtrAllocator.swift
[61/163] Compiling SwiftSyntax CommonAncestor.swift
[62/163] Compiling SwiftSyntax Convenience.swift
[63/163] Compiling SwiftSyntax CustomTraits.swift
[64/163] Compiling ScreamURITemplate URITemplate.swift
[65/163] Compiling ScreamURITemplate VariableProvider.swift
[66/163] Compiling ScreamURITemplate VariableValue.swift
[67/163] Compiling ScreamURITemplate URITemplate.swift
[68/163] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[69/163] Compiling SwiftSyntax Assert.swift
[78/164] Emitting module ScreamURITemplate
[80/164] Compiling ScreamURITemplate resource_bundle_accessor.swift
[80/165] Wrapping AST for ScreamURITemplate for debugging
[92/165] Compiling SwiftSyntax EditorPlaceholder.swift
[93/173] Emitting module SwiftSyntax
[94/173] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[95/173] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[96/173] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[97/173] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[98/173] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[99/173] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[100/173] Compiling SwiftSyntax RawSyntaxValidation.swift
[101/173] Compiling SwiftSyntax SyntaxNodesAB.swift
[102/173] Compiling SwiftSyntax SyntaxRewriter.swift
[103/173] Compiling SwiftSyntax SyntaxTraits.swift
[104/173] Compiling SwiftSyntax SyntaxVisitor.swift
[105/173] Compiling SwiftSyntax TokenKind.swift
[106/173] Compiling SwiftSyntax Tokens.swift
[107/173] Compiling SwiftSyntax TriviaPieces.swift
[108/173] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[109/173] Compiling SwiftSyntax RawSyntaxNodesC.swift
[110/173] Compiling SwiftSyntax RawSyntaxNodesD.swift
[111/173] Compiling SwiftSyntax ChildNameForKeyPath.swift
[112/173] Compiling SwiftSyntax Keyword.swift
[113/173] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[114/173] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[115/173] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[116/173] Compiling SwiftSyntax SyntaxBaseNodes.swift
[117/173] Compiling SwiftSyntax SyntaxCollections.swift
[118/173] Compiling SwiftSyntax SyntaxEnum.swift
[119/173] Compiling SwiftSyntax SyntaxKind.swift
[120/173] Compiling SwiftSyntax Identifier.swift
[121/173] Compiling SwiftSyntax MemoryLayout.swift
[122/173] Compiling SwiftSyntax MissingNodeInitializers.swift
[123/173] Compiling SwiftSyntax RawSyntax.swift
[124/173] Compiling SwiftSyntax RawSyntaxArena.swift
[125/173] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[126/173] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[127/173] Compiling SwiftSyntax RawSyntaxTokenView.swift
[128/173] Compiling SwiftSyntax SourceEdit.swift
[129/173] Compiling SwiftSyntax SyntaxNodeStructure.swift
[130/173] Compiling SwiftSyntax SyntaxProtocol.swift
[131/173] Compiling SwiftSyntax SyntaxText.swift
[132/173] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[133/173] Compiling SwiftSyntax TokenDiagnostic.swift
[134/173] Compiling SwiftSyntax TokenSequence.swift
[135/173] Compiling SwiftSyntax TokenSyntax.swift
[136/173] Compiling SwiftSyntax Trivia.swift
[137/173] Compiling SwiftSyntax Utils.swift
[138/173] Compiling SwiftSyntax SourceLength.swift
[139/173] Compiling SwiftSyntax SourceLocation.swift
[140/173] Compiling SwiftSyntax SourcePresence.swift
[141/173] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[142/173] Compiling SwiftSyntax Syntax.swift
[143/173] Compiling SwiftSyntax SyntaxChildren.swift
[144/173] Compiling SwiftSyntax SyntaxCollection.swift
[145/173] Compiling SwiftSyntax SyntaxHashable.swift
[146/173] Compiling SwiftSyntax SyntaxIdentifier.swift
[147/173] Compiling SwiftSyntax SyntaxNodesC.swift
[148/173] Compiling SwiftSyntax SyntaxNodesD.swift
[149/173] Compiling SwiftSyntax SyntaxNodesEF.swift
[150/173] Compiling SwiftSyntax SyntaxNodesGHI.swift
[151/173] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[152/173] Compiling SwiftSyntax SyntaxNodesOP.swift
[153/173] Compiling SwiftSyntax SyntaxNodesQRS.swift
[154/173] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[155/174] Wrapping AST for SwiftSyntax for debugging
[157/233] Compiling SwiftDiagnostics Message.swift
[158/234] Compiling SwiftDiagnostics FixIt.swift
[159/234] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[160/234] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[161/234] Compiling SwiftBasicFormat Syntax+Extensions.swift
[162/234] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[163/234] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[164/234] Emitting module SwiftDiagnostics
[165/234] Compiling SwiftDiagnostics Convenience.swift
[166/234] Compiling SwiftDiagnostics Diagnostic.swift
[167/234] Compiling SwiftDiagnostics Note.swift
[168/234] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[169/234] Compiling SwiftBasicFormat Indenter.swift
[170/234] Compiling SwiftBasicFormat InferIndentation.swift
[171/234] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[172/234] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[173/235] Wrapping AST for SwiftDiagnostics for debugging
[175/235] Emitting module SwiftBasicFormat
[176/235] Compiling SwiftBasicFormat BasicFormat.swift
[177/236] Wrapping AST for SwiftBasicFormat for debugging
[179/236] Emitting module SwiftParser
[180/241] Compiling SwiftParser Lexeme.swift
[181/241] Compiling SwiftParser LexemeSequence.swift
[182/241] Compiling SwiftParser Lexer.swift
[183/241] Compiling SwiftParser RegexLiteralLexer.swift
[184/241] Compiling SwiftParser UnicodeScalarExtensions.swift
[185/241] Compiling SwiftParser Lookahead.swift
[186/241] Compiling SwiftParser LoopProgressCondition.swift
[187/241] Compiling SwiftParser Modifiers.swift
[188/241] Compiling SwiftParser Names.swift
[189/241] Compiling SwiftParser Nominals.swift
[190/241] Compiling SwiftParser Parameters.swift
[191/241] Compiling SwiftParser ParseSourceFile.swift
[192/241] Compiling SwiftParser Parser.swift
[193/241] Compiling SwiftParser Patterns.swift
[194/241] Compiling SwiftParser Recovery.swift
[195/241] Compiling SwiftParser Specifiers.swift
[196/241] Compiling SwiftParser Statements.swift
[197/241] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[198/241] Compiling SwiftParser TokenSpec.swift
[199/241] Compiling SwiftParser TokenSpecSet.swift
[200/241] Compiling SwiftParser TopLevel.swift
[201/241] Compiling SwiftParser TriviaParser.swift
[202/241] Compiling SwiftParser Types.swift
[203/241] Compiling SwiftParser StringLiterals.swift
[204/241] Compiling SwiftParser SwiftParserCompatibility.swift
[205/241] Compiling SwiftParser SwiftVersion.swift
[206/241] Compiling SwiftParser SyntaxUtils.swift
[207/241] Compiling SwiftParser TokenConsumer.swift
[208/241] Compiling SwiftParser TokenPrecedence.swift
[213/241] Compiling SwiftParser CompilerFiles.swift
[214/241] Compiling SwiftParser Declarations.swift
[215/241] Compiling SwiftParser Directives.swift
[216/241] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[217/241] Compiling SwiftParser Expressions.swift
[218/241] Compiling SwiftParser IncrementalParseTransition.swift
[219/241] Compiling SwiftParser IsValidIdentifier.swift
[220/241] Compiling SwiftParser Cursor.swift
[221/241] Compiling SwiftParser ExperimentalFeatures.swift
[222/241] Compiling SwiftParser IsLexerClassified.swift
[223/241] Compiling SwiftParser LayoutNodes+Parsable.swift
[224/241] Compiling SwiftParser Parser+TokenSpecSet.swift
[225/241] Compiling SwiftParser TokenSpecStaticMembers.swift
[226/242] Wrapping AST for SwiftParser for debugging
[228/265] Compiling SwiftOperators PrecedenceGroup.swift
[229/266] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[230/267] Compiling SwiftOperators Operator.swift
[231/267] Compiling SwiftOperators OperatorError+Diagnostics.swift
[232/267] Compiling SwiftOperators SyntaxSynthesis.swift
[233/267] Emitting module SwiftOperators
[234/267] Compiling SwiftOperators OperatorTable.swift
[235/267] Compiling SwiftOperators PrecedenceGraph.swift
[236/267] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[237/267] Compiling SwiftOperators OperatorTable+Semantics.swift
[238/267] Compiling SwiftOperators OperatorTable+Folding.swift
[239/267] Compiling SwiftOperators OperatorError.swift
[240/267] Compiling SwiftOperators OperatorTable+Defaults.swift
[242/268] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[243/268] Compiling SwiftParserDiagnostics Utils.swift
[244/268] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[245/268] Emitting module SwiftParserDiagnostics
[245/268] Wrapping AST for SwiftOperators for debugging
[247/268] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[248/268] Compiling SwiftParserDiagnostics PresenceUtils.swift
[253/268] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[254/268] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[255/269] Wrapping AST for SwiftParserDiagnostics for debugging
[257/284] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[258/284] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[259/285] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[260/285] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[261/285] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[262/285] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[263/285] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[264/285] Emitting module SwiftSyntaxBuilder
[265/285] Compiling SwiftSyntaxBuilder Indenter.swift
[266/285] Compiling SwiftSyntaxBuilder ListBuilder.swift
[267/285] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[268/285] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[269/285] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[270/285] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[271/285] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[272/285] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[273/286] Wrapping AST for SwiftSyntaxBuilder for debugging
[275/301] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[276/301] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[277/302] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[278/302] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[279/302] Compiling SwiftIfConfig VersionTuple.swift
[280/302] Compiling SwiftIfConfig IfConfigFunctions.swift
[281/302] Compiling SwiftIfConfig IfConfigRegionState.swift
[282/302] Compiling SwiftIfConfig ConfiguredRegions.swift
[283/302] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[284/302] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[285/302] Compiling SwiftIfConfig BuildConfiguration.swift
[286/302] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[287/302] Compiling SwiftIfConfig IfConfigEvaluation.swift
[288/302] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[289/302] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[290/302] Emitting module SwiftIfConfig
[291/303] Wrapping AST for SwiftIfConfig for debugging
[293/320] Emitting module SwiftSyntaxMacros
[294/322] Compiling SwiftSyntaxMacros Macro.swift
[295/322] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[296/322] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[297/322] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[298/322] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[299/322] Compiling SwiftSyntaxMacros Macro+Format.swift
[300/322] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[301/322] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[302/322] Compiling SwiftSyntaxMacros MemberMacro.swift
[303/322] Compiling SwiftSyntaxMacros PeerMacro.swift
[304/322] Compiling SwiftSyntaxMacros AccessorMacro.swift
[305/322] Compiling SwiftSyntaxMacros AttachedMacro.swift
[306/322] Compiling SwiftSyntaxMacros BodyMacro.swift
[307/322] Compiling SwiftSyntaxMacros PreambleMacro.swift
[308/322] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[309/322] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[310/322] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[311/322] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[312/323] Wrapping AST for SwiftSyntaxMacros for debugging
[314/332] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[315/332] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[316/333] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[317/333] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[318/333] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[319/333] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[320/333] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[321/333] Emitting module SwiftSyntaxMacroExpansion
[322/333] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[323/333] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[324/334] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[326/346] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[327/347] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[328/347] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[329/347] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[330/347] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[331/347] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[332/347] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[333/347] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[334/347] Emitting module SwiftCompilerPluginMessageHandling
[335/347] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[336/347] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[337/347] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[338/347] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[339/348] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[341/350] Emitting module SwiftCompilerPlugin
[342/350] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[343/351] Wrapping AST for SwiftCompilerPlugin for debugging
[345/358] Compiling ScreamURITemplateCompilerPlugin ProvidedMacro.swift
[346/358] Compiling ScreamURITemplateCompilerPlugin URITemplateCompilerPlugin.swift
[347/358] Compiling ScreamURITemplateCompilerPlugin ExprSyntax+Literals.swift
[348/358] Emitting module ScreamURITemplateCompilerPlugin
[349/358] Compiling ScreamURITemplateCompilerPlugin URLByExpandingURITemplateMacro.swift
[350/358] Compiling ScreamURITemplateCompilerPlugin URITemplateMacro.swift
[351/358] Compiling ScreamURITemplateCompilerPlugin VariableProviderMacro.swift
[352/359] Wrapping AST for ScreamURITemplateCompilerPlugin for debugging
[353/359] Write Objects.LinkFileList
[354/359] Linking ScreamURITemplateCompilerPlugin-tool
[356/361] Compiling ScreamURITemplateMacros Macros.swift
[357/361] Emitting module ScreamURITemplateMacros
[358/362] Wrapping AST for ScreamURITemplateMacros for debugging
[360/364] Emitting module ScreamURITemplateExample
[361/364] Compiling ScreamURITemplateExample main.swift
[362/365] Wrapping AST for ScreamURITemplateExample for debugging
[363/365] Write Objects.LinkFileList
[364/365] Linking ScreamURITemplateExample
Build complete! (212.65s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
},
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "603.0.0",
"upper_bound" : "604.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
}
],
"manifest_display_name" : "ScreamURITemplate",
"name" : "ScreamURITemplate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ScreamURITemplate",
"targets" : [
"ScreamURITemplate"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScreamURITemplateMacros",
"targets" : [
"ScreamURITemplateMacros"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "ScreamURITemplateExample",
"targets" : [
"ScreamURITemplateExample"
],
"type" : {
"executable" : null
}
},
{
"name" : "ScreamURITemplateCompilerPlugin",
"targets" : [
"ScreamURITemplateCompilerPlugin"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "ScreamURITemplateTests",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateTests",
"path" : "Tests/ScreamURITemplateTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/extended-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/negative-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples-by-section.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"JSONValue.swift",
"LevelTest.swift",
"ProvidedMacroTests.swift",
"TestFileTests.swift",
"TestModels.swift",
"Tests.swift",
"TypedURITemplateTests.swift",
"URITemplateMacroTests.swift",
"URLByExpandingURITemplateMacroTests.swift",
"VariableProviderMacroTests.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateCompilerPlugin"
],
"type" : "test"
},
{
"c99name" : "ScreamURITemplateMacros",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateMacros",
"path" : "Sources/ScreamURITemplateMacros",
"product_memberships" : [
"ScreamURITemplateMacros",
"ScreamURITemplateExample"
],
"sources" : [
"Macros.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateCompilerPlugin"
],
"type" : "library"
},
{
"c99name" : "ScreamURITemplateExample",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateExample",
"path" : "Sources/ScreamURITemplateExample",
"product_memberships" : [
"ScreamURITemplateExample"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"ScreamURITemplate",
"ScreamURITemplateMacros"
],
"type" : "executable"
},
{
"c99name" : "ScreamURITemplateCompilerPlugin",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplateCompilerPlugin",
"path" : "Sources/ScreamURITemplateCompilerPlugin",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"ScreamURITemplateMacros",
"ScreamURITemplateExample",
"ScreamURITemplateCompilerPlugin"
],
"sources" : [
"ExprSyntax+Literals.swift",
"ProvidedMacro.swift",
"URITemplateCompilerPlugin.swift",
"URITemplateMacro.swift",
"URLByExpandingURITemplateMacro.swift",
"VariableProviderMacro.swift"
],
"target_dependencies" : [
"ScreamURITemplate"
],
"type" : "macro"
},
{
"c99name" : "ScreamURITemplate",
"module_type" : "SwiftTarget",
"name" : "ScreamURITemplate",
"path" : "Sources/ScreamURITemplate",
"product_memberships" : [
"ScreamURITemplate",
"ScreamURITemplateMacros",
"ScreamURITemplateExample",
"ScreamURITemplateCompilerPlugin"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/ScreamURITemplate/PrivacyInfo.xcprivacy",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Internal/CharacterSets.swift",
"Internal/Components.swift",
"Internal/ExpansionConfiguration.swift",
"Internal/ExpressionOperator.swift",
"Internal/Scanner.swift",
"Internal/ValueFormatting.swift",
"Internal/VariableSpec.swift",
"TypedURITemplate.swift",
"URITemplate.swift",
"VariableProvider.swift",
"VariableValue.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:108e10880bce35e9496fba26782956e40a8e91a2a227f9b90af7e4cd93d2c183
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.