Build Information
Successful build of swift-case-paths, reference main (206cbc), with Swift 6.1 for Android on 1 Apr 2026 23:01:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images: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.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/pointfreeco/swift-case-paths
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 206cbce Support swift-syntax 605 (#239)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
206cbce3882b4de9aee19ce62ac5b7306cadd45b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform: 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" : "605.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "swift-case-paths",
"name" : "swift-case-paths",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CasePaths",
"targets" : [
"CasePaths"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsCore",
"targets" : [
"CasePathsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsMacros",
"targets" : [
"CasePathsMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CasePathsTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsTests",
"path" : "Tests/CasePathsTests",
"sources" : [
"CasePathableTests.swift",
"CasePathsTests.swift",
"CaseSetTests.swift",
"CompileTimeTests.swift",
"DeprecatedTests.swift",
"DeprecatedXCTModifyTests.swift",
"MacroTests.swift",
"ReflectionTests.swift",
"XCTModifyTests.swift",
"XCTUnwrapTests.swift"
],
"target_dependencies" : [
"CasePaths"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacrosTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacrosTests",
"path" : "Tests/CasePathsMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"CasePathableMacroTests.swift"
],
"target_dependencies" : [
"CasePathsMacros"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacros",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacros",
"path" : "Sources/CasePathsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"CasePaths",
"CasePathsMacros"
],
"sources" : [
"CasePathableMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "CasePathsCore",
"module_type" : "SwiftTarget",
"name" : "CasePathsCore",
"path" : "Sources/CasePathsCore",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CasePaths",
"CasePathsCore"
],
"sources" : [
"AnyCasePath.swift",
"CasePathIterable.swift",
"CasePathReflectable.swift",
"CasePathable.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/TypeName.swift",
"Internal/UncheckedSendable.swift",
"Never+CasePathable.swift",
"Optional+CasePathable.swift",
"Result+CasePathable.swift"
],
"type" : "library"
},
{
"c99name" : "CasePaths",
"module_type" : "SwiftTarget",
"name" : "CasePaths",
"path" : "Sources/CasePaths",
"product_memberships" : [
"CasePaths"
],
"sources" : [
"EnumReflection.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/LockIsolated.swift",
"Macros.swift",
"XCTestSupport.swift"
],
"target_dependencies" : [
"CasePathsCore",
"CasePathsMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images: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 swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/2171] Fetching swift-docc-plugin
[240/3132] Fetching swift-docc-plugin, swift-macro-testing
[1440/8855] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.51s)
[5777/7894] Fetching swift-docc-plugin, xctest-dynamic-overlay
[7895/82831] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.83s)
[5918/77108] Fetching swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (8.10s)
Fetched https://github.com/swiftlang/swift-syntax from cache (8.15s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (10.91s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (1.01s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.75s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16030] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (4.06s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5439] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.42s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.13s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.73s)
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/54] Write sources
[31/54] Compiling _SwiftSyntaxCShims PlatformMutex.c
[32/54] Write swift-version-24593BA9C3E375BF.txt
[34/70] Emitting module SwiftSyntax602
[35/70] Emitting module SwiftSyntax510
[36/70] Emitting module SwiftSyntax601
[37/70] Emitting module IssueReportingPackageSupport
[38/70] Emitting module SwiftSyntax600
[39/70] Emitting module IssueReportingPackageSupport
[40/70] Compiling SwiftSyntax602 Empty.swift
[41/71] Compiling SwiftSyntax510 Empty.swift
[43/72] Compiling SwiftSyntax601 Empty.swift
[44/73] Compiling IssueReportingPackageSupport _Test.swift
[45/74] Compiling SwiftSyntax603 Empty.swift
[46/74] Emitting module SwiftSyntax603
[48/75] Compiling SwiftSyntax600 Empty.swift
[49/76] Wrapping AST for SwiftSyntax602 for debugging
[53/76] Emitting module SwiftSyntax509
[54/76] Compiling SwiftSyntax509 Empty.swift
[55/77] Wrapping AST for SwiftSyntax510 for debugging
[57/77] Wrapping AST for SwiftSyntax601 for debugging
[58/77] Wrapping AST for SwiftSyntax600 for debugging
[59/77] Wrapping AST for SwiftSyntax603 for debugging
[60/97] Wrapping AST for SwiftSyntax509 for debugging
[62/160] Compiling IssueReportingPackageSupport _Test.swift
[64/181] Compiling IssueReporting FailureObserver.swift
[65/181] Compiling IssueReporting LockIsolated.swift
[66/181] Compiling IssueReporting Rethrows.swift
[67/181] Compiling IssueReporting SwiftTesting.swift
[68/181] Compiling IssueReporting UncheckedSendable.swift
[69/181] Compiling IssueReporting Warn.swift
[70/181] Compiling IssueReporting ErrorReporting.swift
[71/181] Compiling IssueReporting AppHostWarning.swift
[72/181] Compiling IssueReporting Deprecations.swift
[73/189] Emitting module IssueReporting
[74/191] Compiling IssueReporting ReportIssue.swift
[75/191] Compiling IssueReporting XCTest.swift
[76/191] Compiling IssueReporting IsTesting.swift
[77/191] Compiling IssueReporting IssueReporter.swift
[78/191] Compiling IssueReporting WithExpectedIssue.swift
[79/191] Compiling IssueReporting WithIssueContext.swift
[83/191] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[84/191] Compiling SwiftSyntax TokenDiagnostic.swift
[85/191] Compiling SwiftSyntax TokenSequence.swift
[86/191] Compiling SwiftSyntax TokenSyntax.swift
[87/191] Compiling SwiftSyntax Trivia.swift
[88/191] Compiling SwiftSyntax Utils.swift
[89/191] Compiling IssueReporting TestContext.swift
[90/191] Compiling IssueReporting Unimplemented.swift
[91/191] Compiling IssueReporting BreakpointReporter.swift
[92/191] Compiling IssueReporting DefaultReporter.swift
[93/191] Compiling IssueReporting FatalErrorReporter.swift
[94/191] Compiling IssueReporting IssueSeverity.swift
[98/191] Compiling SwiftSyntax Identifier.swift
[99/191] Compiling SwiftSyntax MemoryLayout.swift
[100/191] Compiling SwiftSyntax MissingNodeInitializers.swift
[101/191] Compiling SwiftSyntax RawSyntax.swift
[102/191] Compiling SwiftSyntax RawSyntaxArena.swift
[103/191] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[104/191] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[105/191] Compiling SwiftSyntax RawSyntaxTokenView.swift
[106/191] Compiling SwiftSyntax SourceEdit.swift
[123/195] Compiling XCTestDynamicOverlay Exports.swift
[124/195] Emitting module IssueReporting
[125/197] Compiling XCTestDynamicOverlay Deprecations.swift
[126/197] Emitting module XCTestDynamicOverlay
[127/198] Compiling IssueReporting WithExpectedIssue.swift
[128/198] Compiling IssueReporting WithIssueContext.swift
[130/208] Compiling CasePathsCore KeyPath+Sendable.swift
[131/209] Compiling CasePathsCore TypeName.swift
[132/209] Emitting module CasePathsCore
[133/209] Compiling CasePathsCore UncheckedSendable.swift
[134/209] Compiling CasePathsCore Optional+CasePathable.swift
[135/209] Compiling CasePathsCore Never+CasePathable.swift
[136/209] Compiling CasePathsCore Result+CasePathable.swift
[137/209] Compiling CasePathsCore AnyCasePath.swift
[138/209] Compiling CasePathsCore CasePathIterable.swift
[139/209] Compiling CasePathsCore CasePathReflectable.swift
[140/209] Compiling CasePathsCore CasePathable.swift
[142/210] Emitting module SwiftSyntax
[163/214] Compiling XCTestDynamicOverlay Exports.swift
[164/214] Emitting module XCTestDynamicOverlay
[165/214] Compiling XCTestDynamicOverlay Deprecations.swift
[167/225] Compiling CasePathsCore TypeName.swift
[168/226] Compiling CasePathsCore UncheckedSendable.swift
[169/226] Compiling CasePathsCore Never+CasePathable.swift
[170/226] Compiling CasePathsCore KeyPath+Sendable.swift
[171/226] Compiling CasePathsCore Optional+CasePathable.swift
[172/226] Compiling CasePathsCore AnyCasePath.swift
[173/226] Compiling CasePathsCore CasePathIterable.swift
[174/226] Emitting module CasePathsCore
[175/226] Compiling CasePathsCore CasePathReflectable.swift
[176/226] Compiling CasePathsCore CasePathable.swift
[177/226] Compiling CasePathsCore Result+CasePathable.swift
[179/227] Compiling SwiftSyntax SyntaxRewriter.swift
[180/227] Compiling SwiftSyntax SyntaxTraits.swift
[181/227] Compiling SwiftSyntax SyntaxVisitor.swift
[182/227] Compiling SwiftSyntax TokenKind.swift
[183/227] Compiling SwiftSyntax Tokens.swift
[184/227] Compiling SwiftSyntax TriviaPieces.swift
[185/227] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[186/227] Compiling SwiftSyntax RawSyntaxNodesC.swift
[187/227] Compiling SwiftSyntax RawSyntaxNodesD.swift
[188/227] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[189/227] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[190/227] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[191/227] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[192/227] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[193/227] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[194/227] Compiling SwiftSyntax RawSyntaxValidation.swift
[195/227] Compiling SwiftSyntax SyntaxNodesAB.swift
[196/227] Compiling SwiftSyntax ChildNameForKeyPath.swift
[197/227] Compiling SwiftSyntax Keyword.swift
[198/227] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[199/227] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[200/227] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[201/227] Compiling SwiftSyntax SyntaxBaseNodes.swift
[202/227] Compiling SwiftSyntax SyntaxCollections.swift
[203/227] Compiling SwiftSyntax SyntaxEnum.swift
[204/227] Compiling SwiftSyntax SyntaxKind.swift
[205/227] Compiling SwiftSyntax SyntaxNodesC.swift
[206/227] Compiling SwiftSyntax SyntaxNodesD.swift
[207/227] Compiling SwiftSyntax SyntaxNodesEF.swift
[208/227] Compiling SwiftSyntax SyntaxNodesGHI.swift
[209/227] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[210/227] Compiling SwiftSyntax SyntaxNodesOP.swift
[211/227] Compiling SwiftSyntax SyntaxNodesQRS.swift
[212/227] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[213/228] Wrapping AST for SwiftSyntax for debugging
[215/287] Compiling SwiftDiagnostics Message.swift
[216/287] Compiling SwiftParser Attributes.swift
[217/287] Compiling SwiftParser Availability.swift
[218/287] Emitting module SwiftDiagnostics
[219/288] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[220/288] Compiling SwiftBasicFormat Syntax+Extensions.swift
[221/288] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[222/288] Compiling SwiftParser CharacterInfo.swift
[223/288] Compiling SwiftParser CollectionNodes+Parsable.swift
[224/288] Compiling SwiftDiagnostics Note.swift
[225/288] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[226/288] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[227/288] Compiling SwiftDiagnostics FixIt.swift
[228/288] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[229/289] Compiling SwiftBasicFormat Indenter.swift
[230/289] Compiling SwiftBasicFormat InferIndentation.swift
[232/289] Emitting module SwiftBasicFormat
[233/289] Compiling SwiftBasicFormat BasicFormat.swift
[234/290] Wrapping AST for SwiftDiagnostics for debugging
[235/290] Wrapping AST for SwiftBasicFormat for debugging
[237/290] Compiling SwiftParser Lexeme.swift
[238/290] Compiling SwiftParser LexemeSequence.swift
[239/290] Compiling SwiftParser Lexer.swift
[240/290] Compiling SwiftParser RegexLiteralLexer.swift
[241/290] Compiling SwiftParser UnicodeScalarExtensions.swift
[242/290] Compiling SwiftParser Lookahead.swift
[243/295] Compiling SwiftParser StringLiterals.swift
[244/295] Compiling SwiftParser SwiftParserCompatibility.swift
[245/295] Compiling SwiftParser SwiftVersion.swift
[246/295] Compiling SwiftParser SyntaxUtils.swift
[247/295] Compiling SwiftParser TokenConsumer.swift
[248/295] Compiling SwiftParser TokenPrecedence.swift
[249/295] Compiling SwiftParser TokenSpec.swift
[250/295] Compiling SwiftParser TokenSpecSet.swift
[251/295] Compiling SwiftParser TopLevel.swift
[252/295] Compiling SwiftParser TriviaParser.swift
[253/295] Compiling SwiftParser Types.swift
[254/295] Emitting module SwiftParser
[255/295] Compiling SwiftParser LoopProgressCondition.swift
[256/295] Compiling SwiftParser Modifiers.swift
[257/295] Compiling SwiftParser Names.swift
[258/295] Compiling SwiftParser Nominals.swift
[259/295] Compiling SwiftParser Parameters.swift
[260/295] Compiling SwiftParser ParseSourceFile.swift
[261/295] Compiling SwiftParser Parser.swift
[262/295] Compiling SwiftParser Patterns.swift
[263/295] Compiling SwiftParser Recovery.swift
[264/295] Compiling SwiftParser Specifiers.swift
[265/295] Compiling SwiftParser Statements.swift
[266/295] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[271/295] Compiling SwiftParser CompilerFiles.swift
[272/295] Compiling SwiftParser Declarations.swift
[273/295] Compiling SwiftParser Directives.swift
[274/295] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[275/295] Compiling SwiftParser Expressions.swift
[276/295] Compiling SwiftParser IncrementalParseTransition.swift
[277/295] Compiling SwiftParser IsValidIdentifier.swift
[278/295] Compiling SwiftParser Cursor.swift
[279/295] Compiling SwiftParser ExperimentalFeatures.swift
[280/295] Compiling SwiftParser IsLexerClassified.swift
[281/295] Compiling SwiftParser LayoutNodes+Parsable.swift
[282/295] Compiling SwiftParser Parser+TokenSpecSet.swift
[283/295] Compiling SwiftParser TokenSpecStaticMembers.swift
[284/296] Wrapping AST for SwiftParser for debugging
[286/319] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[287/320] Compiling SwiftOperators PrecedenceGroup.swift
[288/321] Compiling SwiftOperators Operator.swift
[289/321] Compiling SwiftOperators OperatorError+Diagnostics.swift
[290/321] Compiling SwiftOperators OperatorTable.swift
[291/321] Emitting module SwiftOperators
[292/321] Compiling SwiftOperators PrecedenceGraph.swift
[293/321] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[294/321] Compiling SwiftOperators OperatorTable+Semantics.swift
[295/321] Compiling SwiftOperators SyntaxSynthesis.swift
[296/321] Compiling SwiftOperators OperatorError.swift
[297/321] Compiling SwiftOperators OperatorTable+Defaults.swift
[298/321] Compiling SwiftOperators OperatorTable+Folding.swift
[299/322] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[300/322] Compiling SwiftParserDiagnostics Utils.swift
[302/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[303/322] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[304/322] Compiling SwiftParserDiagnostics PresenceUtils.swift
[309/322] Emitting module SwiftParserDiagnostics
[309/322] Wrapping AST for SwiftOperators for debugging
[311/322] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[312/322] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[313/323] Wrapping AST for SwiftParserDiagnostics for debugging
[315/338] Emitting module SwiftSyntaxBuilder
[316/339] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[317/339] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[318/339] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[319/339] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[320/339] Compiling SwiftSyntaxBuilder Indenter.swift
[321/339] Compiling SwiftSyntaxBuilder ListBuilder.swift
[322/339] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[323/339] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[324/339] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[325/339] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[326/339] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[327/339] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[328/339] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[329/339] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[330/339] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[331/340] Wrapping AST for SwiftSyntaxBuilder for debugging
[333/355] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[334/355] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[335/356] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[336/356] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[337/356] Compiling SwiftIfConfig VersionTuple.swift
[338/356] Compiling SwiftIfConfig ConfiguredRegions.swift
[339/356] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[340/356] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[341/356] Compiling SwiftIfConfig BuildConfiguration.swift
[342/356] Compiling SwiftIfConfig IfConfigFunctions.swift
[343/356] Compiling SwiftIfConfig IfConfigRegionState.swift
[344/356] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[345/356] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[346/356] Emitting module SwiftIfConfig
[347/356] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[348/356] Compiling SwiftIfConfig IfConfigEvaluation.swift
[349/357] Wrapping AST for SwiftIfConfig for debugging
[351/374] Emitting module SwiftSyntaxMacros
[352/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[353/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[354/376] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[355/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[356/376] Compiling SwiftSyntaxMacros Macro.swift
[357/376] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[358/376] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[359/376] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[360/376] Compiling SwiftSyntaxMacros AccessorMacro.swift
[361/376] Compiling SwiftSyntaxMacros AttachedMacro.swift
[362/376] Compiling SwiftSyntaxMacros BodyMacro.swift
[363/376] Compiling SwiftSyntaxMacros MemberMacro.swift
[364/376] Compiling SwiftSyntaxMacros PeerMacro.swift
[365/376] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[366/376] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[367/376] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[368/376] Compiling SwiftSyntaxMacros PreambleMacro.swift
[369/376] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[370/377] Wrapping AST for SwiftSyntaxMacros for debugging
[372/386] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[373/387] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[374/387] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[375/387] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[376/387] Emitting module SwiftSyntaxMacroExpansion
[377/387] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[378/387] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[379/387] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[380/387] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[381/387] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[382/388] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[384/400] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[385/400] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[386/400] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[387/401] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[388/401] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[389/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[390/401] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[392/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[393/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[394/401] Emitting module SwiftCompilerPluginMessageHandling
[395/401] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[396/401] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[397/402] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[399/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[400/404] Emitting module SwiftCompilerPlugin
[401/405] Wrapping AST for SwiftCompilerPlugin for debugging
[403/408] Emitting module CasePathsMacros
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 | }
51 |
52 | extension CasePathableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[404/408] Compiling CasePathsMacros Plugin.swift
[405/408] Compiling CasePathsMacros CasePathableMacro.swift
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
50 | }
51 |
52 | extension CasePathableMacro: MemberMacro {
| `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 | /// - Returns: the set of member declarations introduced by this macro, which
54 | /// are nested inside the `attachedTo` declaration.
55 | static func expansion(
| `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 | of node: AttributeSyntax,
57 | providingMembersOf declaration: some DeclGroupSyntax,
:
87 | message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 | )
89 | public static func expansion(
| `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 | of node: AttributeSyntax,
91 | providingMembersOf declaration: some DeclGroupSyntax,
[406/409] Wrapping AST for CasePathsMacros for debugging
[407/409] Write Objects.LinkFileList
[408/409] Linking CasePathsMacros-tool
[410/423] Compiling CasePaths Exports.swift
[411/423] Compiling CasePaths LockIsolated.swift
[412/423] Compiling CasePaths Macros.swift
[413/423] Emitting module CasePaths
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
[414/423] Compiling CasePaths Exports.swift
[415/423] Compiling CasePaths Macros.swift
[416/423] Compiling CasePaths LockIsolated.swift
[417/423] Compiling CasePaths XCTestSupport.swift
[419/423] Compiling CasePaths Deprecations.swift
[421/423] Compiling CasePaths EnumReflection.swift
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
[422/423] Emitting module CasePaths
/host/spi-builder-workspace/Sources/CasePaths/EnumReflection.swift:246:2: warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
244 | }
245 |
246 | @_silgen_name("swift_getTypeByMangledNameInContext")
| `- warning: symbol name 'swift_getTypeByMangledNameInContext' is reserved for the Swift runtime and cannot be directly referenced without causing unpredictable behavior; this will become an error
247 | private func swift_getTypeByMangledNameInContext(
248 | _ name: UnsafePointer<UInt8>,
[423/424] 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! (150.12s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "509.0.0",
"upper_bound" : "605.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-syntax"
},
{
"identity" : "xctest-dynamic-overlay",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swift-macro-testing",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/swift-macro-testing"
}
],
"manifest_display_name" : "swift-case-paths",
"name" : "swift-case-paths",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CasePaths",
"targets" : [
"CasePaths"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsCore",
"targets" : [
"CasePathsCore"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CasePathsMacros",
"targets" : [
"CasePathsMacros"
],
"type" : {
"macro" : null
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "CasePathsTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsTests",
"path" : "Tests/CasePathsTests",
"sources" : [
"CasePathableTests.swift",
"CasePathsTests.swift",
"CaseSetTests.swift",
"CompileTimeTests.swift",
"DeprecatedTests.swift",
"DeprecatedXCTModifyTests.swift",
"MacroTests.swift",
"ReflectionTests.swift",
"XCTModifyTests.swift",
"XCTUnwrapTests.swift"
],
"target_dependencies" : [
"CasePaths"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacrosTests",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacrosTests",
"path" : "Tests/CasePathsMacrosTests",
"product_dependencies" : [
"MacroTesting"
],
"sources" : [
"CasePathableMacroTests.swift"
],
"target_dependencies" : [
"CasePathsMacros"
],
"type" : "test"
},
{
"c99name" : "CasePathsMacros",
"module_type" : "SwiftTarget",
"name" : "CasePathsMacros",
"path" : "Sources/CasePathsMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin",
"SwiftDiagnostics",
"SwiftSyntax",
"SwiftSyntaxBuilder"
],
"product_memberships" : [
"CasePaths",
"CasePathsMacros"
],
"sources" : [
"CasePathableMacro.swift",
"Plugin.swift"
],
"type" : "macro"
},
{
"c99name" : "CasePathsCore",
"module_type" : "SwiftTarget",
"name" : "CasePathsCore",
"path" : "Sources/CasePathsCore",
"product_dependencies" : [
"IssueReporting",
"XCTestDynamicOverlay"
],
"product_memberships" : [
"CasePaths",
"CasePathsCore"
],
"sources" : [
"AnyCasePath.swift",
"CasePathIterable.swift",
"CasePathReflectable.swift",
"CasePathable.swift",
"Internal/KeyPath+Sendable.swift",
"Internal/TypeName.swift",
"Internal/UncheckedSendable.swift",
"Never+CasePathable.swift",
"Optional+CasePathable.swift",
"Result+CasePathable.swift"
],
"type" : "library"
},
{
"c99name" : "CasePaths",
"module_type" : "SwiftTarget",
"name" : "CasePaths",
"path" : "Sources/CasePaths",
"product_memberships" : [
"CasePaths"
],
"sources" : [
"EnumReflection.swift",
"Internal/Deprecations.swift",
"Internal/Exports.swift",
"Internal/LockIsolated.swift",
"Macros.swift",
"XCTestSupport.swift"
],
"target_dependencies" : [
"CasePathsCore",
"CasePathsMacros"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:8d42880410d691f231f1a6445d3941a4c9d6c7af65062a9750a54d2059944963
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Done.