The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of ScreamURITemplate, reference develop (47bf5d), with Swift 6.1 for Wasm on 30 May 2025 23:57:42 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftScream/URITemplate.git
Reference: develop
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
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 47bf5dc Add URITemplate.level
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 @):
47bf5dccb20f1435fc1c2a4937ce72e9fefda7a5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftScream/URITemplate.git at develop
========================================
Build
========================================
Selected platform:         wasm
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" : "601.0.1",
            "upper_bound" : "602.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-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[2050/72590] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (4.82s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.89s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (6.95s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (3.67s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.39s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
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 601.0.1
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.3
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/50] Write sources
[18/50] Copying PrivacyInfo.xcprivacy
[24/50] Compiling _SwiftSyntaxCShims dummy.c
[25/50] Write swift-version-24593BA9C3E375BF.txt
[27/82] Emitting module SwiftSyntax510
[28/82] Compiling SwiftSyntax510 Empty.swift
[29/82] Emitting module SwiftSyntax509
[30/82] Compiling SwiftSyntax509 Empty.swift
[31/84] Emitting module SwiftSyntax601
[32/84] Compiling SwiftSyntax601 Empty.swift
[33/85] Compiling SwiftSyntax600 Empty.swift
[34/85] Emitting module SwiftSyntax600
[38/86] Wrapping AST for SwiftSyntax601 for debugging
[39/86] Wrapping AST for SwiftSyntax600 for debugging
[40/86] Wrapping AST for SwiftSyntax510 for debugging
[41/86] Wrapping AST for SwiftSyntax509 for debugging
[43/150] Compiling ScreamURITemplate URITemplate.swift
[44/151] Compiling SwiftSyntax Identifier.swift
[45/151] Compiling SwiftSyntax MemoryLayout.swift
[46/151] Compiling ScreamURITemplate resource_bundle_accessor.swift
[47/151] Compiling ScreamURITemplate VariableProvider.swift
[48/151] Compiling ScreamURITemplate VariableValue.swift
[49/151] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[50/151] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[51/151] Compiling SwiftSyntax MissingNodeInitializers.swift
[52/151] Compiling SwiftSyntax RawSyntax.swift
[53/151] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/151] Compiling SwiftSyntax SourceEdit.swift
[55/151] Emitting module ScreamURITemplate
[56/152] Wrapping AST for ScreamURITemplate for debugging
[62/153] Compiling ScreamURITemplate resource_bundle_accessor.swift
[63/153] Compiling ScreamURITemplate VariableProvider.swift
[64/153] Compiling ScreamURITemplate URITemplate.swift
[65/153] Compiling ScreamURITemplate VariableValue.swift
[66/153] Emitting module ScreamURITemplate
[71/154] Wrapping AST for ScreamURITemplate for debugging
[81/154] Compiling SwiftSyntax SourceLength.swift
[82/154] Compiling SwiftSyntax AbsolutePosition.swift
[83/154] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[84/154] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[85/154] Compiling SwiftSyntax Assert.swift
[86/154] Compiling SwiftSyntax BumpPtrAllocator.swift
[87/154] Compiling SwiftSyntax CommonAncestor.swift
[88/154] Compiling SwiftSyntax Convenience.swift
[89/154] Compiling SwiftSyntax CustomTraits.swift
[90/154] Compiling SwiftSyntax EditorPlaceholder.swift
[91/163] Emitting module SwiftSyntax
[92/163] Compiling SwiftSyntax SyntaxIdentifier.swift
[93/163] Compiling SwiftSyntax SyntaxNodeFactory.swift
[94/163] Compiling SwiftSyntax SyntaxNodeStructure.swift
[95/163] Compiling SwiftSyntax SyntaxProtocol.swift
[96/163] Compiling SwiftSyntax SyntaxText.swift
[97/163] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[98/163] Compiling SwiftSyntax TokenDiagnostic.swift
[99/163] Compiling SwiftSyntax TokenSequence.swift
[100/163] Compiling SwiftSyntax TokenSyntax.swift
[101/163] Compiling SwiftSyntax SyntaxEnum.swift
[102/163] Compiling SwiftSyntax SyntaxKind.swift
[103/163] Compiling SwiftSyntax SyntaxRewriter.swift
[104/163] Compiling SwiftSyntax SyntaxTraits.swift
[105/163] Compiling SwiftSyntax SyntaxVisitor.swift
[106/163] Compiling SwiftSyntax TokenKind.swift
[107/163] Compiling SwiftSyntax Tokens.swift
[108/163] Compiling SwiftSyntax TriviaPieces.swift
[109/163] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[110/163] Compiling SwiftSyntax RawSyntaxNodesC.swift
[111/163] Compiling SwiftSyntax RawSyntaxNodesD.swift
[112/163] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[113/163] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[114/163] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[115/163] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[116/163] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[117/163] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[118/163] Compiling SwiftSyntax RawSyntaxValidation.swift
[119/163] Compiling SwiftSyntax SourceLocation.swift
[120/163] Compiling SwiftSyntax SourcePresence.swift
[121/163] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[122/163] Compiling SwiftSyntax Syntax.swift
[123/163] Compiling SwiftSyntax SyntaxArena.swift
[124/163] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[125/163] Compiling SwiftSyntax SyntaxChildren.swift
[126/163] Compiling SwiftSyntax SyntaxCollection.swift
[127/163] Compiling SwiftSyntax SyntaxHashable.swift
[128/163] Compiling SwiftSyntax Trivia.swift
[129/163] Compiling SwiftSyntax Utils.swift
[130/163] Compiling SwiftSyntax ChildNameForKeyPath.swift
[131/163] Compiling SwiftSyntax Keyword.swift
[132/163] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[133/163] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[134/163] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[135/163] Compiling SwiftSyntax SyntaxBaseNodes.swift
[136/163] Compiling SwiftSyntax SyntaxCollections.swift
[137/163] Compiling SwiftSyntax SyntaxNodesAB.swift
[138/163] Compiling SwiftSyntax SyntaxNodesC.swift
[139/163] Compiling SwiftSyntax SyntaxNodesD.swift
[140/163] Compiling SwiftSyntax SyntaxNodesEF.swift
[141/163] Compiling SwiftSyntax SyntaxNodesGHI.swift
[142/163] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[143/163] Compiling SwiftSyntax SyntaxNodesOP.swift
[144/163] Compiling SwiftSyntax SyntaxNodesQRS.swift
[145/163] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[146/164] Wrapping AST for SwiftSyntax for debugging
[148/222] Compiling SwiftDiagnostics Message.swift
[149/223] Compiling SwiftParser SwiftParserCompatibility.swift
[150/223] Compiling SwiftParser SwiftVersion.swift
[151/223] Compiling SwiftParser SyntaxUtils.swift
[152/223] Compiling SwiftParser TokenConsumer.swift
[153/223] Compiling SwiftParser TokenPrecedence.swift
[154/228] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[155/228] Compiling SwiftBasicFormat InferIndentation.swift
[156/228] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[157/228] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[158/228] Compiling SwiftDiagnostics Note.swift
[159/228] Compiling SwiftParser CharacterInfo.swift
[160/228] Compiling SwiftParser CollectionNodes+Parsable.swift
[161/228] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[162/228] Compiling SwiftBasicFormat Syntax+Extensions.swift
[163/228] Emitting module SwiftBasicFormat
[164/228] Compiling SwiftBasicFormat Indenter.swift
[165/228] Compiling SwiftBasicFormat BasicFormat.swift
[166/229] Compiling SwiftParser Attributes.swift
[167/229] Compiling SwiftParser Availability.swift
[168/229] Emitting module SwiftDiagnostics
[169/229] Wrapping AST for SwiftBasicFormat for debugging
[171/229] Compiling SwiftDiagnostics FixIt.swift
[172/229] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[173/230] Wrapping AST for SwiftDiagnostics for debugging
[175/230] Compiling SwiftParser LexemeSequence.swift
[176/230] Compiling SwiftParser Lexer.swift
[177/230] Compiling SwiftParser RegexLiteralLexer.swift
[178/230] Compiling SwiftParser UnicodeScalarExtensions.swift
[179/230] Compiling SwiftParser Lookahead.swift
[180/230] Compiling SwiftParser LoopProgressCondition.swift
[181/230] Emitting module SwiftParser
[182/230] Compiling SwiftParser TokenSpec.swift
[183/230] Compiling SwiftParser TokenSpecSet.swift
[184/230] Compiling SwiftParser TopLevel.swift
[185/230] Compiling SwiftParser TriviaParser.swift
[186/230] Compiling SwiftParser Types.swift
[187/230] Compiling SwiftParser Modifiers.swift
[188/230] Compiling SwiftParser Names.swift
[189/230] Compiling SwiftParser Nominals.swift
[190/230] Compiling SwiftParser Parameters.swift
[191/230] Compiling SwiftParser ParseSourceFile.swift
[192/230] Compiling SwiftParser Parser.swift
[193/230] Compiling SwiftParser Patterns.swift
[194/230] Compiling SwiftParser Recovery.swift
[195/230] Compiling SwiftParser Specifiers.swift
[196/230] Compiling SwiftParser Statements.swift
[197/230] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[198/230] Compiling SwiftParser StringLiterals.swift
[199/230] Compiling SwiftParser ExperimentalFeatures.swift
[200/230] Compiling SwiftParser IsLexerClassified.swift
[201/230] Compiling SwiftParser LayoutNodes+Parsable.swift
[202/230] Compiling SwiftParser Parser+TokenSpecSet.swift
[203/230] Compiling SwiftParser TokenSpecStaticMembers.swift
[208/230] Compiling SwiftParser Declarations.swift
[209/230] Compiling SwiftParser Directives.swift
[210/230] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[211/230] Compiling SwiftParser Expressions.swift
[212/230] Compiling SwiftParser IncrementalParseTransition.swift
[213/230] Compiling SwiftParser IsValidIdentifier.swift
[214/230] Compiling SwiftParser Cursor.swift
[215/230] Compiling SwiftParser Lexeme.swift
[216/231] Wrapping AST for SwiftParser for debugging
[218/254] Compiling SwiftOperators PrecedenceGraph.swift
[219/255] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[220/255] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[221/255] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[222/256] Compiling SwiftOperators SyntaxSynthesis.swift
[223/256] Compiling SwiftOperators OperatorTable.swift
[224/256] Compiling SwiftOperators OperatorTable+Semantics.swift
[225/256] Compiling SwiftOperators PrecedenceGroup.swift
[226/256] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[227/256] Compiling SwiftParserDiagnostics MissingNodesError.swift
[228/256] Compiling SwiftParserDiagnostics MissingTokenError.swift
[229/256] Compiling SwiftOperators OperatorTable+Folding.swift
[230/256] Emitting module SwiftOperators
[231/257] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[232/257] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[233/257] Compiling SwiftParserDiagnostics Utils.swift
[234/257] Wrapping AST for SwiftOperators for debugging
[236/257] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[237/257] Compiling SwiftParserDiagnostics PresenceUtils.swift
[240/257] Emitting module SwiftParserDiagnostics
[241/257] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[242/257] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[245/258] Wrapping AST for SwiftParserDiagnostics for debugging
[247/273] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[248/273] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[249/274] Compiling SwiftSyntaxBuilder Indenter.swift
[250/274] Compiling SwiftSyntaxBuilder ListBuilder.swift
[251/274] Emitting module SwiftSyntaxBuilder
[252/274] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[253/274] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[254/274] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[255/274] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[256/274] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[257/274] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[258/274] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[259/274] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[260/274] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[261/274] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[262/274] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[263/275] Wrapping AST for SwiftSyntaxBuilder for debugging
[265/292] Compiling SwiftSyntaxMacros Macro.swift
[266/292] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[267/294] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[268/294] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[269/294] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[270/294] Compiling SwiftSyntaxMacros Macro+Format.swift
[271/294] Compiling SwiftSyntaxMacros AccessorMacro.swift
[272/294] Compiling SwiftSyntaxMacros AttachedMacro.swift
[273/294] Compiling SwiftSyntaxMacros BodyMacro.swift
[274/294] Compiling SwiftSyntaxMacros MemberMacro.swift
[275/294] Compiling SwiftSyntaxMacros PeerMacro.swift
[276/294] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[277/294] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[278/294] Emitting module SwiftSyntaxMacros
[279/294] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[280/294] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[281/294] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[282/294] Compiling SwiftSyntaxMacros PreambleMacro.swift
[283/294] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[284/295] Wrapping AST for SwiftSyntaxMacros for debugging
[286/304] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[287/305] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[288/305] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[289/305] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[290/305] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[291/305] Emitting module SwiftSyntaxMacroExpansion
[292/305] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[293/305] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[294/305] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[295/305] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[296/306] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[298/318] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[299/319] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[300/319] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[301/319] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[302/319] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[303/319] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[304/319] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[305/319] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[306/319] Emitting module SwiftCompilerPluginMessageHandling
[307/319] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[308/319] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[309/319] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[310/319] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[311/320] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[313/322] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[314/322] Emitting module SwiftCompilerPlugin
[315/323] Wrapping AST for SwiftCompilerPlugin for debugging
[317/330] Compiling ScreamURITemplateCompilerPlugin URITemplateCompilerPlugin.swift
[318/330] Compiling ScreamURITemplateCompilerPlugin ProvidedMacro.swift
[319/330] Compiling ScreamURITemplateCompilerPlugin URITemplateMacro.swift
[320/330] Compiling ScreamURITemplateCompilerPlugin ExprSyntax+Literals.swift
[321/330] Emitting module ScreamURITemplateCompilerPlugin
[322/330] Compiling ScreamURITemplateCompilerPlugin URLByExpandingURITemplateMacro.swift
[323/330] Compiling ScreamURITemplateCompilerPlugin VariableProviderMacro.swift
[324/331] Wrapping AST for ScreamURITemplateCompilerPlugin for debugging
[325/331] Write Objects.LinkFileList
[326/331] Linking ScreamURITemplateCompilerPlugin-tool
[328/333] Compiling ScreamURITemplateMacros Macros.swift
[329/333] Emitting module ScreamURITemplateMacros
[330/334] Wrapping AST for ScreamURITemplateMacros for debugging
[332/336] Compiling ScreamURITemplateExample main.swift
[333/336] Emitting module ScreamURITemplateExample
[334/337] Wrapping AST for ScreamURITemplateExample for debugging
[335/337] Write Objects.LinkFileList
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/lib_FoundationCollections.a: archive member '_FoundationCollections.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundation.a: archive member 'Foundation.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationEssentials.a: archive member 'FoundationEssentials.autolink' is neither Wasm object file nor LLVM bitcode
wasm-ld: warning: /root/.swiftpm/swift-sdks/swift-wasm-6.1-RELEASE-wasm32-unknown-wasi.artifactbundle/6.1-RELEASE-wasm32-unknown-wasi/wasm32-unknown-wasi/swift.xctoolchain/usr/lib/swift_static/wasi/libFoundationInternationalization.a: archive member 'FoundationInternationalization.autolink' is neither Wasm object file nor LLVM bitcode
[336/337] Linking ScreamURITemplateExample.wasm
Build complete! (131.19s)
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" : "601.0.1",
            "upper_bound" : "602.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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.