The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-case-paths, reference main (cabda6), with Swift 6.1 for Wasm on 28 Aug 2025 23:58:27 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/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/pointfreeco/swift-case-paths
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cabda66 Docs: Fix module cross-reference links in generated docs (#227)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
cabda66f037766bd97efec98473f4565a447b7b5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-case-paths.git
https://github.com/pointfreeco/swift-case-paths.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "swift-case-paths",
  "name" : "swift-case-paths",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CasePaths",
      "targets" : [
        "CasePaths"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsCore",
      "targets" : [
        "CasePathsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsMacros",
      "targets" : [
        "CasePathsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "CasePathsTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsTests",
      "path" : "Tests/CasePathsTests",
      "sources" : [
        "CasePathableTests.swift",
        "CasePathsTests.swift",
        "CaseSetTests.swift",
        "CompileTimeTests.swift",
        "DeprecatedTests.swift",
        "DeprecatedXCTModifyTests.swift",
        "MacroTests.swift",
        "ReflectionTests.swift",
        "XCTModifyTests.swift",
        "XCTUnwrapTests.swift"
      ],
      "target_dependencies" : [
        "CasePaths"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacrosTests",
      "path" : "Tests/CasePathsMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "CasePathableMacroTests.swift"
      ],
      "target_dependencies" : [
        "CasePathsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacros",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacros",
      "path" : "Sources/CasePathsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsMacros"
      ],
      "sources" : [
        "CasePathableMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CasePathsCore",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsCore",
      "path" : "Sources/CasePathsCore",
      "product_dependencies" : [
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsCore"
      ],
      "sources" : [
        "AnyCasePath.swift",
        "CasePathIterable.swift",
        "CasePathReflectable.swift",
        "CasePathable.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/TypeName.swift",
        "Internal/UncheckedSendable.swift",
        "Never+CasePathable.swift",
        "Optional+CasePathable.swift",
        "Result+CasePathable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CasePaths",
      "module_type" : "SwiftTarget",
      "name" : "CasePaths",
      "path" : "Sources/CasePaths",
      "product_memberships" : [
        "CasePaths"
      ],
      "sources" : [
        "EnumReflection.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/LockIsolated.swift",
        "Macros.swift",
        "XCTestSupport.swift"
      ],
      "target_dependencies" : [
        "CasePathsCore",
        "CasePathsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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
[1/2094] Fetching swift-docc-plugin
[1635/7599] Fetching swift-docc-plugin, xctest-dynamic-overlay
Fetched https://github.com/apple/swift-docc-plugin from cache (0.46s)
[3139/77344] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.76s)
[10776/71839] Fetching swift-syntax
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetched https://github.com/swiftlang/swift-syntax from cache (14.38s)
[1/908] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.47s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (17.98s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3487] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.22s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.21s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (1.11s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (2.32s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15368] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.64s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.6 (4.56s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4577] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.45s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.38s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.81s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.3
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.6
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/48] Write sources
[28/48] Compiling _SwiftSyntaxCShims dummy.c
[29/48] Write swift-version-24593BA9C3E375BF.txt
[31/60] Emitting module SwiftSyntax509
[32/60] Compiling SwiftSyntax509 Empty.swift
[33/61] Emitting module IssueReportingPackageSupport
[34/61] Compiling IssueReportingPackageSupport _Test.swift
[36/62] Wrapping AST for SwiftSyntax509 for debugging
[38/62] Emitting module SwiftSyntax510
[39/62] Compiling SwiftSyntax510 Empty.swift
[40/63] Compiling SwiftSyntax601 Empty.swift
[41/63] Emitting module SwiftSyntax601
[44/79] Emitting module IssueReportingPackageSupport
[45/79] Compiling IssueReportingPackageSupport _Test.swift
[46/83] Emitting module SwiftSyntax600
[47/83] Compiling SwiftSyntax600 Empty.swift
[47/85] Wrapping AST for SwiftSyntax510 for debugging
[49/85] Wrapping AST for SwiftSyntax601 for debugging
[51/85] Wrapping AST for SwiftSyntax600 for debugging
[53/168] Compiling IssueReporting ErrorReporting.swift
[54/168] Compiling IssueReporting AppHostWarning.swift
[55/168] Compiling IssueReporting Deprecations.swift
[56/168] Compiling IssueReporting FailureObserver.swift
[57/168] Compiling IssueReporting LockIsolated.swift
[58/168] Compiling IssueReporting Rethrows.swift
[59/168] Compiling IssueReporting SwiftTesting.swift
[60/168] Compiling IssueReporting UncheckedSendable.swift
[61/168] Compiling IssueReporting Warn.swift
[62/177] Compiling IssueReporting TestContext.swift
[63/177] Compiling IssueReporting Unimplemented.swift
[64/179] Emitting module IssueReporting
[65/179] Compiling IssueReporting WithExpectedIssue.swift
[66/179] Compiling IssueReporting WithIssueContext.swift
[67/179] Compiling IssueReporting BreakpointReporter.swift
[68/179] Compiling IssueReporting FatalErrorReporter.swift
[74/181] Emitting module IssueReporting
[75/181] Compiling IssueReporting WithExpectedIssue.swift
[76/181] Compiling IssueReporting WithIssueContext.swift
[79/181] Compiling IssueReporting RuntimeWarningReporter.swift
[80/181] Compiling IssueReporting ReportIssue.swift
[81/181] Compiling IssueReporting XCTest.swift
[82/181] Compiling IssueReporting IsTesting.swift
[83/181] Compiling IssueReporting IssueReporter.swift
[106/183] Emitting module SwiftSyntax
[107/189] Compiling XCTestDynamicOverlay Exports.swift
[108/189] Emitting module XCTestDynamicOverlay
[109/189] Compiling XCTestDynamicOverlay Exports.swift
[110/189] Compiling XCTestDynamicOverlay Deprecations.swift
[112/197] Emitting module XCTestDynamicOverlay
[113/198] Compiling XCTestDynamicOverlay Deprecations.swift
[115/201] Compiling CasePathsCore KeyPath+Sendable.swift
[116/202] Compiling CasePathsCore UncheckedSendable.swift
[117/202] Emitting module CasePathsCore
[118/202] Compiling CasePathsCore Never+CasePathable.swift
[119/212] Compiling CasePathsCore TypeName.swift
[120/212] Compiling CasePathsCore Optional+CasePathable.swift
[121/212] Compiling CasePathsCore CasePathReflectable.swift
[122/212] Compiling CasePathsCore CasePathable.swift
[123/212] Compiling CasePathsCore AnyCasePath.swift
[124/212] Compiling CasePathsCore CasePathIterable.swift
[125/212] Compiling CasePathsCore Result+CasePathable.swift
[129/214] Compiling CasePathsCore KeyPath+Sendable.swift
[130/214] Compiling CasePathsCore Never+CasePathable.swift
[131/214] Compiling CasePathsCore UncheckedSendable.swift
[132/214] Compiling CasePathsCore TypeName.swift
[133/214] Compiling CasePathsCore Optional+CasePathable.swift
[134/214] Emitting module CasePathsCore
[137/214] Compiling CasePathsCore Result+CasePathable.swift
[139/215] Compiling SwiftSyntax SyntaxEnum.swift
[140/215] Compiling SwiftSyntax SyntaxKind.swift
[141/215] Compiling SwiftSyntax SyntaxRewriter.swift
[142/215] Compiling SwiftSyntax SyntaxTraits.swift
[143/215] Compiling SwiftSyntax SyntaxVisitor.swift
[144/215] Compiling SwiftSyntax TokenKind.swift
[145/215] Compiling SwiftSyntax Tokens.swift
[146/215] Compiling SwiftSyntax TriviaPieces.swift
[147/215] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[150/215] Compiling SwiftSyntax SyntaxNodeStructure.swift
[151/215] Compiling SwiftSyntax SyntaxProtocol.swift
[152/215] Compiling SwiftSyntax SyntaxText.swift
[153/215] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[154/215] Compiling SwiftSyntax TokenDiagnostic.swift
[155/215] Compiling SwiftSyntax TokenSequence.swift
[156/215] Compiling SwiftSyntax TokenSyntax.swift
[157/215] Compiling SwiftSyntax SourceLocation.swift
[158/215] Compiling SwiftSyntax SourcePresence.swift
[159/215] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[160/215] Compiling SwiftSyntax Syntax.swift
[161/215] Compiling SwiftSyntax SyntaxArena.swift
[162/215] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[163/215] Compiling SwiftSyntax SyntaxChildren.swift
[164/215] Compiling SwiftSyntax SyntaxCollection.swift
[165/215] Compiling SwiftSyntax SyntaxHashable.swift
[166/215] Compiling SwiftSyntax RawSyntaxNodesC.swift
[167/215] Compiling SwiftSyntax RawSyntaxNodesD.swift
[168/215] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[169/215] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[170/215] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[171/215] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[172/215] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[173/215] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[174/215] Compiling SwiftSyntax RawSyntaxValidation.swift
[175/215] Compiling SwiftSyntax Identifier.swift
[176/215] Compiling SwiftSyntax MemoryLayout.swift
[177/215] Compiling SwiftSyntax MissingNodeInitializers.swift
[178/215] Compiling SwiftSyntax RawSyntax.swift
[179/215] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[180/215] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[181/215] Compiling SwiftSyntax RawSyntaxTokenView.swift
[182/215] Compiling SwiftSyntax SourceEdit.swift
[183/215] Compiling SwiftSyntax SourceLength.swift
[193/215] Compiling SwiftSyntax SyntaxNodesAB.swift
[194/215] Compiling SwiftSyntax SyntaxNodesC.swift
[195/215] Compiling SwiftSyntax SyntaxNodesD.swift
[196/215] Compiling SwiftSyntax SyntaxNodesEF.swift
[197/215] Compiling SwiftSyntax SyntaxNodesGHI.swift
[198/215] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[199/215] Compiling SwiftSyntax SyntaxNodesOP.swift
[200/215] Compiling SwiftSyntax SyntaxNodesQRS.swift
[201/215] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[202/216] Wrapping AST for SwiftSyntax for debugging
[204/274] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[205/274] Compiling SwiftDiagnostics Message.swift
[206/275] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[207/275] Compiling SwiftDiagnostics FixIt.swift
[208/275] Compiling SwiftBasicFormat Syntax+Extensions.swift
[209/275] Emitting module SwiftDiagnostics
[210/275] Compiling SwiftDiagnostics Note.swift
[211/275] Compiling SwiftBasicFormat InferIndentation.swift
[212/275] Compiling SwiftBasicFormat Indenter.swift
[213/275] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[214/275] Compiling SwiftParser Attributes.swift
[215/275] Compiling SwiftParser Availability.swift
[216/275] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[217/275] Compiling SwiftParser CharacterInfo.swift
[218/275] Compiling SwiftParser CollectionNodes+Parsable.swift
[219/275] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[220/276] Wrapping AST for SwiftDiagnostics for debugging
[222/276] Emitting module SwiftBasicFormat
[223/276] Compiling SwiftBasicFormat BasicFormat.swift
[224/277] Wrapping AST for SwiftBasicFormat for debugging
[226/277] Compiling SwiftParser LexemeSequence.swift
[227/277] Compiling SwiftParser Lexer.swift
[228/277] Compiling SwiftParser RegexLiteralLexer.swift
[229/277] Compiling SwiftParser UnicodeScalarExtensions.swift
[230/277] Compiling SwiftParser Lookahead.swift
[231/277] Compiling SwiftParser LoopProgressCondition.swift
[232/282] Compiling SwiftParser SwiftParserCompatibility.swift
[233/282] Compiling SwiftParser SwiftVersion.swift
[234/282] Compiling SwiftParser SyntaxUtils.swift
[235/282] Compiling SwiftParser TokenConsumer.swift
[236/282] Compiling SwiftParser TokenPrecedence.swift
[237/282] Compiling SwiftParser Modifiers.swift
[238/282] Compiling SwiftParser Names.swift
[239/282] Compiling SwiftParser Nominals.swift
[240/282] Compiling SwiftParser Parameters.swift
[241/282] Compiling SwiftParser ParseSourceFile.swift
[242/282] Compiling SwiftParser Parser.swift
[243/282] Compiling SwiftParser Patterns.swift
[244/282] Compiling SwiftParser Recovery.swift
[245/282] Compiling SwiftParser Specifiers.swift
[246/282] Compiling SwiftParser Statements.swift
[247/282] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[248/282] Compiling SwiftParser StringLiterals.swift
[249/282] Compiling SwiftParser TokenSpec.swift
[250/282] Compiling SwiftParser TokenSpecSet.swift
[251/282] Compiling SwiftParser TopLevel.swift
[252/282] Compiling SwiftParser TriviaParser.swift
[253/282] Compiling SwiftParser Types.swift
[258/282] Compiling SwiftParser Declarations.swift
[259/282] Compiling SwiftParser Directives.swift
[260/282] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[261/282] Compiling SwiftParser Expressions.swift
[262/282] Compiling SwiftParser IncrementalParseTransition.swift
[263/282] Compiling SwiftParser IsValidIdentifier.swift
[264/282] Compiling SwiftParser Cursor.swift
[265/282] Compiling SwiftParser Lexeme.swift
[266/282] Emitting module SwiftParser
[267/282] Compiling SwiftParser ExperimentalFeatures.swift
[268/282] Compiling SwiftParser IsLexerClassified.swift
[269/282] Compiling SwiftParser LayoutNodes+Parsable.swift
[270/282] Compiling SwiftParser Parser+TokenSpecSet.swift
[271/282] Compiling SwiftParser TokenSpecStaticMembers.swift
[272/290] Wrapping AST for SwiftParser for debugging
[274/306] Compiling SwiftOperators PrecedenceGroup.swift
[275/307] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[276/308] Compiling SwiftOperators PrecedenceGraph.swift
[277/308] Compiling SwiftOperators OperatorTable.swift
[278/308] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[279/308] Compiling SwiftOperators OperatorTable+Semantics.swift
[280/308] Compiling SwiftOperators SyntaxSynthesis.swift
[281/308] Emitting module SwiftOperators
[282/308] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[283/308] Compiling SwiftParserDiagnostics PresenceUtils.swift
[284/308] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[285/308] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[286/308] Compiling SwiftOperators OperatorTable+Folding.swift
[287/309] Wrapping AST for SwiftOperators for debugging
[289/309] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[290/309] Compiling SwiftParserDiagnostics Utils.swift
[291/309] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[296/309] Compiling SwiftParserDiagnostics MissingNodesError.swift
[297/309] Compiling SwiftParserDiagnostics MissingTokenError.swift
[298/309] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[299/309] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[300/309] Emitting module SwiftParserDiagnostics
[301/310] Wrapping AST for SwiftParserDiagnostics for debugging
[303/325] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[304/325] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[305/326] Compiling SwiftSyntaxBuilder Indenter.swift
[306/326] Compiling SwiftSyntaxBuilder ListBuilder.swift
[307/326] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[308/326] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[309/326] Emitting module SwiftSyntaxBuilder
[310/326] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[311/326] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[312/326] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[313/326] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[314/326] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[315/326] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[316/326] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[317/326] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[318/326] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[319/327] Wrapping AST for SwiftSyntaxBuilder for debugging
[321/344] Compiling SwiftSyntaxMacros Macro.swift
[322/344] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[323/346] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[324/346] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[325/346] Compiling SwiftSyntaxMacros AccessorMacro.swift
[326/346] Compiling SwiftSyntaxMacros AttachedMacro.swift
[327/346] Compiling SwiftSyntaxMacros BodyMacro.swift
[328/346] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[329/346] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[330/346] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[331/346] Compiling SwiftSyntaxMacros Macro+Format.swift
[332/346] Compiling SwiftSyntaxMacros MemberMacro.swift
[333/346] Compiling SwiftSyntaxMacros PeerMacro.swift
[334/346] Compiling SwiftSyntaxMacros PreambleMacro.swift
[335/346] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[336/346] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[337/346] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[338/346] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[339/346] Emitting module SwiftSyntaxMacros
[340/347] Wrapping AST for SwiftSyntaxMacros for debugging
[342/356] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[343/357] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[344/357] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[345/357] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[346/357] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[347/357] Emitting module SwiftSyntaxMacroExpansion
[348/357] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[349/357] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[350/357] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[351/357] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[352/358] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[354/370] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[355/370] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[356/371] Emitting module SwiftCompilerPluginMessageHandling
[357/371] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[358/371] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[359/371] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[360/371] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[361/371] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[362/371] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[363/371] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[364/371] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[365/371] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[366/371] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[367/372] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[369/374] Emitting module SwiftCompilerPlugin
[370/374] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[371/375] Wrapping AST for SwiftCompilerPlugin for debugging
[373/378] 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,
[374/378] 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,
[375/378] Compiling CasePathsMacros Plugin.swift
[376/379] Wrapping AST for CasePathsMacros for debugging
[377/379] Write Objects.LinkFileList
[378/379] Linking CasePathsMacros-tool
[380/393] Compiling CasePaths LockIsolated.swift
[381/393] Compiling CasePaths Exports.swift
[382/393] Compiling CasePaths Macros.swift
[383/393] Compiling CasePaths LockIsolated.swift
[384/393] Compiling CasePaths Exports.swift
[385/393] Compiling CasePaths Macros.swift
[386/393] Compiling CasePaths XCTestSupport.swift
[388/393] Compiling CasePaths Deprecations.swift
[390/393] 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>,
[391/393] 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>,
[392/394] 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>,
[393/394] 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! (183.76s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax"
    },
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-macro-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-macro-testing"
    }
  ],
  "manifest_display_name" : "swift-case-paths",
  "name" : "swift-case-paths",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CasePaths",
      "targets" : [
        "CasePaths"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsCore",
      "targets" : [
        "CasePathsCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CasePathsMacros",
      "targets" : [
        "CasePathsMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "CasePathsTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsTests",
      "path" : "Tests/CasePathsTests",
      "sources" : [
        "CasePathableTests.swift",
        "CasePathsTests.swift",
        "CaseSetTests.swift",
        "CompileTimeTests.swift",
        "DeprecatedTests.swift",
        "DeprecatedXCTModifyTests.swift",
        "MacroTests.swift",
        "ReflectionTests.swift",
        "XCTModifyTests.swift",
        "XCTUnwrapTests.swift"
      ],
      "target_dependencies" : [
        "CasePaths"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacrosTests",
      "path" : "Tests/CasePathsMacrosTests",
      "product_dependencies" : [
        "MacroTesting"
      ],
      "sources" : [
        "CasePathableMacroTests.swift"
      ],
      "target_dependencies" : [
        "CasePathsMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CasePathsMacros",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsMacros",
      "path" : "Sources/CasePathsMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsMacros"
      ],
      "sources" : [
        "CasePathableMacro.swift",
        "Plugin.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CasePathsCore",
      "module_type" : "SwiftTarget",
      "name" : "CasePathsCore",
      "path" : "Sources/CasePathsCore",
      "product_dependencies" : [
        "IssueReporting",
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "CasePaths",
        "CasePathsCore"
      ],
      "sources" : [
        "AnyCasePath.swift",
        "CasePathIterable.swift",
        "CasePathReflectable.swift",
        "CasePathable.swift",
        "Internal/KeyPath+Sendable.swift",
        "Internal/TypeName.swift",
        "Internal/UncheckedSendable.swift",
        "Never+CasePathable.swift",
        "Optional+CasePathable.swift",
        "Result+CasePathable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CasePaths",
      "module_type" : "SwiftTarget",
      "name" : "CasePaths",
      "path" : "Sources/CasePaths",
      "product_memberships" : [
        "CasePaths"
      ],
      "sources" : [
        "EnumReflection.swift",
        "Internal/Deprecations.swift",
        "Internal/Exports.swift",
        "Internal/LockIsolated.swift",
        "Macros.swift",
        "XCTestSupport.swift"
      ],
      "target_dependencies" : [
        "CasePathsCore",
        "CasePathsMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:eb0758f51dbd6991fb9e51dedbfbcbec142ffc0d3b9b8ad91fa19d35e5136f0a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.