Build Information
Successful build of swift-case-paths, reference main (41b89b
), with Swift 6.1 for Linux on 1 May 2025 09:32:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
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 41b89b8 Use skiptool's action instead (#217)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
41b89b8b68d8c56c622dbb7132258f1a3e638b25
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" : "602.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"
],
"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-0":/host -w "$PWD" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
[1/2049] Fetching swift-docc-plugin
[22/2917] Fetching swift-docc-plugin, swift-macro-testing
[1115/8318] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
[8319/78609] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.18s)
Fetched https://github.com/apple/swift-docc-plugin from cache (5.19s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.25s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (7.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.00s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.50s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.79s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.51s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13159] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.84s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (2.41s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.90s)
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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.3
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/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/46] Write sources
[26/46] Compiling _SwiftSyntaxCShims dummy.c
[27/46] Write swift-version-24593BA9C3E375BF.txt
[29/92] Compiling IssueReporting UncheckedSendable.swift
[30/92] Compiling IssueReporting Warn.swift
[31/94] Compiling SwiftSyntax510 Empty.swift
[32/94] Emitting module SwiftSyntax510
[33/95] Emitting module SwiftSyntax601
[34/95] Compiling SwiftSyntax601 Empty.swift
[35/96] Compiling SwiftSyntax600 Empty.swift
[36/96] Emitting module SwiftSyntax600
[37/97] Emitting module SwiftSyntax509
[38/97] Compiling SwiftSyntax509 Empty.swift
[40/98] Emitting module IssueReporting
[43/98] Wrapping AST for SwiftSyntax601 for debugging
[44/98] Wrapping AST for SwiftSyntax510 for debugging
[45/98] Wrapping AST for SwiftSyntax600 for debugging
[46/108] Wrapping AST for SwiftSyntax509 for debugging
[48/162] Compiling SwiftSyntax SourceLocation.swift
[49/162] Compiling SwiftSyntax SourcePresence.swift
[50/162] Compiling SwiftSyntax RawSyntax.swift
[51/162] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[52/162] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[53/162] Compiling SwiftSyntax RawSyntaxTokenView.swift
[54/162] Compiling SwiftSyntax CustomTraits.swift
[55/162] Compiling SwiftSyntax EditorPlaceholder.swift
[56/162] Compiling SwiftSyntax Identifier.swift
[57/162] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[58/162] Compiling SwiftSyntax Assert.swift
[59/162] Compiling SwiftSyntax BumpPtrAllocator.swift
[62/164] Compiling SwiftSyntax CommonAncestor.swift
[63/164] Compiling SwiftSyntax AbsolutePosition.swift
[64/164] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[68/164] Emitting module IssueReporting
[70/164] Compiling SwiftSyntax Convenience.swift
[75/164] Compiling SwiftSyntax MemoryLayout.swift
[76/164] Compiling SwiftSyntax MissingNodeInitializers.swift
[80/165] Compiling SwiftSyntax SourceEdit.swift
[81/165] Compiling SwiftSyntax SourceLength.swift
[86/168] Compiling XCTestDynamicOverlay Exports.swift
[87/168] Compiling IssueReporting WithExpectedIssue.swift
[88/168] Compiling IssueReporting WithIssueContext.swift
[90/172] Emitting module XCTestDynamicOverlay
[91/172] Compiling XCTestDynamicOverlay Exports.swift
[92/172] Compiling XCTestDynamicOverlay Deprecations.swift
[93/172] Emitting module XCTestDynamicOverlay
[95/173] Compiling XCTestDynamicOverlay Deprecations.swift
[97/184] Compiling CasePathsCore CasePathReflectable.swift
[98/184] Compiling CasePathsCore CasePathable.swift
[99/184] Compiling CasePathsCore AnyCasePath.swift
[100/184] Compiling CasePathsCore CasePathIterable.swift
[106/184] Emitting module CasePathsCore
[107/194] Compiling CasePathsCore UncheckedSendable.swift
[108/194] Compiling CasePathsCore KeyPath+Sendable.swift
[109/194] Compiling CasePathsCore TypeName.swift
[110/204] Compiling CasePathsCore Optional+CasePathable.swift
[111/204] Compiling CasePathsCore Never+CasePathable.swift
[112/204] Compiling CasePathsCore CasePathReflectable.swift
[113/204] Compiling CasePathsCore CasePathable.swift
[114/204] Compiling CasePathsCore AnyCasePath.swift
[115/204] Compiling CasePathsCore CasePathIterable.swift
[118/204] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[119/204] Compiling SwiftSyntax Syntax.swift
[120/204] Compiling SwiftSyntax SyntaxArena.swift
[121/204] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[122/204] Compiling SwiftSyntax SyntaxChildren.swift
[123/204] Compiling SwiftSyntax SyntaxCollection.swift
[124/204] Compiling SwiftSyntax SyntaxHashable.swift
[134/204] Compiling CasePathsCore UncheckedSendable.swift
[135/205] Compiling CasePathsCore Result+CasePathable.swift
[136/205] Compiling CasePathsCore TypeName.swift
[137/205] Compiling CasePathsCore KeyPath+Sendable.swift
[139/206] Compiling CasePathsCore Optional+CasePathable.swift
[140/206] Compiling CasePathsCore Never+CasePathable.swift
[141/206] Compiling CasePathsCore Result+CasePathable.swift
[144/206] Emitting module CasePathsCore
[148/207] Emitting module SwiftSyntax
[149/207] Compiling SwiftSyntax SyntaxEnum.swift
[150/207] Compiling SwiftSyntax SyntaxKind.swift
[151/207] Compiling SwiftSyntax SyntaxRewriter.swift
[152/207] Compiling SwiftSyntax SyntaxTraits.swift
[153/207] Compiling SwiftSyntax SyntaxVisitor.swift
[154/207] Compiling SwiftSyntax TokenKind.swift
[155/207] Compiling SwiftSyntax Tokens.swift
[156/207] Compiling SwiftSyntax TriviaPieces.swift
[157/207] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[158/207] Compiling SwiftSyntax RawSyntaxNodesC.swift
[159/207] Compiling SwiftSyntax RawSyntaxNodesD.swift
[160/207] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[161/207] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[162/207] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[163/207] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[164/207] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[165/207] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[166/207] Compiling SwiftSyntax RawSyntaxValidation.swift
[167/207] Compiling SwiftSyntax SyntaxIdentifier.swift
[168/207] Compiling SwiftSyntax SyntaxNodeFactory.swift
[169/207] Compiling SwiftSyntax SyntaxNodeStructure.swift
[170/207] Compiling SwiftSyntax SyntaxProtocol.swift
[171/207] Compiling SwiftSyntax SyntaxText.swift
[172/207] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[173/207] Compiling SwiftSyntax TokenDiagnostic.swift
[174/207] Compiling SwiftSyntax TokenSequence.swift
[175/207] Compiling SwiftSyntax TokenSyntax.swift
[176/207] Compiling SwiftSyntax Trivia.swift
[177/207] Compiling SwiftSyntax Utils.swift
[178/207] Compiling SwiftSyntax ChildNameForKeyPath.swift
[179/207] Compiling SwiftSyntax Keyword.swift
[180/207] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[181/207] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[182/207] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[183/207] Compiling SwiftSyntax SyntaxBaseNodes.swift
[184/207] Compiling SwiftSyntax SyntaxCollections.swift
[185/207] Compiling SwiftSyntax SyntaxNodesAB.swift
[186/207] Compiling SwiftSyntax SyntaxNodesC.swift
[187/207] Compiling SwiftSyntax SyntaxNodesD.swift
[188/207] Compiling SwiftSyntax SyntaxNodesEF.swift
[189/207] Compiling SwiftSyntax SyntaxNodesGHI.swift
[190/207] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[191/207] Compiling SwiftSyntax SyntaxNodesOP.swift
[192/207] Compiling SwiftSyntax SyntaxNodesQRS.swift
[193/207] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[194/211] Wrapping AST for SwiftSyntax for debugging
[196/266] Compiling SwiftBasicFormat Syntax+Extensions.swift
[197/266] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[198/266] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[199/266] Compiling SwiftParser IncrementalParseTransition.swift
[200/266] Compiling SwiftParser IsValidIdentifier.swift
[201/266] Emitting module SwiftDiagnostics
[202/266] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[203/266] Compiling SwiftParser Expressions.swift
[204/267] Compiling SwiftDiagnostics Message.swift
[205/267] Compiling SwiftDiagnostics Note.swift
[206/267] Emitting module SwiftBasicFormat
[207/267] Compiling SwiftBasicFormat Indenter.swift
[208/267] Compiling SwiftBasicFormat InferIndentation.swift
[209/267] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[210/267] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[211/267] Compiling SwiftDiagnostics FixIt.swift
[212/267] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[213/268] Compiling SwiftBasicFormat BasicFormat.swift
[215/269] Wrapping AST for SwiftDiagnostics for debugging
[216/269] Wrapping AST for SwiftBasicFormat for debugging
[218/269] Compiling SwiftParser Modifiers.swift
[219/269] Compiling SwiftParser Names.swift
[220/269] Compiling SwiftParser Nominals.swift
[221/269] Compiling SwiftParser Parameters.swift
[222/269] Compiling SwiftParser ParseSourceFile.swift
[223/269] Compiling SwiftParser Parser.swift
[224/269] Compiling SwiftParser SwiftParserCompatibility.swift
[225/269] Compiling SwiftParser SwiftVersion.swift
[226/269] Compiling SwiftParser SyntaxUtils.swift
[227/269] Compiling SwiftParser TokenConsumer.swift
[228/269] Compiling SwiftParser TokenPrecedence.swift
[229/269] Compiling SwiftParser TokenSpec.swift
[230/269] Compiling SwiftParser TokenSpecSet.swift
[231/269] Compiling SwiftParser TopLevel.swift
[232/269] Compiling SwiftParser TriviaParser.swift
[233/269] Compiling SwiftParser Types.swift
[234/269] Compiling SwiftParser LexemeSequence.swift
[235/269] Compiling SwiftParser Lexer.swift
[236/269] Compiling SwiftParser RegexLiteralLexer.swift
[237/269] Compiling SwiftParser UnicodeScalarExtensions.swift
[238/269] Compiling SwiftParser Lookahead.swift
[239/269] Compiling SwiftParser LoopProgressCondition.swift
[240/269] Compiling SwiftParser Patterns.swift
[241/269] Compiling SwiftParser Recovery.swift
[242/269] Compiling SwiftParser Specifiers.swift
[243/269] Compiling SwiftParser Statements.swift
[244/269] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[245/269] Compiling SwiftParser StringLiterals.swift
[246/274] Compiling SwiftParser Attributes.swift
[247/274] Compiling SwiftParser Availability.swift
[248/274] Compiling SwiftParser CharacterInfo.swift
[249/274] Compiling SwiftParser CollectionNodes+Parsable.swift
[250/274] Compiling SwiftParser Declarations.swift
[251/274] Compiling SwiftParser Directives.swift
[252/274] Emitting module SwiftParser
[257/274] Compiling SwiftParser Cursor.swift
[258/274] Compiling SwiftParser Lexeme.swift
[259/274] Compiling SwiftParser ExperimentalFeatures.swift
[260/274] Compiling SwiftParser IsLexerClassified.swift
[261/274] Compiling SwiftParser LayoutNodes+Parsable.swift
[262/274] Compiling SwiftParser Parser+TokenSpecSet.swift
[263/274] Compiling SwiftParser TokenSpecStaticMembers.swift
[264/275] Wrapping AST for SwiftParser for debugging
[266/298] Compiling SwiftOperators PrecedenceGroup.swift
[267/298] Compiling SwiftOperators PrecedenceGraph.swift
[268/299] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[269/300] Compiling SwiftOperators OperatorTable.swift
[270/300] Compiling SwiftOperators OperatorTable+Semantics.swift
[271/300] Emitting module SwiftOperators
[272/300] Compiling SwiftParserDiagnostics MissingNodesError.swift
[273/300] Compiling SwiftParserDiagnostics MissingTokenError.swift
[274/300] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[275/300] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[276/300] Compiling SwiftOperators OperatorTable+Folding.swift
[277/300] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[278/300] Compiling SwiftOperators SyntaxSynthesis.swift
[280/301] Emitting module SwiftParserDiagnostics
[280/301] Wrapping AST for SwiftOperators for debugging
[282/301] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[283/301] Compiling SwiftParserDiagnostics Utils.swift
[284/301] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[285/301] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[286/301] Compiling SwiftParserDiagnostics PresenceUtils.swift
[291/301] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[292/301] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[293/302] Wrapping AST for SwiftParserDiagnostics for debugging
[295/317] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[296/317] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[297/317] Compiling SwiftSyntaxBuilder Indenter.swift
[298/317] Compiling SwiftSyntaxBuilder ListBuilder.swift
[299/318] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[300/318] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[301/318] Emitting module SwiftSyntaxBuilder
[302/318] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[303/318] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[304/318] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[305/318] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[306/318] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[307/318] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[308/318] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[309/318] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[310/318] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[311/319] Wrapping AST for SwiftSyntaxBuilder for debugging
[313/336] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[314/336] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[315/336] Compiling SwiftSyntaxMacros AccessorMacro.swift
[316/336] Compiling SwiftSyntaxMacros AttachedMacro.swift
[317/336] Compiling SwiftSyntaxMacros BodyMacro.swift
[318/338] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[319/338] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[320/338] Compiling SwiftSyntaxMacros Macro.swift
[321/338] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[322/338] Compiling SwiftSyntaxMacros MemberMacro.swift
[323/338] Compiling SwiftSyntaxMacros PeerMacro.swift
[324/338] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[325/338] Compiling SwiftSyntaxMacros Macro+Format.swift
[326/338] Emitting module SwiftSyntaxMacros
[327/338] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[328/338] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[329/338] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[330/338] Compiling SwiftSyntaxMacros PreambleMacro.swift
[331/338] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[332/339] Wrapping AST for SwiftSyntaxMacros for debugging
[334/348] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[335/349] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[336/349] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[337/349] Emitting module SwiftSyntaxMacroExpansion
[338/349] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[339/349] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[340/349] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[341/349] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[342/349] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[343/349] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[344/350] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[346/362] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[347/362] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[348/362] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[349/363] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[350/363] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[351/363] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[352/363] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[353/363] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[354/363] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[355/363] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[356/363] Emitting module SwiftCompilerPluginMessageHandling
[357/363] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[358/363] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[359/364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[361/366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[362/366] Emitting module SwiftCompilerPlugin
[363/367] Wrapping AST for SwiftCompilerPlugin for debugging
[365/370] Compiling CasePathsMacros Plugin.swift
[366/370] 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,
[367/370] 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,
[368/371] Wrapping AST for CasePathsMacros for debugging
[369/371] Write Objects.LinkFileList
[370/371] Linking CasePathsMacros-tool
[372/385] Compiling CasePaths Exports.swift
[374/385] Compiling CasePaths LockIsolated.swift
[376/385] 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>,
[377/385] Compiling CasePaths XCTestSupport.swift
[378/385] Compiling CasePaths Macros.swift
[379/385] Compiling CasePaths XCTestSupport.swift
[380/385] Compiling CasePaths Macros.swift
[381/385] Compiling CasePaths Deprecations.swift
[382/385] 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>,
[383/385] Compiling CasePaths Deprecations.swift
[384/385] 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>,
Build complete! (173.82s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "602.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"
],
"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 finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.