The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-case-paths, reference 1.7.3 (206cbc), with Swift 6.1 for Android on 1 Apr 2026 22:57:15 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: 1.7.3
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
 * tag               1.7.3      -> FETCH_HEAD
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 1.7.3
========================================
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-4609320-0":/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/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
[1/961] Fetching swift-macro-testing
[962/3132] Fetching swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.35s)
[240/7894] Fetching swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.70s)
[3550/80660] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.21s)
[9742/74937] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (7.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (10.77s)
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.43s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.09s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.99s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.67s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16030] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.85s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (3.38s)
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.37s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (0.91s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.57s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/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.19.2
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/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-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.5
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 603.0.0
[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/66] Emitting module IssueReportingPackageSupport
[35/70] Emitting module SwiftSyntax601
[36/70] Emitting module SwiftSyntax600
[37/70] Emitting module SwiftSyntax510
[38/70] Compiling SwiftSyntax601 Empty.swift
[39/71] Compiling SwiftSyntax510 Empty.swift
[40/72] Compiling SwiftSyntax600 Empty.swift
[41/73] Compiling IssueReportingPackageSupport _Test.swift
[42/73] Emitting module IssueReportingPackageSupport
[43/73] Emitting module SwiftSyntax603
[44/73] Compiling SwiftSyntax603 Empty.swift
[45/73] Compiling SwiftSyntax509 Empty.swift
[46/73] Emitting module SwiftSyntax509
[47/75] Compiling SwiftSyntax602 Empty.swift
[48/75] Emitting module SwiftSyntax602
[49/77] Compiling IssueReportingPackageSupport _Test.swift
[57/78] Wrapping AST for SwiftSyntax603 for debugging
[58/78] Wrapping AST for SwiftSyntax602 for debugging
[59/78] Wrapping AST for SwiftSyntax601 for debugging
[60/78] Wrapping AST for SwiftSyntax510 for debugging
[61/78] Wrapping AST for SwiftSyntax600 for debugging
[62/150] Wrapping AST for SwiftSyntax509 for debugging
[64/181] Compiling IssueReporting IssueSeverity.swift
[65/181] Compiling IssueReporting ReportIssue.swift
[66/183] Compiling IssueReporting TestContext.swift
[67/183] Compiling IssueReporting Unimplemented.swift
[68/183] Compiling IssueReporting WithExpectedIssue.swift
[69/183] Compiling IssueReporting WithIssueContext.swift
[74/185] Compiling SwiftSyntax SyntaxNodeStructure.swift
[75/185] Compiling SwiftSyntax SyntaxProtocol.swift
[76/185] Compiling SwiftSyntax SyntaxText.swift
[77/185] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[78/185] Compiling SwiftSyntax TokenDiagnostic.swift
[79/185] Compiling SwiftSyntax TokenSequence.swift
[80/185] Compiling SwiftSyntax TokenSyntax.swift
[81/185] Compiling SwiftSyntax Trivia.swift
[82/185] Compiling SwiftSyntax Utils.swift
[83/193] Compiling IssueReporting FailureObserver.swift
[84/193] Compiling IssueReporting LockIsolated.swift
[85/193] Compiling IssueReporting Rethrows.swift
[86/193] Compiling IssueReporting ErrorReporting.swift
[87/193] Compiling IssueReporting AppHostWarning.swift
[88/193] Compiling IssueReporting Deprecations.swift
[89/193] Compiling IssueReporting SwiftTesting.swift
[90/193] Compiling IssueReporting UncheckedSendable.swift
[91/193] Compiling IssueReporting Warn.swift
[93/193] Compiling IssueReporting WithExpectedIssue.swift
[94/193] Compiling IssueReporting WithIssueContext.swift
[95/193] Compiling SwiftSyntax Assert.swift
[96/193] Compiling SwiftSyntax BumpPtrAllocator.swift
[97/193] Compiling SwiftSyntax CommonAncestor.swift
[98/193] Compiling SwiftSyntax Convenience.swift
[99/193] Compiling SwiftSyntax CustomTraits.swift
[100/193] Compiling SwiftSyntax EditorPlaceholder.swift
[101/193] Compiling IssueReporting BreakpointReporter.swift
[102/193] Compiling IssueReporting DefaultReporter.swift
[103/193] Compiling IssueReporting FatalErrorReporter.swift
[104/193] Compiling IssueReporting XCTest.swift
[105/193] Compiling IssueReporting IsTesting.swift
[106/193] Compiling IssueReporting IssueReporter.swift
[110/193] Emitting module IssueReporting
[130/197] Compiling XCTestDynamicOverlay Exports.swift
[131/197] Emitting module XCTestDynamicOverlay
[132/197] Compiling XCTestDynamicOverlay Deprecations.swift
[134/208] Compiling CasePathsCore UncheckedSendable.swift
[135/209] Emitting module CasePathsCore
[136/209] Compiling CasePathsCore KeyPath+Sendable.swift
[137/209] Compiling CasePathsCore TypeName.swift
[138/209] Compiling CasePathsCore Never+CasePathable.swift
[139/209] Compiling CasePathsCore AnyCasePath.swift
[140/209] Compiling CasePathsCore CasePathIterable.swift
[141/209] Compiling CasePathsCore Optional+CasePathable.swift
[142/209] Compiling CasePathsCore CasePathReflectable.swift
[143/209] Compiling CasePathsCore CasePathable.swift
[144/209] Compiling CasePathsCore Result+CasePathable.swift
[162/214] Compiling XCTestDynamicOverlay Exports.swift
[163/214] Compiling XCTestDynamicOverlay Deprecations.swift
[164/214] Emitting module XCTestDynamicOverlay
[166/225] Compiling CasePathsCore KeyPath+Sendable.swift
[167/226] Compiling CasePathsCore Optional+CasePathable.swift
[168/226] Compiling CasePathsCore TypeName.swift
[169/226] Compiling CasePathsCore AnyCasePath.swift
[170/226] Compiling CasePathsCore CasePathIterable.swift
[171/226] Emitting module CasePathsCore
[172/226] Compiling CasePathsCore CasePathReflectable.swift
[173/226] Compiling CasePathsCore CasePathable.swift
[174/226] Compiling CasePathsCore Never+CasePathable.swift
[175/226] Compiling CasePathsCore UncheckedSendable.swift
[176/226] Compiling CasePathsCore Result+CasePathable.swift
[178/227] Emitting module SwiftSyntax
[179/227] Compiling SwiftSyntax SyntaxRewriter.swift
[180/227] Compiling SwiftSyntax SyntaxTraits.swift
[181/227] Compiling SwiftSyntax SyntaxVisitor.swift
[182/227] Compiling SwiftSyntax TokenKind.swift
[183/227] Compiling SwiftSyntax Tokens.swift
[184/227] Compiling SwiftSyntax TriviaPieces.swift
[185/227] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[186/227] Compiling SwiftSyntax RawSyntaxNodesC.swift
[187/227] Compiling SwiftSyntax RawSyntaxNodesD.swift
[188/227] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[189/227] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[190/227] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[191/227] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[192/227] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[193/227] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[194/227] Compiling SwiftSyntax RawSyntaxValidation.swift
[195/227] Compiling SwiftSyntax SyntaxNodesAB.swift
[196/227] Compiling SwiftSyntax ChildNameForKeyPath.swift
[197/227] Compiling SwiftSyntax Keyword.swift
[198/227] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[199/227] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[200/227] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[201/227] Compiling SwiftSyntax SyntaxBaseNodes.swift
[202/227] Compiling SwiftSyntax SyntaxCollections.swift
[203/227] Compiling SwiftSyntax SyntaxEnum.swift
[204/227] Compiling SwiftSyntax SyntaxKind.swift
[205/227] Compiling SwiftSyntax SyntaxNodesC.swift
[206/227] Compiling SwiftSyntax SyntaxNodesD.swift
[207/227] Compiling SwiftSyntax SyntaxNodesEF.swift
[208/227] Compiling SwiftSyntax SyntaxNodesGHI.swift
[209/227] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[210/227] Compiling SwiftSyntax SyntaxNodesOP.swift
[211/227] Compiling SwiftSyntax SyntaxNodesQRS.swift
[212/227] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[213/228] Wrapping AST for SwiftSyntax for debugging
[215/287] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[216/287] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[217/287] Compiling SwiftDiagnostics Message.swift
[218/288] Compiling SwiftBasicFormat Syntax+Extensions.swift
[219/288] Compiling SwiftDiagnostics FixIt.swift
[220/288] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[221/288] Emitting module SwiftDiagnostics
[222/288] Compiling SwiftParser Attributes.swift
[223/288] Compiling SwiftParser Availability.swift
[224/288] Compiling SwiftParser CharacterInfo.swift
[225/288] Compiling SwiftParser CollectionNodes+Parsable.swift
[226/288] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[227/288] Emitting module SwiftBasicFormat
[228/288] Compiling SwiftDiagnostics Note.swift
[229/288] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[230/289] Compiling SwiftBasicFormat Indenter.swift
[231/289] Compiling SwiftBasicFormat InferIndentation.swift
[232/289] Wrapping AST for SwiftDiagnostics for debugging
[234/289] Compiling SwiftBasicFormat BasicFormat.swift
[236/290] Compiling SwiftParser StringLiterals.swift
[237/290] Compiling SwiftParser SwiftParserCompatibility.swift
[238/290] Compiling SwiftParser SwiftVersion.swift
[239/290] Compiling SwiftParser SyntaxUtils.swift
[240/290] Compiling SwiftParser TokenConsumer.swift
[241/290] Compiling SwiftParser TokenPrecedence.swift
[241/295] Wrapping AST for SwiftBasicFormat for debugging
[243/295] Emitting module SwiftParser
[244/295] Compiling SwiftParser Lexeme.swift
[245/295] Compiling SwiftParser LexemeSequence.swift
[246/295] Compiling SwiftParser Lexer.swift
[247/295] Compiling SwiftParser RegexLiteralLexer.swift
[248/295] Compiling SwiftParser UnicodeScalarExtensions.swift
[249/295] Compiling SwiftParser Lookahead.swift
[250/295] Compiling SwiftParser TokenSpec.swift
[251/295] Compiling SwiftParser TokenSpecSet.swift
[252/295] Compiling SwiftParser TopLevel.swift
[253/295] Compiling SwiftParser TriviaParser.swift
[254/295] Compiling SwiftParser Types.swift
[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
[267/295] Compiling SwiftParser Directives.swift
[268/295] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[269/295] Compiling SwiftParser Expressions.swift
[270/295] Compiling SwiftParser IncrementalParseTransition.swift
[271/295] Compiling SwiftParser IsValidIdentifier.swift
[272/295] Compiling SwiftParser Cursor.swift
[277/295] Compiling SwiftParser CompilerFiles.swift
[278/295] Compiling SwiftParser Declarations.swift
[279/295] Compiling SwiftParser ExperimentalFeatures.swift
[280/295] Compiling SwiftParser IsLexerClassified.swift
[281/295] Compiling SwiftParser LayoutNodes+Parsable.swift
[282/295] Compiling SwiftParser Parser+TokenSpecSet.swift
[283/295] Compiling SwiftParser TokenSpecStaticMembers.swift
[284/296] Wrapping AST for SwiftParser for debugging
[286/319] Compiling SwiftOperators OperatorTable+Semantics.swift
[287/320] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[288/321] Compiling SwiftOperators PrecedenceGroup.swift
[289/321] Compiling SwiftParserDiagnostics MissingNodesError.swift
[290/321] Compiling SwiftParserDiagnostics MissingTokenError.swift
[291/321] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[292/321] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[293/321] Compiling SwiftOperators OperatorTable.swift
[294/321] Compiling SwiftOperators PrecedenceGraph.swift
[295/321] Emitting module SwiftOperators
[296/321] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[297/321] Compiling SwiftOperators SyntaxSynthesis.swift
[298/321] Compiling SwiftOperators OperatorTable+Folding.swift
[300/322] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[301/322] Compiling SwiftParserDiagnostics Utils.swift
[302/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[302/322] Wrapping AST for SwiftOperators for debugging
[304/322] Emitting module SwiftParserDiagnostics
[307/322] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[308/322] Compiling SwiftParserDiagnostics PresenceUtils.swift
[309/322] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[310/322] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[313/323] Wrapping AST for SwiftParserDiagnostics for debugging
[315/338] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[316/338] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[317/339] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[318/339] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[319/339] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[320/339] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[321/339] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[322/339] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[323/339] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[324/339] Emitting module SwiftSyntaxBuilder
[325/339] Compiling SwiftSyntaxBuilder Indenter.swift
[326/339] Compiling SwiftSyntaxBuilder ListBuilder.swift
[327/339] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[328/339] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[329/339] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[330/339] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[331/340] Wrapping AST for SwiftSyntaxBuilder for debugging
[333/355] Compiling SwiftIfConfig SyntaxProtocol+IfConfig.swift
[334/355] Compiling SwiftIfConfig VersionTuple+Parsing.swift
[335/356] Emitting module SwiftIfConfig
[336/356] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[337/356] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[338/356] Compiling SwiftIfConfig IfConfigFunctions.swift
[339/356] Compiling SwiftIfConfig IfConfigRegionState.swift
[340/356] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[341/356] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[342/356] Compiling SwiftIfConfig VersionTuple.swift
[343/356] Compiling SwiftIfConfig IfConfigDiagnostic.swift
[344/356] Compiling SwiftIfConfig IfConfigEvaluation.swift
[345/356] Compiling SwiftIfConfig ConfiguredRegions.swift
[346/356] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[347/356] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[348/356] Compiling SwiftIfConfig BuildConfiguration.swift
[349/357] Wrapping AST for SwiftIfConfig for debugging
[351/374] Emitting module SwiftSyntaxMacros
[352/376] Compiling SwiftSyntaxMacros Macro.swift
[353/376] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[354/376] Compiling SwiftSyntaxMacros MemberMacro.swift
[355/376] Compiling SwiftSyntaxMacros PeerMacro.swift
[356/376] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[357/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[358/376] Compiling SwiftSyntaxMacros AccessorMacro.swift
[359/376] Compiling SwiftSyntaxMacros AttachedMacro.swift
[360/376] Compiling SwiftSyntaxMacros BodyMacro.swift
[361/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[362/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[363/376] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[364/376] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[365/376] Compiling SwiftSyntaxMacros PreambleMacro.swift
[366/376] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[367/376] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[368/376] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[369/376] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.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 MacroExpansion.swift
[375/387] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[376/387] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[377/387] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[378/387] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[379/387] Emitting module SwiftSyntaxMacroExpansion
[380/387] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[381/387] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[382/388] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[384/400] Emitting module SwiftCompilerPluginMessageHandling
[385/401] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[386/401] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[387/401] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[388/401] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[389/401] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[390/401] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[391/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[392/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[393/401] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[394/401] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[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] Compiling CasePathsMacros Plugin.swift
[404/408] Emitting module CasePathsMacros
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 | }
 51 |
 52 | extension CasePathableMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 53 |   public static func expansion<
 54 |     Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[405/408] Compiling CasePathsMacros CasePathableMacro.swift
/host/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:52:1: warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 50 | }
 51 |
 52 | extension CasePathableMacro: MemberMacro {
    | `- warning: deprecated default implementation is used to satisfy static method 'expansion(of:providingMembersOf:conformingTo:in:)' required by protocol 'MemberMacro': `MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter
 53 |   public static func expansion<
 54 |     Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/host/spi-builder-workspace/.build/checkouts/swift-syntax/Sources/SwiftSyntaxMacros/MacroProtocols/MemberMacro.swift:89:22: note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
53 |   /// - Returns: the set of member declarations introduced by this macro, which
54 |   /// are nested inside the `attachedTo` declaration.
55 |   static func expansion(
   |               `- note: requirement 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
56 |     of node: AttributeSyntax,
57 |     providingMembersOf declaration: some DeclGroupSyntax,
   :
87 |     message: "`MemberMacro` conformance should implement the `expansion` function that takes a `conformingTo` parameter"
88 |   )
89 |   public static func expansion(
   |                      `- note: 'expansion(of:providingMembersOf:conformingTo:in:)' declared here
90 |     of node: AttributeSyntax,
91 |     providingMembersOf declaration: some DeclGroupSyntax,
[406/409] Wrapping AST for CasePathsMacros for debugging
[407/409] Write Objects.LinkFileList
[408/409] Linking CasePathsMacros-tool
[410/423] Compiling CasePaths Exports.swift
[411/423] Compiling CasePaths LockIsolated.swift
[412/423] Compiling CasePaths Exports.swift
[413/423] Compiling CasePaths Macros.swift
[414/423] Compiling CasePaths XCTestSupport.swift
[415/423] Compiling CasePaths LockIsolated.swift
[416/423] Compiling CasePaths Macros.swift
[417/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>,
[418/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/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>,
Build complete! (197.34s)
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.