The Swift Package Index logo.Swift Package Index

Build Information

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

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.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:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-case-paths.git
https://github.com/pointfreeco/swift-case-paths.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "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-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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
[219/3132] Fetching swift-docc-plugin, swift-macro-testing
[1201/8855] Fetching swift-docc-plugin, swift-macro-testing, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.68s)
[4510/6684] Fetching swift-macro-testing, xctest-dynamic-overlay
[4511/81621] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.26s)
[12951/75898] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (7.39s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.46s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (10.38s)
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.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 603.0.0 (0.98s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.5 (0.66s)
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.23s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (3.77s)
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.34s)
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/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/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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
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/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/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-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/68] Emitting module IssueReportingPackageSupport
[36/70] Compiling IssueReportingPackageSupport _Test.swift
[37/71] Compiling SwiftSyntax510 Empty.swift
[38/71] Emitting module SwiftSyntax510
[39/72] Emitting module SwiftSyntax509
[40/72] Compiling SwiftSyntax509 Empty.swift
[41/73] Emitting module SwiftSyntax601
[42/73] Compiling SwiftSyntax601 Empty.swift
[43/73] Compiling SwiftSyntax600 Empty.swift
[44/73] Emitting module SwiftSyntax600
[45/75] Emitting module SwiftSyntax602
[46/75] Compiling SwiftSyntax602 Empty.swift
[47/76] Compiling SwiftSyntax603 Empty.swift
[48/76] Emitting module SwiftSyntax603
[56/77] Compiling IssueReportingPackageSupport _Test.swift
[57/78] Wrapping AST for SwiftSyntax601 for debugging
[58/78] Wrapping AST for SwiftSyntax509 for debugging
[59/78] Wrapping AST for SwiftSyntax603 for debugging
[60/78] Wrapping AST for SwiftSyntax600 for debugging
[61/78] Wrapping AST for SwiftSyntax510 for debugging
[62/78] Wrapping AST for SwiftSyntax602 for debugging
[64/181] Compiling IssueReporting SwiftTesting.swift
[65/181] Compiling IssueReporting UncheckedSendable.swift
[66/181] Compiling IssueReporting Warn.swift
[67/181] Compiling IssueReporting ErrorReporting.swift
[68/181] Compiling IssueReporting AppHostWarning.swift
[69/181] Compiling IssueReporting Deprecations.swift
[70/181] Compiling IssueReporting XCTest.swift
[71/181] Compiling IssueReporting IsTesting.swift
[72/181] Compiling IssueReporting IssueReporter.swift
[73/189] Compiling IssueReporting IssueSeverity.swift
[74/189] Compiling IssueReporting ReportIssue.swift
[75/189] Compiling IssueReporting BreakpointReporter.swift
[76/189] Compiling IssueReporting DefaultReporter.swift
[82/193] Compiling IssueReporting TestContext.swift
[83/193] Compiling IssueReporting Unimplemented.swift
[84/193] Emitting module IssueReporting
[85/193] Compiling IssueReporting WithExpectedIssue.swift
[86/193] Compiling IssueReporting WithIssueContext.swift
[91/193] Compiling IssueReporting FatalErrorReporter.swift
[98/193] Compiling IssueReporting FailureObserver.swift
[99/193] Compiling IssueReporting LockIsolated.swift
[100/193] Compiling IssueReporting Rethrows.swift
[108/194] Emitting module IssueReporting
[119/198] Compiling XCTestDynamicOverlay Exports.swift
[121/201] Emitting module XCTestDynamicOverlay
[122/201] Compiling XCTestDynamicOverlay Deprecations.swift
[124/202] Emitting module XCTestDynamicOverlay
[125/202] Compiling XCTestDynamicOverlay Deprecations.swift
[127/223] Compiling CasePathsCore UncheckedSendable.swift
[128/224] Compiling CasePathsCore KeyPath+Sendable.swift
[129/224] Compiling CasePathsCore UncheckedSendable.swift
[130/225] Compiling CasePathsCore Optional+CasePathable.swift
[131/225] Compiling CasePathsCore Never+CasePathable.swift
[132/225] Compiling CasePathsCore TypeName.swift
[133/225] Emitting module CasePathsCore
[134/225] Compiling CasePathsCore CasePathReflectable.swift
[135/225] Compiling CasePathsCore CasePathable.swift
[136/225] Emitting module CasePathsCore
[137/225] Compiling CasePathsCore AnyCasePath.swift
[138/225] Compiling CasePathsCore CasePathIterable.swift
[139/225] Compiling CasePathsCore Never+CasePathable.swift
[140/225] Compiling CasePathsCore KeyPath+Sendable.swift
[141/225] Compiling CasePathsCore TypeName.swift
[142/225] Compiling CasePathsCore Optional+CasePathable.swift
[143/225] Compiling CasePathsCore Result+CasePathable.swift
[151/227] Emitting module SwiftSyntax
[155/227] Compiling SwiftSyntax TokenKind.swift
[156/227] Compiling SwiftSyntax Tokens.swift
[157/227] Compiling SwiftSyntax TriviaPieces.swift
[158/227] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[159/227] Compiling SwiftSyntax RawSyntaxNodesC.swift
[160/227] Compiling SwiftSyntax RawSyntaxNodesD.swift
[161/227] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[162/227] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[163/227] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[164/227] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[165/227] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[166/227] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[167/227] Compiling SwiftSyntax RawSyntaxValidation.swift
[168/227] Compiling SwiftSyntax SyntaxNodesAB.swift
[169/227] Compiling SwiftSyntax SyntaxNodeStructure.swift
[170/227] Compiling SwiftSyntax SyntaxProtocol.swift
[171/227] Compiling SwiftSyntax SyntaxText.swift
[172/227] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[173/227] Compiling SwiftSyntax TokenDiagnostic.swift
[174/227] Compiling SwiftSyntax TokenSequence.swift
[175/227] Compiling SwiftSyntax TokenSyntax.swift
[176/227] Compiling SwiftSyntax Trivia.swift
[177/227] Compiling SwiftSyntax Utils.swift
[178/227] Compiling SwiftSyntax SourceLength.swift
[179/227] Compiling SwiftSyntax SourceLocation.swift
[180/227] Compiling SwiftSyntax SourcePresence.swift
[181/227] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[182/227] Compiling SwiftSyntax Syntax.swift
[183/227] Compiling SwiftSyntax SyntaxChildren.swift
[184/227] Compiling SwiftSyntax SyntaxCollection.swift
[185/227] Compiling SwiftSyntax SyntaxHashable.swift
[186/227] Compiling SwiftSyntax SyntaxIdentifier.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/288] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[217/288] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[218/288] Compiling SwiftDiagnostics FixIt.swift
[219/288] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[220/288] Compiling SwiftDiagnostics Note.swift
[221/288] Compiling SwiftBasicFormat Syntax+Extensions.swift
[222/288] Compiling SwiftBasicFormat InferIndentation.swift
[223/288] Emitting module SwiftDiagnostics
[224/288] Compiling SwiftDiagnostics Convenience.swift
[225/288] Compiling SwiftDiagnostics Diagnostic.swift
[226/288] Emitting module SwiftBasicFormat
[227/288] Compiling SwiftBasicFormat Indenter.swift
[228/288] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[229/288] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[230/288] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[231/288] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[233/289] Compiling SwiftBasicFormat BasicFormat.swift
[233/290] Wrapping AST for SwiftDiagnostics for debugging
[236/290] Compiling SwiftParser LoopProgressCondition.swift
[237/290] Compiling SwiftParser Modifiers.swift
[238/290] Compiling SwiftParser Names.swift
[239/290] Compiling SwiftParser Nominals.swift
[240/290] Compiling SwiftParser Parameters.swift
[241/290] Compiling SwiftParser ParseSourceFile.swift
[241/295] Wrapping AST for SwiftBasicFormat for debugging
[243/295] Emitting module SwiftParser
[244/295] Compiling SwiftParser TokenSpec.swift
[245/295] Compiling SwiftParser TokenSpecSet.swift
[246/295] Compiling SwiftParser TopLevel.swift
[247/295] Compiling SwiftParser TriviaParser.swift
[248/295] Compiling SwiftParser Types.swift
[249/295] Compiling SwiftParser StringLiterals.swift
[250/295] Compiling SwiftParser SwiftParserCompatibility.swift
[251/295] Compiling SwiftParser SwiftVersion.swift
[252/295] Compiling SwiftParser SyntaxUtils.swift
[253/295] Compiling SwiftParser TokenConsumer.swift
[254/295] Compiling SwiftParser TokenPrecedence.swift
[255/295] Compiling SwiftParser Parser.swift
[256/295] Compiling SwiftParser Patterns.swift
[257/295] Compiling SwiftParser Recovery.swift
[258/295] Compiling SwiftParser Specifiers.swift
[259/295] Compiling SwiftParser Statements.swift
[260/295] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[265/295] Compiling SwiftParser CompilerFiles.swift
[266/295] Compiling SwiftParser Declarations.swift
[267/295] Compiling SwiftParser Lexeme.swift
[268/295] Compiling SwiftParser LexemeSequence.swift
[269/295] Compiling SwiftParser Lexer.swift
[270/295] Compiling SwiftParser RegexLiteralLexer.swift
[271/295] Compiling SwiftParser UnicodeScalarExtensions.swift
[272/295] Compiling SwiftParser Lookahead.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 SwiftParserDiagnostics TokenNameForDiagnostics.swift
[291/321] Compiling SwiftOperators PrecedenceGraph.swift
[292/321] Compiling SwiftOperators OperatorTable.swift
[293/321] Emitting module SwiftOperators
[294/321] Compiling SwiftOperators SyntaxSynthesis.swift
[295/321] Compiling SwiftOperators OperatorError.swift
[296/321] Compiling SwiftOperators OperatorTable+Defaults.swift
[297/321] Compiling SwiftOperators OperatorTable+Folding.swift
[298/321] Compiling SwiftOperators OperatorTable+Semantics.swift
[300/322] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[301/322] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[302/322] Compiling SwiftParserDiagnostics Utils.swift
[302/322] Wrapping AST for SwiftOperators for debugging
[306/322] Emitting module SwiftParserDiagnostics
[309/322] Compiling SwiftParserDiagnostics MissingNodesError.swift
[310/322] Compiling SwiftParserDiagnostics MissingTokenError.swift
[311/322] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[312/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 ResultBuilderExtensions.swift
[318/339] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[319/339] Compiling SwiftSyntaxBuilder Indenter.swift
[320/339] Compiling SwiftSyntaxBuilder ListBuilder.swift
[321/339] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[322/339] Emitting module SwiftSyntaxBuilder
[323/339] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[324/339] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[325/339] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[326/339] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.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] Compiling SwiftIfConfig IfConfigFunctions.swift
[336/356] Compiling SwiftIfConfig IfConfigRegionState.swift
[337/356] Compiling SwiftIfConfig StaticBuildConfiguration.swift
[338/356] Compiling SwiftIfConfig SyntaxLiteralUtils.swift
[339/356] Compiling SwiftIfConfig VersionTuple.swift
[340/356] Emitting module SwiftIfConfig
[341/356] Compiling SwiftIfConfig ConfiguredRegions.swift
[342/356] Compiling SwiftIfConfig IfConfigDecl+IfConfig.swift
[343/356] Compiling SwiftIfConfig ActiveClauseEvaluator.swift
[344/356] Compiling SwiftIfConfig ActiveSyntaxRewriter.swift
[345/356] Compiling SwiftIfConfig ActiveSyntaxVisitor.swift
[346/356] Compiling SwiftIfConfig BuildConfiguration.swift
[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 FreestandingMacro.swift
[353/376] Compiling SwiftSyntaxMacros Macro+Format.swift
[354/376] Compiling SwiftSyntaxMacros MemberMacro.swift
[355/376] Compiling SwiftSyntaxMacros PeerMacro.swift
[356/376] Compiling SwiftSyntaxMacros Macro.swift
[357/376] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[358/376] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[359/376] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[360/376] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[361/376] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[362/376] Compiling SwiftSyntaxMacros AccessorMacro.swift
[363/376] Compiling SwiftSyntaxMacros AttachedMacro.swift
[364/376] Compiling SwiftSyntaxMacros BodyMacro.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 BasicMacroExpansionContext.swift
[374/387] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[375/387] Emitting module SwiftSyntaxMacroExpansion
[376/387] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[377/387] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.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/401] 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 JSONDecoding.swift
[393/401] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[394/401] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[395/401] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[396/401] Emitting module SwiftCompilerPluginMessageHandling
[397/402] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[399/404] Emitting module SwiftCompilerPlugin
[400/404] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[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 Macros.swift
[411/423] Compiling CasePaths Exports.swift
[413/423] Compiling CasePaths LockIsolated.swift
[414/423] Compiling CasePaths XCTestSupport.swift
[416/423] Compiling CasePaths Macros.swift
[417/423] Compiling CasePaths LockIsolated.swift
[418/423] Compiling CasePaths Deprecations.swift
[420/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>,
[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/424] 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! (191.47s)
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"
}
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:c3bd0c8eb125dea46564a1eb8b09ee779ba7ae350b1ee58b5e9d6ff6c39cef37
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Done.