Build Information
Successful build of swift-case-paths, reference main (206cbc), with Swift 6.1 for Linux on 1 Apr 2026 22:57:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/pointfreeco/swift-case-paths.git
Reference: main
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/pointfreeco/swift-case-paths
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 206cbce Support swift-syntax 605 (#239)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
206cbce3882b4de9aee19ce62ac5b7306cadd45b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/pointfreeco/swift-case-paths.git
https://github.com/pointfreeco/swift-case-paths.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "605.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "swift-case-paths",
"name" : "swift-case-paths",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CasePaths",
"targets" : [
"CasePaths"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsCore",
"targets" : [
"CasePathsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsMacros",
"targets" : [
"CasePathsMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CasePathsTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsTests",
"path" : "Tests/CasePathsTests",
"sources" : [
"CasePathableTests.swift",
"CasePathsTests.swift",
"CaseSetTests.swift",
"CompileTimeTests.swift",
"DeprecatedTests.swift",
"DeprecatedXCTModifyTests.swift",
"MacroTests.swift",
"ReflectionTests.swift",
"XCTModifyTests.swift",
"XCTUnwrapTests.swift"
],
"target_dependencies" : [
"CasePaths"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacrosTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacrosTests",
"path" : "Tests/CasePathsMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"CasePathableMacroTests.swift"
],
"target_dependencies" : [
"CasePathsMacros"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacros",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacros",
"path" : "Sources/CasePathsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"CasePaths",
"CasePathsMacros"
],
"sources" : [
"CasePathableMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "CasePathsCore",
"module_type" : "SwiftTarget",
"name" : "CasePathsCore",
"path" : "Sources/CasePathsCore",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CasePaths",
"CasePathsCore"
],
"sources" : [
"AnyCasePath.swift",
"CasePathIterable.swift",
"CasePathReflectable.swift",
"CasePathable.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/TypeName.swift",
"Internal/UncheckedSendable.swift",
"Never+CasePathable.swift",
"Optional+CasePathable.swift",
"Result+CasePathable.swift"
],
"type" : "library"
},
{
"c99name" : "CasePaths",
"module_type" : "SwiftTarget",
"name" : "CasePaths",
"path" : "Sources/CasePaths",
"product_memberships" : [
"CasePaths"
],
"sources" : [
"EnumReflection.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/LockIsolated.swift",
"Macros.swift",
"XCTestSupport.swift"
],
"target_dependencies" : [
"CasePathsCore",
"CasePathsMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/961] Fetching swift-macro-testing
[520/3132] Fetching swift-macro-testing, swift-docc-plugin
[1201/8855] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[8856/83792] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (1.02s)
[13889/82831] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (1.02s)
[12468/80660] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.09s)
[8993/74937] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (6.17s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (9.11s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.06s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.73s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.80s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (3.98s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16030] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.65s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (3.23s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5439] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.34s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (2.07s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.57s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
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/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.5
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/54] Write sources
[31/54] Compiling _SwiftSyntaxCShims PlatformMutex.c
[32/54] Write swift-version-24593BA9C3E375BF.txt
[34/70] Emitting module IssueReportingPackageSupport
[35/70] Compiling IssueReportingPackageSupport _Test.swift
[36/71] Emitting module SwiftSyntax603
[37/71] Compiling SwiftSyntax603 Empty.swift
[38/72] Emitting module IssueReportingPackageSupport
[39/72] Compiling IssueReportingPackageSupport _Test.swift
[40/72] Emitting module SwiftSyntax600
[41/72] Compiling SwiftSyntax600 Empty.swift
[42/74] Emitting module SwiftSyntax602
[43/74] Compiling SwiftSyntax602 Empty.swift
[44/75] Emitting module SwiftSyntax601
[45/75] Compiling SwiftSyntax601 Empty.swift
[47/76] Compiling SwiftSyntax509 Empty.swift
[49/76] Emitting module SwiftSyntax509
[55/77] Emitting module SwiftSyntax510
[56/77] Compiling SwiftSyntax510 Empty.swift
[57/78] Wrapping AST for SwiftSyntax600 for debugging
[58/78] Wrapping AST for SwiftSyntax509 for debugging
[59/78] Wrapping AST for SwiftSyntax602 for debugging
[60/78] Wrapping AST for SwiftSyntax601 for debugging
[61/78] Wrapping AST for SwiftSyntax603 for debugging
[62/118] Wrapping AST for SwiftSyntax510 for debugging
[64/181] Compiling SwiftSyntax SourceEdit.swift
[65/181] Compiling SwiftSyntax SourceLength.swift
[66/181] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[67/181] Compiling SwiftSyntax RawSyntaxTokenView.swift
[72/185] Emitting module IssueReporting
[74/185] Compiling SwiftSyntax AbsolutePosition.swift
[75/185] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[76/185] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[77/185] Compiling SwiftSyntax Assert.swift
[78/185] Compiling SwiftSyntax BumpPtrAllocator.swift
[79/185] Compiling SwiftSyntax CommonAncestor.swift
[80/185] Compiling SwiftSyntax Convenience.swift
[81/185] Compiling SwiftSyntax CustomTraits.swift
[82/185] Compiling SwiftSyntax EditorPlaceholder.swift
[83/193] Compiling IssueReporting WithExpectedIssue.swift
[84/193] Compiling IssueReporting WithIssueContext.swift
[87/193] Compiling SwiftSyntax SyntaxNodeStructure.swift
[88/193] Compiling SwiftSyntax SyntaxProtocol.swift
[89/193] Compiling SwiftSyntax SyntaxText.swift
[90/193] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[91/193] Compiling SwiftSyntax TokenDiagnostic.swift
[92/193] Compiling SwiftSyntax TokenSequence.swift
[93/193] Compiling SwiftSyntax TokenSyntax.swift
[94/193] Compiling SwiftSyntax Trivia.swift
[95/193] Compiling SwiftSyntax Utils.swift
[96/193] Compiling SwiftSyntax Identifier.swift
[97/193] Compiling SwiftSyntax MemoryLayout.swift
[98/193] Compiling SwiftSyntax MissingNodeInitializers.swift
[99/193] Compiling SwiftSyntax RawSyntax.swift
[100/193] Compiling SwiftSyntax RawSyntaxArena.swift
[101/193] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[108/193] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[109/193] Compiling SwiftSyntax Syntax.swift
[110/193] Compiling SwiftSyntax SyntaxChildren.swift
[111/193] Compiling SwiftSyntax SyntaxCollection.swift
[112/193] Compiling SwiftSyntax SyntaxHashable.swift
[113/193] Compiling SwiftSyntax SyntaxIdentifier.swift
[146/201] Compiling XCTestDynamicOverlay Exports.swift
[148/201] Emitting module XCTestDynamicOverlay
[149/201] Compiling XCTestDynamicOverlay Deprecations.swift
[150/202] Emitting module XCTestDynamicOverlay
[151/202] Compiling XCTestDynamicOverlay Deprecations.swift
[154/213] Emitting module CasePathsCore
[155/214] Compiling CasePathsCore TypeName.swift
[156/214] Compiling CasePathsCore UncheckedSendable.swift
[157/214] Compiling CasePathsCore KeyPath+Sendable.swift
[158/224] Compiling CasePathsCore Never+CasePathable.swift
[159/224] Compiling CasePathsCore Optional+CasePathable.swift
[160/224] Compiling CasePathsCore Result+CasePathable.swift
[161/224] Compiling CasePathsCore KeyPath+Sendable.swift
[162/225] Compiling CasePathsCore AnyCasePath.swift
[163/225] Compiling CasePathsCore CasePathIterable.swift
[164/225] Compiling CasePathsCore CasePathReflectable.swift
[165/225] Compiling CasePathsCore CasePathable.swift
[168/225] Emitting module CasePathsCore
[169/226] Compiling CasePathsCore UncheckedSendable.swift
[170/226] Compiling CasePathsCore TypeName.swift
[172/226] Compiling CasePathsCore Result+CasePathable.swift
[173/226] Compiling CasePathsCore Never+CasePathable.swift
[174/226] Compiling CasePathsCore Optional+CasePathable.swift
[178/227] Emitting module SwiftSyntax
[179/227] Compiling SwiftSyntax SyntaxRewriter.swift
[180/227] Compiling SwiftSyntax SyntaxTraits.swift
[181/227] Compiling SwiftSyntax SyntaxVisitor.swift
[182/227] Compiling SwiftSyntax TokenKind.swift
[183/227] Compiling SwiftSyntax Tokens.swift
[184/227] Compiling SwiftSyntax TriviaPieces.swift
[185/227] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[186/227] Compiling SwiftSyntax RawSyntaxNodesC.swift
[187/227] Compiling SwiftSyntax RawSyntaxNodesD.swift
[188/227] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[189/227] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[190/227] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[191/227] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[192/227] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[193/227] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[194/227] Compiling SwiftSyntax RawSyntaxValidation.swift
[195/227] Compiling SwiftSyntax SyntaxNodesAB.swift
[196/227] Compiling SwiftSyntax ChildNameForKeyPath.swift
[197/227] Compiling SwiftSyntax Keyword.swift
[198/227] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[199/227] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[200/227] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[201/227] Compiling SwiftSyntax SyntaxBaseNodes.swift
[202/227] Compiling SwiftSyntax SyntaxCollections.swift
[203/227] Compiling SwiftSyntax SyntaxEnum.swift
[204/227] Compiling SwiftSyntax SyntaxKind.swift
[205/227] Compiling SwiftSyntax SyntaxNodesC.swift
[206/227] Compiling SwiftSyntax SyntaxNodesD.swift
[207/227] Compiling SwiftSyntax SyntaxNodesEF.swift
[208/227] Compiling SwiftSyntax SyntaxNodesGHI.swift
[209/227] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[210/227] Compiling SwiftSyntax SyntaxNodesOP.swift
[211/227] Compiling SwiftSyntax SyntaxNodesQRS.swift
[212/227] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[213/228] Wrapping AST for SwiftSyntax for debugging
[215/287] Compiling SwiftBasicFormat InferIndentation.swift
[216/287] Compiling SwiftDiagnostics Message.swift
[217/288] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[218/288] Compiling SwiftBasicFormat Syntax+Extensions.swift
[219/288] Compiling SwiftBasicFormat Indenter.swift
[220/288] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[221/288] Compiling SwiftParser LoopProgressCondition.swift
[222/288] Compiling SwiftParser Modifiers.swift
[223/288] Compiling SwiftDiagnostics Note.swift
[224/288] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[225/288] Compiling SwiftDiagnostics FixIt.swift
[226/288] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[227/288] Compiling SwiftDiagnostics Convenience.swift
[228/288] Compiling SwiftDiagnostics Diagnostic.swift
[229/288] Emitting module SwiftDiagnostics
[230/288] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[232/289] Emitting module SwiftBasicFormat
[233/289] Compiling SwiftBasicFormat BasicFormat.swift
[234/290] Wrapping AST for SwiftDiagnostics for debugging
[235/290] Wrapping AST for SwiftBasicFormat for debugging
[237/290] Compiling SwiftParser StringLiterals.swift
[238/290] Compiling SwiftParser SwiftParserCompatibility.swift
[239/290] Compiling SwiftParser SwiftVersion.swift
[240/290] Compiling SwiftParser SyntaxUtils.swift
[241/290] Compiling SwiftParser TokenConsumer.swift
[242/290] Compiling SwiftParser TokenPrecedence.swift
[243/290] Compiling SwiftParser TokenSpec.swift
[244/290] Compiling SwiftParser TokenSpecSet.swift
[245/290] Compiling SwiftParser TopLevel.swift
[246/290] Compiling SwiftParser TriviaParser.swift
[247/290] Compiling SwiftParser Types.swift
[248/295] Compiling SwiftParser Parser.swift
[249/295] Compiling SwiftParser Patterns.swift
[250/295] Compiling SwiftParser Recovery.swift
[251/295] Compiling SwiftParser Specifiers.swift
[252/295] Compiling SwiftParser Statements.swift
[253/295] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[258/295] Compiling SwiftParser Parameters.swift
[259/295] Compiling SwiftParser ParseSourceFile.swift
[260/295] Compiling SwiftParser Lexeme.swift
[261/295] Compiling SwiftParser LexemeSequence.swift
[262/295] Compiling SwiftParser Lexer.swift
[263/295] Compiling SwiftParser RegexLiteralLexer.swift
[264/295] Compiling SwiftParser UnicodeScalarExtensions.swift
[265/295] Compiling SwiftParser Lookahead.swift
[266/295] Compiling SwiftParser Attributes.swift
[267/295] Compiling SwiftParser Availability.swift
[268/295] Compiling SwiftParser CharacterInfo.swift
[269/295] Compiling SwiftParser CollectionNodes+Parsable.swift
[270/295] Compiling SwiftParser CompilerFiles.swift
[271/295] Compiling SwiftParser Declarations.swift
[272/295] Emitting module SwiftParser
[273/295] Compiling SwiftParser Directives.swift
[274/295] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[275/295] Compiling SwiftParser Expressions.swift
[276/295] Compiling SwiftParser IncrementalParseTransition.swift
[277/295] Compiling SwiftParser IsValidIdentifier.swift
[278/295] Compiling SwiftParser Cursor.swift
[279/295] Compiling SwiftParser ExperimentalFeatures.swift
[280/295] Compiling SwiftParser IsLexerClassified.swift
[281/295] Compiling SwiftParser LayoutNodes+Parsable.swift
[282/295] Compiling SwiftParser Parser+TokenSpecSet.swift
[283/295] Compiling SwiftParser TokenSpecStaticMembers.swift
[284/296] Wrapping AST for SwiftParser for debugging
[286/319] Compiling SwiftOperators PrecedenceGroup.swift
[287/319] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[288/321] Compiling SwiftOperators PrecedenceGraph.swift
[289/321] Compiling SwiftOperators OperatorTable.swift
[290/321] Emitting module SwiftOperators
[291/321] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[292/321] Compiling SwiftOperators SyntaxSynthesis.swift
[293/321] Compiling SwiftOperators OperatorTable+Semantics.swift
[294/321] Compiling SwiftOperators OperatorError.swift
[295/321] Compiling SwiftOperators OperatorTable+Defaults.swift
[296/321] Compiling SwiftOperators Operator.swift
[297/321] Compiling SwiftOperators OperatorError+Diagnostics.swift
[298/321] Compiling SwiftOperators OperatorTable+Folding.swift
[299/322] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[300/322] Compiling SwiftParserDiagnostics Utils.swift
[301/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[302/322] Wrapping AST for SwiftOperators for debugging
[304/322] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[305/322] Compiling SwiftParserDiagnostics PresenceUtils.swift
[306/322] Compiling SwiftParserDiagnostics MissingNodesError.swift
[307/322] Compiling SwiftParserDiagnostics MissingTokenError.swift
[308/322] Emitting module SwiftParserDiagnostics
[313/338] Wrapping AST for SwiftParserDiagnostics for debugging
[315/338] Emitting module SwiftSyntaxBuilder
[316/338] Compiling SwiftSyntaxBuilder Indenter.swift
[317/338] Compiling SwiftSyntaxBuilder ListBuilder.swift
[318/339] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[319/339] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[320/339] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[321/339] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[322/339] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[323/339] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[324/339] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[325/339] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[326/339] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[327/339] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[328/339] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[329/339] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[330/339] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[331/340] Wrapping AST for SwiftSyntaxBuilder for debugging
[333/355] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[334/355] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[335/356] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[336/356] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[337/356] Compiling SwiftIfConfig IfConfigFunctions.swift
[338/356] Compiling SwiftIfConfig IfConfigRegionState.swift
[339/356] Compiling SwiftIfConfig VersionTuple.swift
[340/356] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[341/356] Compiling SwiftIfConfig BuildConfiguration.swift
[342/356] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[343/356] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[344/356] Emitting module SwiftIfConfig
[345/356] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[346/356] Compiling SwiftIfConfig IfConfigEvaluation.swift
[347/356] Compiling SwiftIfConfig ConfiguredRegions.swift
[348/356] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[349/357] Wrapping AST for SwiftIfConfig for debugging
[351/374] Compiling SwiftSyntaxMacros MemberMacro.swift
[352/374] Compiling SwiftSyntaxMacros PeerMacro.swift
[353/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[354/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[355/376] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[356/376] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[357/376] Compiling SwiftSyntaxMacros Macro.swift
[358/376] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[359/376] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[360/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[361/376] Compiling SwiftSyntaxMacros AccessorMacro.swift
[362/376] Compiling SwiftSyntaxMacros AttachedMacro.swift
[363/376] Compiling SwiftSyntaxMacros BodyMacro.swift
[364/376] Emitting module SwiftSyntaxMacros
[365/376] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[366/376] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[367/376] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[368/376] Compiling SwiftSyntaxMacros PreambleMacro.swift
[369/376] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[370/377] Wrapping AST for SwiftSyntaxMacros for debugging
[372/386] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[373/387] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[374/387] Emitting module SwiftSyntaxMacroExpansion
[375/387] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[376/387] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[377/387] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[378/387] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[379/387] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[380/387] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[381/387] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[382/388] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[384/400] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[385/401] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[386/401] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[387/401] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[388/401] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[389/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[390/401] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[392/401] Emitting module SwiftCompilerPluginMessageHandling
[393/401] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[394/401] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[395/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[396/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[397/402] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[399/404] Emitting module SwiftCompilerPlugin
[400/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[401/405] Wrapping AST for SwiftCompilerPlugin for debugging
[403/408] Compiling CasePathsMacros Plugin.swift
[404/408] Emitting module CasePathsMacros
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 | }
51 |
52 | extension CasePathableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[405/408] Compiling CasePathsMacros CasePathableMacro.swift
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 | }
51 |
52 | extension CasePathableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[406/409] Wrapping AST for CasePathsMacros for debugging
[407/409] Write Objects.LinkFileList
[408/409] Linking CasePathsMacros-tool
[410/423] Compiling CasePaths Macros.swift
[411/423] Compiling CasePaths Exports.swift
[412/423] Compiling CasePaths LockIsolated.swift
[413/423] Compiling CasePaths XCTestSupport.swift
[414/423] Compiling CasePaths Exports.swift
[415/423] Compiling CasePaths Macros.swift
[416/423] Compiling CasePaths XCTestSupport.swift
[417/423] Compiling CasePaths LockIsolated.swift
[418/423] Compiling CasePaths Deprecations.swift
[420/423] Emitting module CasePaths
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
[421/423] Compiling CasePaths EnumReflection.swift
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
[423/424] Emitting module CasePaths
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
Build complete! (179.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "605.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "swift-case-paths",
"name" : "swift-case-paths",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CasePaths",
"targets" : [
"CasePaths"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsCore",
"targets" : [
"CasePathsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsMacros",
"targets" : [
"CasePathsMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CasePathsTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsTests",
"path" : "Tests/CasePathsTests",
"sources" : [
"CasePathableTests.swift",
"CasePathsTests.swift",
"CaseSetTests.swift",
"CompileTimeTests.swift",
"DeprecatedTests.swift",
"DeprecatedXCTModifyTests.swift",
"MacroTests.swift",
"ReflectionTests.swift",
"XCTModifyTests.swift",
"XCTUnwrapTests.swift"
],
"target_dependencies" : [
"CasePaths"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacrosTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacrosTests",
"path" : "Tests/CasePathsMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"CasePathableMacroTests.swift"
],
"target_dependencies" : [
"CasePathsMacros"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacros",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacros",
"path" : "Sources/CasePathsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"CasePaths",
"CasePathsMacros"
],
"sources" : [
"CasePathableMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "CasePathsCore",
"module_type" : "SwiftTarget",
"name" : "CasePathsCore",
"path" : "Sources/CasePathsCore",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CasePaths",
"CasePathsCore"
],
"sources" : [
"AnyCasePath.swift",
"CasePathIterable.swift",
"CasePathReflectable.swift",
"CasePathable.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/TypeName.swift",
"Internal/UncheckedSendable.swift",
"Never+CasePathable.swift",
"Optional+CasePathable.swift",
"Result+CasePathable.swift"
],
"type" : "library"
},
{
"c99name" : "CasePaths",
"module_type" : "SwiftTarget",
"name" : "CasePaths",
"path" : "Sources/CasePaths",
"product_memberships" : [
"CasePaths"
],
"sources" : [
"EnumReflection.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/LockIsolated.swift",
"Macros.swift",
"XCTestSupport.swift"
],
"target_dependencies" : [
"CasePathsCore",
"CasePathsMacros"
],
"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.