Build Information
Successful build of ScreamURITemplate, reference master (2bd4a5), with Swift 6.1 for macOS (SPM) on 30 Mar 2026 07:40:42 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftScream/URITemplate.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SwiftScream/URITemplate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2bd4a55 Document that Foundation 6.2 includes basic URL Template functionality
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 '/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test'...
Cloned https://github.com/SwiftScream/URITemplate.git
Revision (git rev-parse @):
2bd4a553a906e42da827caf0e1960c061f8df826
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/SwiftScream/URITemplate.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/SwiftScream/URITemplate.git
https://github.com/SwiftScream/URITemplate.git
{
"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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/extended-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/negative-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples-by-section.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/35] Write sources
[25/35] Write ScreamURITemplateExample-entitlement.plist
[25/35] Copying PrivacyInfo.xcprivacy
[28/35] Write swift-version-2F0A5646E1D333AE.txt
[30/71] Emitting module SwiftSyntax600
[31/71] Compiling SwiftSyntax600 Empty.swift
[32/71] Emitting module SwiftSyntax602
[33/71] Compiling SwiftSyntax602 Empty.swift
[34/71] Emitting module SwiftSyntax509
[35/71] Compiling SwiftSyntax509 Empty.swift
[36/71] Emitting module SwiftSyntax510
[37/71] Compiling SwiftSyntax510 Empty.swift
[38/71] Emitting module SwiftSyntax603
[39/71] Compiling SwiftSyntax603 Empty.swift
[40/71] Emitting module SwiftSyntax601
[41/71] Compiling SwiftSyntax601 Empty.swift
[41/71] Compiling _SwiftSyntaxCShims PlatformMutex.c
[43/135] Compiling SwiftSyntax AbsolutePosition.swift
[44/135] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[45/135] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[46/135] Compiling SwiftSyntax Assert.swift
[47/135] Compiling SwiftSyntax BumpPtrAllocator.swift
[48/135] Compiling SwiftSyntax CommonAncestor.swift
[49/135] Compiling SwiftSyntax Convenience.swift
[50/142] Compiling SwiftSyntax CustomTraits.swift
[51/142] Compiling SwiftSyntax EditorPlaceholder.swift
[52/142] Compiling SwiftSyntax Identifier.swift
[53/142] Compiling SwiftSyntax MemoryLayout.swift
[54/142] Compiling SwiftSyntax MissingNodeInitializers.swift
[55/142] Compiling SwiftSyntax RawSyntax.swift
[56/142] Compiling SwiftSyntax RawSyntaxArena.swift
[57/142] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[58/142] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[59/142] Compiling SwiftSyntax RawSyntaxTokenView.swift
[60/142] Compiling SwiftSyntax SourceEdit.swift
[61/142] Compiling SwiftSyntax SourceLength.swift
[62/142] Compiling SwiftSyntax SourceLocation.swift
[63/142] Compiling SwiftSyntax SourcePresence.swift
[64/142] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[65/142] Compiling SwiftSyntax Syntax.swift
[66/142] Compiling SwiftSyntax SyntaxChildren.swift
[67/142] Compiling SwiftSyntax SyntaxCollection.swift
[68/142] Compiling SwiftSyntax SyntaxHashable.swift
[69/142] Compiling SwiftSyntax SyntaxIdentifier.swift
[70/142] Compiling SwiftSyntax SyntaxNodeStructure.swift
[71/142] Compiling SwiftSyntax SyntaxProtocol.swift
[72/142] Compiling SwiftSyntax SyntaxText.swift
[73/142] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[74/142] Compiling SwiftSyntax TokenDiagnostic.swift
[75/142] Compiling SwiftSyntax TokenSequence.swift
[76/142] Compiling SwiftSyntax TokenSyntax.swift
[77/142] Compiling SwiftSyntax Trivia.swift
[80/143] Compiling ScreamURITemplate ValueFormatting.swift
[81/143] Compiling ScreamURITemplate Scanner.swift
[82/143] Compiling ScreamURITemplate VariableValue.swift
[83/144] Compiling ScreamURITemplate VariableProvider.swift
[84/144] Compiling ScreamURITemplate VariableValue.swift
[85/144] Compiling ScreamURITemplate VariableSpec.swift
[86/144] Compiling ScreamURITemplate URITemplate.swift
[87/144] Compiling ScreamURITemplate TypedURITemplate.swift
[88/144] Compiling ScreamURITemplate URITemplate.swift
[89/144] Compiling ScreamURITemplate TypedURITemplate.swift
[90/144] Compiling ScreamURITemplate VariableProvider.swift
[91/144] Emitting module ScreamURITemplate
[96/144] Compiling ScreamURITemplate Scanner.swift
[99/144] Emitting module ScreamURITemplate
[100/144] Compiling ScreamURITemplate ValueFormatting.swift
[101/144] Compiling ScreamURITemplate VariableSpec.swift
[102/144] Compiling ScreamURITemplate resource_bundle_accessor.swift
[104/144] Emitting module SwiftSyntax
[105/144] Compiling SwiftSyntax Tokens.swift
[106/144] Compiling SwiftSyntax TriviaPieces.swift
[107/144] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[108/144] Compiling SwiftSyntax RawSyntaxNodesC.swift
[109/144] Compiling SwiftSyntax RawSyntaxNodesD.swift
[110/144] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[111/144] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[112/144] Compiling SwiftSyntax SyntaxCollections.swift
[113/144] Compiling SwiftSyntax SyntaxEnum.swift
[114/144] Compiling SwiftSyntax SyntaxKind.swift
[115/144] Compiling SwiftSyntax SyntaxRewriter.swift
[116/144] Compiling SwiftSyntax SyntaxTraits.swift
[117/144] Compiling SwiftSyntax SyntaxVisitor.swift
[118/144] Compiling SwiftSyntax TokenKind.swift
[119/144] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[120/144] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[121/144] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[122/144] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[123/144] Compiling SwiftSyntax RawSyntaxValidation.swift
[124/144] Compiling SwiftSyntax SyntaxNodesAB.swift
[125/144] Compiling SwiftSyntax SyntaxNodesC.swift
[126/144] Compiling SwiftSyntax Utils.swift
[127/144] Compiling SwiftSyntax ChildNameForKeyPath.swift
[128/144] Compiling SwiftSyntax Keyword.swift
[129/144] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[130/144] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[131/144] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[132/144] Compiling SwiftSyntax SyntaxBaseNodes.swift
[133/144] Compiling SwiftSyntax SyntaxNodesD.swift
[134/144] Compiling SwiftSyntax SyntaxNodesEF.swift
[135/144] Compiling SwiftSyntax SyntaxNodesGHI.swift
[136/144] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[137/144] Compiling SwiftSyntax SyntaxNodesOP.swift
[138/144] Compiling SwiftSyntax SyntaxNodesQRS.swift
[139/144] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[140/204] Compiling SwiftDiagnostics Message.swift
[141/205] Emitting module SwiftDiagnostics
[142/205] Compiling SwiftDiagnostics Diagnostic.swift
[143/205] Compiling SwiftDiagnostics Note.swift
[144/205] Compiling SwiftDiagnostics FixIt.swift
[145/205] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[146/205] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[147/205] Compiling SwiftDiagnostics Convenience.swift
[148/205] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[149/205] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[150/205] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[151/205] Compiling SwiftBasicFormat Syntax+Extensions.swift
[152/205] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[153/205] Compiling SwiftBasicFormat InferIndentation.swift
[154/205] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[155/205] Compiling SwiftBasicFormat Indenter.swift
[156/205] Emitting module SwiftBasicFormat
[157/205] Compiling SwiftBasicFormat BasicFormat.swift
[158/205] Compiling SwiftParser TopLevel.swift
[159/205] Compiling SwiftParser TriviaParser.swift
[160/205] Compiling SwiftParser Types.swift
[161/205] Compiling SwiftParser ExperimentalFeatures.swift
[162/209] Compiling SwiftParser StringLiterals.swift
[163/209] Compiling SwiftParser SwiftParserCompatibility.swift
[164/209] Compiling SwiftParser SwiftVersion.swift
[165/209] Compiling SwiftParser SyntaxUtils.swift
[166/209] Compiling SwiftParser TokenConsumer.swift
[167/209] Compiling SwiftParser TokenPrecedence.swift
[168/209] Compiling SwiftParser TokenSpec.swift
[169/209] Compiling SwiftParser TokenSpecSet.swift
[170/209] Compiling SwiftParser RegexLiteralLexer.swift
[171/209] Compiling SwiftParser UnicodeScalarExtensions.swift
[172/209] Compiling SwiftParser Lookahead.swift
[173/209] Compiling SwiftParser LoopProgressCondition.swift
[174/209] Compiling SwiftParser Modifiers.swift
[175/209] Emitting module SwiftParser
[176/209] Compiling SwiftParser Names.swift
[177/209] Compiling SwiftParser Nominals.swift
[178/209] Compiling SwiftParser Parameters.swift
[179/209] Compiling SwiftParser ParseSourceFile.swift
[180/209] Compiling SwiftParser Parser.swift
[181/209] Compiling SwiftParser Patterns.swift
[182/209] Compiling SwiftParser Recovery.swift
[183/209] Compiling SwiftParser Specifiers.swift
[184/209] Compiling SwiftParser Statements.swift
[185/209] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[186/209] Compiling SwiftParser IsValidIdentifier.swift
[187/209] Compiling SwiftParser Cursor.swift
[188/209] Compiling SwiftParser Lexeme.swift
[189/209] Compiling SwiftParser LexemeSequence.swift
[190/209] Compiling SwiftParser Lexer.swift
[191/209] Compiling SwiftParser Declarations.swift
[192/209] Compiling SwiftParser Directives.swift
[193/209] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[194/209] Compiling SwiftParser Expressions.swift
[195/209] Compiling SwiftParser IncrementalParseTransition.swift
[196/209] Compiling SwiftParser Attributes.swift
[197/209] Compiling SwiftParser Availability.swift
[198/209] Compiling SwiftParser CharacterInfo.swift
[199/209] Compiling SwiftParser CollectionNodes+Parsable.swift
[200/209] Compiling SwiftParser CompilerFiles.swift
[201/209] Compiling SwiftParser IsLexerClassified.swift
[202/209] Compiling SwiftParser LayoutNodes+Parsable.swift
[203/209] Compiling SwiftParser Parser+TokenSpecSet.swift
[204/209] Compiling SwiftParser TokenSpecStaticMembers.swift
[205/232] Compiling SwiftOperators PrecedenceGroup.swift
[206/233] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[207/234] Compiling SwiftOperators OperatorTable.swift
[208/234] Compiling SwiftOperators PrecedenceGraph.swift
[209/234] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[210/234] Compiling SwiftOperators SyntaxSynthesis.swift
[211/234] Compiling SwiftOperators OperatorTable+Semantics.swift
[212/234] Compiling SwiftOperators OperatorTable+Defaults.swift
[213/234] Compiling SwiftOperators OperatorError.swift
[214/234] Compiling SwiftOperators OperatorError+Diagnostics.swift
[215/234] Compiling SwiftOperators Operator.swift
[216/234] Emitting module SwiftOperators
[217/234] Compiling SwiftOperators OperatorTable+Folding.swift
[218/234] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[219/234] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[220/234] Compiling SwiftParserDiagnostics Utils.swift
[221/234] Compiling SwiftParserDiagnostics PresenceUtils.swift
[222/234] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[223/234] Compiling SwiftParserDiagnostics MissingNodesError.swift
[224/234] Compiling SwiftParserDiagnostics MissingTokenError.swift
[225/234] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[226/234] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[227/234] Emitting module SwiftParserDiagnostics
[228/234] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[229/234] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[230/249] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[231/249] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[232/250] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[233/250] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[234/250] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[235/250] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[236/250] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[237/250] Compiling SwiftSyntaxBuilder Indenter.swift
[238/250] Compiling SwiftSyntaxBuilder ListBuilder.swift
[239/250] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[240/250] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[241/250] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[242/250] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[243/250] Emitting module SwiftSyntaxBuilder
[244/250] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[245/250] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[246/265] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[247/266] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[248/266] Compiling SwiftIfConfig BuildConfiguration.swift
[249/266] Emitting module SwiftIfConfig
[250/266] Compiling SwiftIfConfig ConfiguredRegions.swift
[251/266] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[252/266] Compiling SwiftIfConfig VersionTuple.swift
[253/266] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[254/266] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[255/266] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[256/266] Compiling SwiftIfConfig IfConfigFunctions.swift
[257/266] Compiling SwiftIfConfig IfConfigRegionState.swift
[258/266] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[259/266] Compiling SwiftIfConfig IfConfigEvaluation.swift
[260/266] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[261/266] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[262/284] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[263/284] Compiling SwiftSyntaxMacros AccessorMacro.swift
[264/285] Compiling SwiftSyntaxMacros Macro.swift
[265/285] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[266/285] Compiling SwiftSyntaxMacros PreambleMacro.swift
[267/285] Compiling SwiftSyntaxMacros AttachedMacro.swift
[268/285] Compiling SwiftSyntaxMacros BodyMacro.swift
[269/285] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[270/285] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[271/285] Compiling SwiftSyntaxMacros MemberMacro.swift
[272/285] Compiling SwiftSyntaxMacros PeerMacro.swift
[273/285] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[274/285] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[275/285] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[276/285] Compiling SwiftSyntaxMacros Macro+Format.swift
[277/285] Emitting module SwiftSyntaxMacros
[278/285] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[279/285] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[280/285] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[281/295] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[282/295] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[283/295] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[284/295] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[285/295] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[286/295] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[287/295] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[288/295] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[289/295] Emitting module SwiftSyntaxMacroExpansion
[290/295] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[291/307] Emitting module SwiftCompilerPluginMessageHandling
[292/308] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[293/308] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[294/308] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[295/308] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[296/308] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[297/308] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[298/308] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[299/308] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[300/308] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[301/308] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[302/308] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[303/308] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[304/310] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[305/310] Emitting module SwiftCompilerPlugin
[306/317] Compiling ScreamURITemplateCompilerPlugin URLByExpandingURITemplateMacro.swift
[307/317] Compiling ScreamURITemplateCompilerPlugin URITemplateMacro.swift
[308/317] Compiling ScreamURITemplateCompilerPlugin ProvidedMacro.swift
[309/317] Compiling ScreamURITemplateCompilerPlugin URITemplateCompilerPlugin.swift
[310/317] Compiling ScreamURITemplateCompilerPlugin ExprSyntax+Literals.swift
[311/317] Compiling ScreamURITemplateCompilerPlugin VariableProviderMacro.swift
[312/317] Emitting module ScreamURITemplateCompilerPlugin
[312/317] Write Objects.LinkFileList
[313/317] Linking ScreamURITemplateCompilerPlugin-tool
[315/319] Emitting module ScreamURITemplateMacros
[316/319] Compiling ScreamURITemplateMacros Macros.swift
[317/321] Compiling ScreamURITemplateExample main.swift
[318/321] Emitting module ScreamURITemplateExample
[318/321] Write Objects.LinkFileList
[319/321] Linking ScreamURITemplateExample
[320/321] Applying ScreamURITemplateExample
Build complete! (44.92s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetching https://github.com/swiftlang/swift-syntax from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.62s)
Fetched https://github.com/swiftlang/swift-syntax from cache (1.98s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (5.32s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.62s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.84s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.55s)
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-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-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
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" : "/Users/admin/builder/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" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/extended-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/negative-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ScreamURITemplateTests/data/uritemplate-test/spec-examples-by-section.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.