Build Information
Successful build of swift-case-paths, reference main (41b89b
), with Swift 6.1 for Wasm on 30 May 2025 19:55:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: wasm
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-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
[1/908] Fetching swift-macro-testing
[909/2957] Fetching swift-macro-testing, swift-docc-plugin
[2958/8415] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.47s)
[3092/6366] Fetching swift-macro-testing, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.75s)
[1/70522] Fetching swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (5.19s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (7.76s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.91s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.65s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.85s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.50s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.42s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (4.05s)
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.47s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.33s)
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-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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.4
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/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
[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/61] Emitting module SwiftSyntax601
[30/92] Emitting module SwiftSyntax510
[31/92] Emitting module IssueReporting
[32/94] Emitting module SwiftSyntax600
[33/94] Compiling SwiftSyntax600 Empty.swift
[35/95] Compiling IssueReporting TestContext.swift
[36/95] Compiling IssueReporting Unimplemented.swift
[37/95] Compiling SwiftSyntax510 Empty.swift
[38/96] Emitting module SwiftSyntax509
[39/96] Compiling SwiftSyntax509 Empty.swift
[39/97] Wrapping AST for SwiftSyntax600 for debugging
[41/97] Compiling SwiftSyntax601 Empty.swift
[44/98] Wrapping AST for SwiftSyntax510 for debugging
[46/98] Compiling IssueReporting WithExpectedIssue.swift
[47/98] Compiling IssueReporting WithIssueContext.swift
[47/98] Wrapping AST for SwiftSyntax509 for debugging
[48/98] Wrapping AST for SwiftSyntax601 for debugging
[50/162] Compiling SwiftSyntax AbsolutePosition.swift
[51/162] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[52/162] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[53/162] Compiling SwiftSyntax Assert.swift
[54/162] Compiling SwiftSyntax BumpPtrAllocator.swift
[55/162] Compiling SwiftSyntax CommonAncestor.swift
[56/162] Compiling SwiftSyntax SourceEdit.swift
[57/162] Compiling SwiftSyntax SourceLength.swift
[58/162] Compiling SwiftSyntax RawSyntax.swift
[59/162] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[60/162] Compiling SwiftSyntax Convenience.swift
[61/162] Compiling SwiftSyntax CustomTraits.swift
[62/162] Compiling SwiftSyntax EditorPlaceholder.swift
[63/162] Compiling SwiftSyntax Identifier.swift
[64/162] Compiling SwiftSyntax MemoryLayout.swift
[65/162] Compiling SwiftSyntax MissingNodeInitializers.swift
[78/177] Compiling XCTestDynamicOverlay Exports.swift
[79/177] Compiling IssueReporting WithExpectedIssue.swift
[80/177] Compiling IssueReporting WithIssueContext.swift
[84/177] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[85/177] Compiling SwiftSyntax RawSyntaxTokenView.swift
[88/177] Compiling XCTestDynamicOverlay Deprecations.swift
[89/177] Emitting module XCTestDynamicOverlay
[96/178] Emitting module IssueReporting
[102/192] Compiling XCTestDynamicOverlay Exports.swift
[103/192] Compiling CasePathsCore CasePathReflectable.swift
[104/192] Compiling CasePathsCore CasePathable.swift
[105/192] Compiling CasePathsCore KeyPath+Sendable.swift
[106/192] Compiling CasePathsCore AnyCasePath.swift
[107/192] Compiling CasePathsCore CasePathIterable.swift
[108/192] Compiling CasePathsCore TypeName.swift
[109/192] Emitting module CasePathsCore
[110/193] Compiling CasePathsCore Never+CasePathable.swift
[111/193] Compiling CasePathsCore UncheckedSendable.swift
[112/193] Compiling CasePathsCore Optional+CasePathable.swift
[113/193] Compiling CasePathsCore Result+CasePathable.swift
[114/194] Compiling XCTestDynamicOverlay Deprecations.swift
[115/194] Emitting module XCTestDynamicOverlay
[118/205] Compiling CasePathsCore KeyPath+Sendable.swift
[119/205] Compiling CasePathsCore UncheckedSendable.swift
[120/205] Emitting module CasePathsCore
[121/205] Compiling CasePathsCore AnyCasePath.swift
[122/205] Compiling CasePathsCore CasePathIterable.swift
[123/206] Compiling CasePathsCore Never+CasePathable.swift
[124/206] Compiling CasePathsCore Optional+CasePathable.swift
[125/206] Compiling CasePathsCore TypeName.swift
[137/206] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[138/206] Compiling SwiftSyntax Syntax.swift
[139/206] Compiling SwiftSyntax SyntaxArena.swift
[140/206] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[141/206] Compiling SwiftSyntax SyntaxChildren.swift
[142/206] Compiling SwiftSyntax SyntaxCollection.swift
[143/206] Compiling SwiftSyntax SyntaxHashable.swift
[144/206] Compiling CasePathsCore CasePathReflectable.swift
[145/206] Compiling CasePathsCore CasePathable.swift
[146/206] Compiling CasePathsCore Result+CasePathable.swift
[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/221] Wrapping AST for SwiftSyntax for debugging
[196/266] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[197/267] Compiling SwiftDiagnostics Message.swift
[198/267] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[199/267] Compiling SwiftBasicFormat Syntax+Extensions.swift
[200/267] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[201/267] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[202/267] Compiling SwiftDiagnostics Note.swift
[203/267] Emitting module SwiftBasicFormat
[204/267] Compiling SwiftParser RegexLiteralLexer.swift
[205/267] Compiling SwiftParser UnicodeScalarExtensions.swift
[206/267] Emitting module SwiftDiagnostics
[207/267] Compiling SwiftParser LexemeSequence.swift
[208/267] Compiling SwiftParser Lexer.swift
[209/267] Compiling SwiftBasicFormat Indenter.swift
[210/267] Compiling SwiftBasicFormat InferIndentation.swift
[211/267] Compiling SwiftDiagnostics FixIt.swift
[212/267] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[214/268] Compiling SwiftBasicFormat BasicFormat.swift
[216/269] Emitting module SwiftParser
[216/274] Wrapping AST for SwiftDiagnostics for debugging
[217/274] Wrapping AST for SwiftBasicFormat for debugging
[219/274] Compiling SwiftParser Modifiers.swift
[220/274] Compiling SwiftParser Names.swift
[221/274] Compiling SwiftParser Nominals.swift
[222/274] Compiling SwiftParser Parameters.swift
[223/274] Compiling SwiftParser ParseSourceFile.swift
[224/274] Compiling SwiftParser Parser.swift
[225/274] Compiling SwiftParser Patterns.swift
[226/274] Compiling SwiftParser Recovery.swift
[227/274] Compiling SwiftParser Specifiers.swift
[228/274] Compiling SwiftParser Statements.swift
[229/274] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[230/274] Compiling SwiftParser StringLiterals.swift
[231/274] Compiling SwiftParser TokenSpec.swift
[232/274] Compiling SwiftParser TokenSpecSet.swift
[233/274] Compiling SwiftParser TopLevel.swift
[234/274] Compiling SwiftParser TriviaParser.swift
[235/274] Compiling SwiftParser Types.swift
[236/274] Compiling SwiftParser SwiftParserCompatibility.swift
[237/274] Compiling SwiftParser SwiftVersion.swift
[238/274] Compiling SwiftParser SyntaxUtils.swift
[239/274] Compiling SwiftParser TokenConsumer.swift
[240/274] Compiling SwiftParser TokenPrecedence.swift
[245/274] Compiling SwiftParser Lookahead.swift
[246/274] Compiling SwiftParser LoopProgressCondition.swift
[247/274] Compiling SwiftParser Attributes.swift
[248/274] Compiling SwiftParser Availability.swift
[249/274] Compiling SwiftParser CharacterInfo.swift
[250/274] Compiling SwiftParser CollectionNodes+Parsable.swift
[251/274] Compiling SwiftParser Declarations.swift
[252/274] Compiling SwiftParser Directives.swift
[253/274] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[254/274] Compiling SwiftParser Expressions.swift
[255/274] Compiling SwiftParser IncrementalParseTransition.swift
[256/274] Compiling SwiftParser IsValidIdentifier.swift
[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 SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[267/299] Compiling SwiftParserDiagnostics MissingNodesError.swift
[268/299] Compiling SwiftParserDiagnostics MissingTokenError.swift
[269/299] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[270/299] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[271/300] Compiling SwiftOperators PrecedenceGraph.swift
[272/300] Compiling SwiftOperators PrecedenceGroup.swift
[273/300] Compiling SwiftOperators OperatorTable.swift
[274/300] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[275/300] Compiling SwiftOperators SyntaxSynthesis.swift
[276/300] Compiling SwiftOperators OperatorTable+Semantics.swift
[277/300] Emitting module SwiftOperators
[278/300] Compiling SwiftOperators OperatorTable+Folding.swift
[280/301] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[281/301] Compiling SwiftParserDiagnostics Utils.swift
[282/301] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[282/301] Wrapping AST for SwiftOperators for debugging
[286/301] Emitting module SwiftParserDiagnostics
[287/301] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[288/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 Indenter.swift
[296/317] Compiling SwiftSyntaxBuilder ListBuilder.swift
[297/318] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[298/318] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[299/318] Emitting module SwiftSyntaxBuilder
[300/318] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[301/318] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[302/318] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[303/318] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[304/318] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[305/318] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[306/318] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[307/318] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[308/318] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[309/318] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[310/318] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[311/319] Wrapping AST for SwiftSyntaxBuilder for debugging
[313/336] Compiling SwiftSyntaxMacros Macro.swift
[314/336] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[315/336] Compiling SwiftSyntaxMacros AccessorMacro.swift
[316/336] Compiling SwiftSyntaxMacros AttachedMacro.swift
[317/336] Compiling SwiftSyntaxMacros BodyMacro.swift
[318/336] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[319/336] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[320/336] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[321/336] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[322/336] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[323/336] Compiling SwiftSyntaxMacros Macro+Format.swift
[324/336] Compiling SwiftSyntaxMacros MemberMacro.swift
[325/336] Compiling SwiftSyntaxMacros PeerMacro.swift
[326/338] Emitting module SwiftSyntaxMacros
[327/338] Compiling SwiftSyntaxMacros PreambleMacro.swift
[328/338] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[329/338] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[330/338] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[331/338] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[332/339] Wrapping AST for SwiftSyntaxMacros for debugging
[334/348] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[335/349] Emitting module SwiftSyntaxMacroExpansion
[336/349] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[337/349] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[338/349] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[339/349] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[340/349] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[341/349] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[342/349] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[343/349] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[344/350] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[346/362] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[347/362] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[348/363] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[349/363] Emitting module SwiftCompilerPluginMessageHandling
[350/363] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[351/363] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[352/363] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[353/363] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[354/363] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[355/363] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[356/363] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[357/363] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[358/363] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[359/364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[361/366] Emitting module SwiftCompilerPlugin
[362/366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[363/367] Wrapping AST for SwiftCompilerPlugin for debugging
[365/370] Compiling CasePathsMacros Plugin.swift
[366/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,
[367/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,
[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
[375/385] Compiling CasePaths Macros.swift
[376/385] Compiling CasePaths XCTestSupport.swift
[377/385] Compiling CasePaths Macros.swift
[378/385] Compiling CasePaths LockIsolated.swift
[379/385] Compiling CasePaths XCTestSupport.swift
[380/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 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>,
[386/386] 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! (155.81s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.