Build Information
Successful build of swift-case-paths, reference main (218b85), with Swift 6.1 for Android on 26 Nov 2025 23:20:34 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
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 218b85b Include Missing Target Dependencies (#237)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
218b85b848036878867ee7e03193a74544f48622
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform: android
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" : "603.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-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-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/932] Fetching swift-macro-testing
[440/3090] Fetching swift-macro-testing, swift-docc-plugin
[1171/8690] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[5301/81673] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (1.30s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.31s)
[15818/78583] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.62s)
[13867/72983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.79s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (8.30s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3582] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.23s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.83s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.63s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.70s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (4.42s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.43s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.17s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.52s)
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.7
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.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/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.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.7.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.5
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/50] Write sources
[29/50] Compiling _SwiftSyntaxCShims PlatformMutex.c
[30/50] Write swift-version-24593BA9C3E375BF.txt
[32/64] Emitting module IssueReportingPackageSupport
[34/64] Compiling SwiftSyntax602 Empty.swift
[35/64] Emitting module SwiftSyntax602
[36/65] Emitting module SwiftSyntax600
[37/65] Compiling SwiftSyntax600 Empty.swift
[38/66] Emitting module SwiftSyntax601
[39/66] Compiling SwiftSyntax601 Empty.swift
[40/67] Compiling IssueReportingPackageSupport _Test.swift
[43/68] Compiling SwiftSyntax510 Empty.swift
[44/68] Emitting module SwiftSyntax510
[45/68] Emitting module SwiftSyntax509
[46/68] Compiling SwiftSyntax509 Empty.swift
[48/70] Wrapping AST for SwiftSyntax600 for debugging
[49/70] Wrapping AST for SwiftSyntax601 for debugging
[52/70] Wrapping AST for SwiftSyntax602 for debugging
[53/80] Wrapping AST for SwiftSyntax509 for debugging
[54/89] Wrapping AST for SwiftSyntax510 for debugging
[56/152] Compiling IssueReportingPackageSupport _Test.swift
[58/172] Compiling IssueReporting RuntimeWarningReporter.swift
[59/172] Compiling IssueReporting ReportIssue.swift
[60/174] Emitting module IssueReporting
[61/174] Compiling IssueReporting WithExpectedIssue.swift
[62/174] Compiling IssueReporting WithIssueContext.swift
[63/174] Compiling SwiftSyntax SyntaxNodeStructure.swift
[64/174] Compiling SwiftSyntax SyntaxProtocol.swift
[65/174] Compiling SwiftSyntax SyntaxText.swift
[66/174] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[67/174] Compiling SwiftSyntax TokenDiagnostic.swift
[68/174] Compiling SwiftSyntax TokenSequence.swift
[69/174] Compiling SwiftSyntax TokenSyntax.swift
[70/174] Compiling SwiftSyntax Trivia.swift
[71/174] Compiling SwiftSyntax Utils.swift
[72/182] Compiling IssueReporting XCTest.swift
[73/182] Compiling IssueReporting IsTesting.swift
[74/182] Compiling IssueReporting TestContext.swift
[75/182] Compiling IssueReporting Unimplemented.swift
[76/182] Compiling IssueReporting FailureObserver.swift
[77/182] Compiling IssueReporting LockIsolated.swift
[78/182] Compiling IssueReporting Rethrows.swift
[79/182] Compiling IssueReporting ErrorReporting.swift
[80/182] Compiling IssueReporting AppHostWarning.swift
[81/182] Compiling IssueReporting Deprecations.swift
[82/182] Compiling IssueReporting IssueReporter.swift
[83/182] Compiling IssueReporting BreakpointReporter.swift
[84/182] Compiling IssueReporting FatalErrorReporter.swift
[85/182] Compiling IssueReporting SwiftTesting.swift
[86/182] Compiling IssueReporting UncheckedSendable.swift
[87/182] Compiling IssueReporting Warn.swift
[99/183] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[100/183] Compiling SwiftSyntax Assert.swift
[101/183] Compiling SwiftSyntax BumpPtrAllocator.swift
[102/183] Compiling SwiftSyntax CommonAncestor.swift
[103/183] Compiling SwiftSyntax Convenience.swift
[104/183] Compiling SwiftSyntax CustomTraits.swift
[105/183] Compiling SwiftSyntax EditorPlaceholder.swift
[116/186] Compiling XCTestDynamicOverlay Exports.swift
[117/186] Emitting module XCTestDynamicOverlay
[118/186] Compiling XCTestDynamicOverlay Deprecations.swift
[120/197] Compiling CasePathsCore KeyPath+Sendable.swift
[123/200] Compiling CasePathsCore TypeName.swift
[124/200] Emitting module CasePathsCore
[125/200] Compiling CasePathsCore Optional+CasePathable.swift
[126/200] Compiling CasePathsCore UncheckedSendable.swift
[127/200] Compiling CasePathsCore Never+CasePathable.swift
[128/200] Compiling CasePathsCore Result+CasePathable.swift
[129/200] Emitting module IssueReporting
[130/200] Compiling CasePathsCore AnyCasePath.swift
[131/200] Compiling CasePathsCore CasePathIterable.swift
[132/200] Compiling CasePathsCore CasePathReflectable.swift
[133/200] Compiling CasePathsCore CasePathable.swift
[135/201] Compiling IssueReporting WithExpectedIssue.swift
[136/201] Compiling IssueReporting WithIssueContext.swift
[154/205] Compiling XCTestDynamicOverlay Exports.swift
[155/205] Emitting module XCTestDynamicOverlay
[156/205] Compiling XCTestDynamicOverlay Deprecations.swift
[158/216] Emitting module CasePathsCore
[159/216] Compiling CasePathsCore KeyPath+Sendable.swift
[160/217] Compiling CasePathsCore AnyCasePath.swift
[161/217] Compiling CasePathsCore CasePathIterable.swift
[162/217] Compiling CasePathsCore UncheckedSendable.swift
[163/217] Compiling CasePathsCore TypeName.swift
[164/217] Compiling CasePathsCore Optional+CasePathable.swift
[165/217] Compiling CasePathsCore Never+CasePathable.swift
[166/217] Compiling CasePathsCore Result+CasePathable.swift
[167/217] Compiling CasePathsCore CasePathReflectable.swift
[168/217] Compiling CasePathsCore CasePathable.swift
[170/218] Emitting module SwiftSyntax
[171/218] Compiling SwiftSyntax SyntaxRewriter.swift
[172/218] Compiling SwiftSyntax SyntaxTraits.swift
[173/218] Compiling SwiftSyntax SyntaxVisitor.swift
[174/218] Compiling SwiftSyntax TokenKind.swift
[175/218] Compiling SwiftSyntax Tokens.swift
[176/218] Compiling SwiftSyntax TriviaPieces.swift
[177/218] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[178/218] Compiling SwiftSyntax RawSyntaxNodesC.swift
[179/218] Compiling SwiftSyntax RawSyntaxNodesD.swift
[180/218] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[181/218] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[182/218] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[183/218] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[184/218] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[185/218] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[186/218] Compiling SwiftSyntax RawSyntaxValidation.swift
[187/218] Compiling SwiftSyntax SyntaxNodesAB.swift
[188/218] Compiling SwiftSyntax ChildNameForKeyPath.swift
[189/218] Compiling SwiftSyntax Keyword.swift
[190/218] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[191/218] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[192/218] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[193/218] Compiling SwiftSyntax SyntaxBaseNodes.swift
[194/218] Compiling SwiftSyntax SyntaxCollections.swift
[195/218] Compiling SwiftSyntax SyntaxEnum.swift
[196/218] Compiling SwiftSyntax SyntaxKind.swift
[197/218] Compiling SwiftSyntax SyntaxNodesC.swift
[198/218] Compiling SwiftSyntax SyntaxNodesD.swift
[199/218] Compiling SwiftSyntax SyntaxNodesEF.swift
[200/218] Compiling SwiftSyntax SyntaxNodesGHI.swift
[201/218] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[202/218] Compiling SwiftSyntax SyntaxNodesOP.swift
[203/218] Compiling SwiftSyntax SyntaxNodesQRS.swift
[204/218] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[205/219] Wrapping AST for SwiftSyntax for debugging
[207/278] Compiling SwiftDiagnostics Message.swift
[208/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[209/279] Compiling SwiftDiagnostics Note.swift
[210/279] Compiling SwiftParser CharacterInfo.swift
[211/279] Compiling SwiftParser CollectionNodes+Parsable.swift
[212/279] Emitting module SwiftDiagnostics
[213/279] Compiling SwiftParser Attributes.swift
[214/279] Compiling SwiftParser Availability.swift
[215/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[216/279] Compiling SwiftDiagnostics FixIt.swift
[217/279] Compiling SwiftBasicFormat Syntax+Extensions.swift
[218/279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[219/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[220/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[221/280] Compiling SwiftBasicFormat Indenter.swift
[222/280] Compiling SwiftBasicFormat InferIndentation.swift
[223/280] Wrapping AST for SwiftDiagnostics for debugging
[225/280] Compiling SwiftBasicFormat BasicFormat.swift
[226/280] Emitting module SwiftBasicFormat
[227/281] Wrapping AST for SwiftBasicFormat for debugging
[229/281] Compiling SwiftParser Lexeme.swift
[230/281] Compiling SwiftParser LexemeSequence.swift
[231/281] Compiling SwiftParser Lexer.swift
[232/281] Compiling SwiftParser RegexLiteralLexer.swift
[233/281] Compiling SwiftParser UnicodeScalarExtensions.swift
[234/281] Compiling SwiftParser Lookahead.swift
[235/281] Compiling SwiftParser LoopProgressCondition.swift
[236/281] Compiling SwiftParser Modifiers.swift
[237/281] Compiling SwiftParser Names.swift
[238/281] Compiling SwiftParser Nominals.swift
[239/281] Compiling SwiftParser Parameters.swift
[240/281] Compiling SwiftParser ParseSourceFile.swift
[241/281] Compiling SwiftParser Parser.swift
[242/281] Compiling SwiftParser Patterns.swift
[243/281] Compiling SwiftParser Recovery.swift
[244/281] Compiling SwiftParser Specifiers.swift
[245/281] Compiling SwiftParser Statements.swift
[246/281] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[247/286] Compiling SwiftParser StringLiterals.swift
[248/286] Compiling SwiftParser SwiftParserCompatibility.swift
[249/286] Compiling SwiftParser SwiftVersion.swift
[250/286] Compiling SwiftParser SyntaxUtils.swift
[251/286] Compiling SwiftParser TokenConsumer.swift
[252/286] Compiling SwiftParser TokenPrecedence.swift
[253/286] Compiling SwiftParser TokenSpec.swift
[254/286] Compiling SwiftParser TokenSpecSet.swift
[255/286] Compiling SwiftParser TopLevel.swift
[256/286] Compiling SwiftParser TriviaParser.swift
[257/286] Compiling SwiftParser Types.swift
[262/286] Compiling SwiftParser CompilerFiles.swift
[263/286] Compiling SwiftParser Declarations.swift
[264/286] Emitting module SwiftParser
[265/286] Compiling SwiftParser Directives.swift
[266/286] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[267/286] Compiling SwiftParser Expressions.swift
[268/286] Compiling SwiftParser IncrementalParseTransition.swift
[269/286] Compiling SwiftParser IsValidIdentifier.swift
[270/286] Compiling SwiftParser Cursor.swift
[271/286] Compiling SwiftParser ExperimentalFeatures.swift
[272/286] Compiling SwiftParser IsLexerClassified.swift
[273/286] Compiling SwiftParser LayoutNodes+Parsable.swift
[274/286] Compiling SwiftParser Parser+TokenSpecSet.swift
[275/286] Compiling SwiftParser TokenSpecStaticMembers.swift
[276/287] Wrapping AST for SwiftParser for debugging
[278/310] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[279/310] Compiling SwiftOperators PrecedenceGroup.swift
[280/312] Compiling SwiftOperators PrecedenceGraph.swift
[281/312] Compiling SwiftOperators OperatorTable.swift
[282/312] Emitting module SwiftOperators
[283/312] Compiling SwiftParserDiagnostics MissingNodesError.swift
[284/312] Compiling SwiftParserDiagnostics MissingTokenError.swift
[285/312] Compiling SwiftOperators OperatorTable+Semantics.swift
[286/312] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[287/312] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[288/312] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[289/312] Compiling SwiftOperators SyntaxSynthesis.swift
[290/312] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[291/312] Compiling SwiftParserDiagnostics Utils.swift
[292/312] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[293/312] Compiling SwiftOperators OperatorTable+Folding.swift
[297/313] Emitting module SwiftParserDiagnostics
[299/313] Wrapping AST for SwiftOperators for debugging
[301/313] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[302/313] Compiling SwiftParserDiagnostics PresenceUtils.swift
[303/313] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[304/313] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[305/314] Wrapping AST for SwiftParserDiagnostics for debugging
[307/329] Compiling SwiftSyntaxBuilder Indenter.swift
[308/329] Compiling SwiftSyntaxBuilder ListBuilder.swift
[309/330] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[310/330] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[311/330] Emitting module SwiftSyntaxBuilder
[312/330] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[313/330] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[314/330] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[315/330] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[316/330] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[317/330] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[318/330] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[319/330] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[320/330] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[321/330] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[322/330] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[323/331] Wrapping AST for SwiftSyntaxBuilder for debugging
[325/348] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[326/348] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[327/348] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[328/348] Compiling SwiftSyntaxMacros Macro+Format.swift
[329/350] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[330/350] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[331/350] Compiling SwiftSyntaxMacros Macro.swift
[332/350] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[333/350] Compiling SwiftSyntaxMacros AccessorMacro.swift
[334/350] Compiling SwiftSyntaxMacros AttachedMacro.swift
[335/350] Compiling SwiftSyntaxMacros BodyMacro.swift
[336/350] Compiling SwiftSyntaxMacros MemberMacro.swift
[337/350] Compiling SwiftSyntaxMacros PeerMacro.swift
[338/350] Emitting module SwiftSyntaxMacros
[339/350] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[340/350] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[341/350] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[342/350] Compiling SwiftSyntaxMacros PreambleMacro.swift
[343/350] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[344/351] Wrapping AST for SwiftSyntaxMacros for debugging
[346/360] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[347/361] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[348/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[349/361] Emitting module SwiftSyntaxMacroExpansion
[350/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[351/361] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[352/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[353/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[354/361] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[355/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[356/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[358/374] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[359/374] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[360/374] Emitting module SwiftCompilerPluginMessageHandling
[361/375] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[362/375] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[363/375] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[364/375] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[365/375] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[366/375] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[367/375] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[368/375] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[369/375] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[370/375] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[371/376] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[373/378] Emitting module SwiftCompilerPlugin
[374/378] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[375/379] Wrapping AST for SwiftCompilerPlugin for debugging
[377/382] 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,
[378/382] Compiling CasePathsMacros Plugin.swift
[379/382] 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,
[380/383] Wrapping AST for CasePathsMacros for debugging
[381/383] Write Objects.LinkFileList
[382/383] Linking CasePathsMacros-tool
[384/397] Compiling CasePaths LockIsolated.swift
[385/397] Compiling CasePaths Exports.swift
[387/397] Compiling CasePaths LockIsolated.swift
[388/397] 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>,
[389/397] Compiling CasePaths Macros.swift
[390/397] Compiling CasePaths XCTestSupport.swift
[391/397] Compiling CasePaths Macros.swift
[392/397] Compiling CasePaths XCTestSupport.swift
[393/397] Compiling CasePaths Deprecations.swift
[395/397] 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>,
[396/398] 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>,
[397/398] 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>,
Build complete! (182.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "603.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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.