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 1.7.0 (41b89b), with Swift 6.0 for Linux on 15 Apr 2025 19:04:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: 1.7.0
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.0      -> FETCH_HEAD
HEAD is now at 41b89b8 Use skiptool's action instead (#217)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
41b89b8b68d8c56c622dbb7132258f1a3e638b25
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at 1.7.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/858] Fetching swift-macro-testing
[859/2907] Fetching swift-macro-testing, swift-docc-plugin
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (0.28s)
[246/2049] Fetching swift-docc-plugin
[247/7398] Fetching swift-docc-plugin, xctest-dynamic-overlay
[7399/77526] Fetching swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (0.96s)
[14466/75477] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (5.59s)
Fetched https://github.com/swiftlang/swift-syntax from cache (5.66s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (2.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.41s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.62s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.84s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.60s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13145] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (1.92s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.67s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.31s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.57s)
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/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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.18.3
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.2
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.3
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/42] Write sources
[22/42] Compiling _SwiftSyntaxCShims dummy.c
[23/42] Write swift-version-24593BA9C3E375BF.txt
[25/53] Emitting module SwiftSyntax600
[26/60] Emitting module SwiftSyntax510
[27/69] Emitting module IssueReporting
[28/71] Emitting module SwiftSyntax509
[29/71] Compiling SwiftSyntax509 Empty.swift
[30/72] Compiling IssueReporting WithExpectedIssue.swift
[31/72] Compiling IssueReporting WithIssueContext.swift
[33/72] Emitting module SwiftSyntax601
[34/72] Compiling SwiftSyntax601 Empty.swift
[35/73] Compiling IssueReporting TestContext.swift
[36/73] Compiling IssueReporting Unimplemented.swift
[36/73] Wrapping AST for SwiftSyntax509 for debugging
[38/73] Compiling SwiftSyntax600 Empty.swift
[40/74] Compiling SwiftSyntax510 Empty.swift
[40/75] Wrapping AST for SwiftSyntax601 for debugging
[43/75] Wrapping AST for SwiftSyntax510 for debugging
[44/75] Wrapping AST for SwiftSyntax600 for debugging
[46/139] Compiling SwiftSyntax RawSyntax.swift
[47/139] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[48/139] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[49/139] Compiling SwiftSyntax RawSyntaxTokenView.swift
[50/139] Compiling SwiftSyntax Convenience.swift
[51/139] Compiling SwiftSyntax CustomTraits.swift
[52/139] Compiling SwiftSyntax EditorPlaceholder.swift
[53/139] Compiling SwiftSyntax AbsolutePosition.swift
[54/139] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[55/139] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[56/139] Compiling SwiftSyntax Assert.swift
[57/139] Compiling SwiftSyntax BumpPtrAllocator.swift
[58/139] Compiling SwiftSyntax CommonAncestor.swift
[59/139] Compiling SwiftSyntax Identifier.swift
[60/139] Compiling SwiftSyntax MemoryLayout.swift
[61/139] Compiling SwiftSyntax MissingNodeInitializers.swift
[79/143] Compiling SwiftSyntax SourceEdit.swift
[80/143] Compiling SwiftSyntax SourceLength.swift
[81/152] Compiling XCTestDynamicOverlay Exports.swift
[82/152] Emitting module XCTestDynamicOverlay
[83/152] Compiling XCTestDynamicOverlay Deprecations.swift
[85/163] Compiling CasePathsCore KeyPath+Sendable.swift
[86/163] Compiling CasePathsCore TypeName.swift
[87/163] Emitting module CasePathsCore
[88/163] Compiling CasePathsCore Never+CasePathable.swift
[89/163] Compiling CasePathsCore UncheckedSendable.swift
[90/163] Compiling CasePathsCore Optional+CasePathable.swift
[91/164] Compiling CasePathsCore AnyCasePath.swift
[92/164] Compiling CasePathsCore CasePathIterable.swift
[93/164] Compiling CasePathsCore CasePathReflectable.swift
[94/164] Compiling CasePathsCore CasePathable.swift
[95/164] Compiling CasePathsCore Result+CasePathable.swift
[97/165] Emitting module SwiftSyntax
[98/165] Compiling SwiftSyntax SyntaxEnum.swift
[99/165] Compiling SwiftSyntax SyntaxKind.swift
[100/165] Compiling SwiftSyntax SyntaxRewriter.swift
[101/165] Compiling SwiftSyntax SyntaxTraits.swift
[102/165] Compiling SwiftSyntax SyntaxVisitor.swift
[103/165] Compiling SwiftSyntax TokenKind.swift
[104/165] Compiling SwiftSyntax Tokens.swift
[105/165] Compiling SwiftSyntax TriviaPieces.swift
[106/165] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[107/165] Compiling SwiftSyntax RawSyntaxNodesC.swift
[108/165] Compiling SwiftSyntax RawSyntaxNodesD.swift
[109/165] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[110/165] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[111/165] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[112/165] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[113/165] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[114/165] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[115/165] Compiling SwiftSyntax RawSyntaxValidation.swift
[116/165] Compiling SwiftSyntax SyntaxIdentifier.swift
[117/165] Compiling SwiftSyntax SyntaxNodeFactory.swift
[118/165] Compiling SwiftSyntax SyntaxNodeStructure.swift
[119/165] Compiling SwiftSyntax SyntaxProtocol.swift
[120/165] Compiling SwiftSyntax SyntaxText.swift
[121/165] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[122/165] Compiling SwiftSyntax TokenDiagnostic.swift
[123/165] Compiling SwiftSyntax TokenSequence.swift
[124/165] Compiling SwiftSyntax TokenSyntax.swift
[125/165] Compiling SwiftSyntax Trivia.swift
[126/165] Compiling SwiftSyntax Utils.swift
[127/165] Compiling SwiftSyntax ChildNameForKeyPath.swift
[128/165] Compiling SwiftSyntax Keyword.swift
[129/165] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[130/165] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[131/165] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[132/165] Compiling SwiftSyntax SyntaxBaseNodes.swift
[133/165] Compiling SwiftSyntax SyntaxCollections.swift
[134/165] Compiling SwiftSyntax SourceLocation.swift
[135/165] Compiling SwiftSyntax SourcePresence.swift
[136/165] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[137/165] Compiling SwiftSyntax Syntax.swift
[138/165] Compiling SwiftSyntax SyntaxArena.swift
[139/165] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[140/165] Compiling SwiftSyntax SyntaxChildren.swift
[141/165] Compiling SwiftSyntax SyntaxCollection.swift
[142/165] Compiling SwiftSyntax SyntaxHashable.swift
[143/165] Compiling SwiftSyntax SyntaxNodesAB.swift
[144/165] Compiling SwiftSyntax SyntaxNodesC.swift
[145/165] Compiling SwiftSyntax SyntaxNodesD.swift
[146/165] Compiling SwiftSyntax SyntaxNodesEF.swift
[147/165] Compiling SwiftSyntax SyntaxNodesGHI.swift
[148/165] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[149/165] Compiling SwiftSyntax SyntaxNodesOP.swift
[150/165] Compiling SwiftSyntax SyntaxNodesQRS.swift
[151/165] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[152/166] Wrapping AST for SwiftSyntax for debugging
[154/224] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[155/224] Compiling SwiftBasicFormat Syntax+Extensions.swift
[156/224] Compiling SwiftDiagnostics Message.swift
[157/225] Compiling SwiftBasicFormat InferIndentation.swift
[158/225] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[159/225] Compiling SwiftBasicFormat Indenter.swift
[160/225] Compiling SwiftDiagnostics Note.swift
[161/225] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[162/225] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[163/225] Emitting module SwiftDiagnostics
[164/225] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[165/225] Compiling SwiftDiagnostics FixIt.swift
[166/225] Compiling SwiftDiagnostics Convenience.swift
[167/225] Compiling SwiftDiagnostics Diagnostic.swift
[168/225] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[169/225] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[171/226] Emitting module SwiftBasicFormat
[172/226] Compiling SwiftBasicFormat BasicFormat.swift
[172/227] Wrapping AST for SwiftDiagnostics for debugging
[174/227] Wrapping AST for SwiftBasicFormat for debugging
[176/227] Compiling SwiftParser LexemeSequence.swift
[177/227] Compiling SwiftParser Lexer.swift
[178/227] Compiling SwiftParser RegexLiteralLexer.swift
[179/227] Compiling SwiftParser UnicodeScalarExtensions.swift
[180/227] Compiling SwiftParser Lookahead.swift
[181/227] Compiling SwiftParser LoopProgressCondition.swift
[182/232] Compiling SwiftParser Modifiers.swift
[183/232] Compiling SwiftParser Names.swift
[184/232] Compiling SwiftParser Nominals.swift
[185/232] Compiling SwiftParser Parameters.swift
[186/232] Compiling SwiftParser ParseSourceFile.swift
[187/232] Compiling SwiftParser Parser.swift
[188/232] Compiling SwiftParser SwiftParserCompatibility.swift
[189/232] Compiling SwiftParser SwiftVersion.swift
[190/232] Compiling SwiftParser SyntaxUtils.swift
[191/232] Compiling SwiftParser TokenConsumer.swift
[192/232] Compiling SwiftParser TokenPrecedence.swift
[193/232] Compiling SwiftParser TokenSpec.swift
[194/232] Compiling SwiftParser TokenSpecSet.swift
[195/232] Compiling SwiftParser TopLevel.swift
[196/232] Compiling SwiftParser TriviaParser.swift
[197/232] Compiling SwiftParser Types.swift
[198/232] Compiling SwiftParser Patterns.swift
[199/232] Compiling SwiftParser Recovery.swift
[200/232] Compiling SwiftParser Specifiers.swift
[201/232] Compiling SwiftParser Statements.swift
[202/232] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[203/232] Compiling SwiftParser StringLiterals.swift
[204/232] Emitting module SwiftParser
[209/232] Compiling SwiftParser Declarations.swift
[210/232] Compiling SwiftParser Directives.swift
[211/232] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[212/232] Compiling SwiftParser Expressions.swift
[213/232] Compiling SwiftParser IncrementalParseTransition.swift
[214/232] Compiling SwiftParser IsValidIdentifier.swift
[215/232] Compiling SwiftParser Cursor.swift
[216/232] Compiling SwiftParser Lexeme.swift
[217/232] Compiling SwiftParser ExperimentalFeatures.swift
[218/232] Compiling SwiftParser IsLexerClassified.swift
[219/232] Compiling SwiftParser LayoutNodes+Parsable.swift
[220/232] Compiling SwiftParser Parser+TokenSpecSet.swift
[221/232] Compiling SwiftParser TokenSpecStaticMembers.swift
[222/233] Wrapping AST for SwiftParser for debugging
[224/256] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[225/257] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[226/257] Compiling SwiftOperators Operator.swift
[227/257] Compiling SwiftOperators OperatorError+Diagnostics.swift
[228/258] Compiling SwiftOperators PrecedenceGroup.swift
[229/258] Compiling SwiftOperators PrecedenceGraph.swift
[230/258] Compiling SwiftOperators OperatorTable.swift
[231/258] Emitting module SwiftOperators
[232/258] Compiling SwiftOperators OperatorTable+Semantics.swift
[233/258] Compiling SwiftOperators SyntaxSynthesis.swift
[234/258] Compiling SwiftOperators OperatorError.swift
[235/258] Compiling SwiftOperators OperatorTable+Defaults.swift
[236/258] Compiling SwiftOperators OperatorTable+Folding.swift
[237/259] Wrapping AST for SwiftOperators for debugging
[239/259] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[242/259] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[243/259] Compiling SwiftParserDiagnostics Utils.swift
[244/259] Emitting module SwiftParserDiagnostics
[245/259] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[246/259] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[247/259] Compiling SwiftParserDiagnostics MissingNodesError.swift
[248/259] Compiling SwiftParserDiagnostics MissingTokenError.swift
[251/260] Wrapping AST for SwiftParserDiagnostics for debugging
[253/275] Compiling SwiftSyntaxBuilder Indenter.swift
[254/275] Compiling SwiftSyntaxBuilder ListBuilder.swift
[255/276] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[256/276] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[257/276] Emitting module SwiftSyntaxBuilder
[258/276] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[259/276] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[260/276] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[261/276] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[262/276] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[263/276] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[264/276] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[265/276] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[266/276] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[267/276] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[268/276] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[269/277] Wrapping AST for SwiftSyntaxBuilder for debugging
[271/294] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[272/294] Compiling SwiftSyntaxMacros Macro+Format.swift
[273/294] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[274/294] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[275/294] Compiling SwiftSyntaxMacros Macro.swift
[276/294] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[277/294] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[278/294] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[279/296] Compiling SwiftSyntaxMacros AccessorMacro.swift
[280/296] Compiling SwiftSyntaxMacros AttachedMacro.swift
[281/296] Compiling SwiftSyntaxMacros BodyMacro.swift
[282/296] Compiling SwiftSyntaxMacros MemberMacro.swift
[283/296] Compiling SwiftSyntaxMacros PeerMacro.swift
[284/296] Emitting module SwiftSyntaxMacros
[285/296] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[286/296] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[287/296] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[288/296] Compiling SwiftSyntaxMacros PreambleMacro.swift
[289/296] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[290/297] Wrapping AST for SwiftSyntaxMacros for debugging
[292/306] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[293/307] Emitting module SwiftSyntaxMacroExpansion
[294/307] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[295/307] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[296/307] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[297/307] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[298/307] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[299/307] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[300/307] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[301/307] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[302/308] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[304/320] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[305/321] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[306/321] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[307/321] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[308/321] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[309/321] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[310/321] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[311/321] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[312/321] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[313/321] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[314/321] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[315/321] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[316/321] Emitting module SwiftCompilerPluginMessageHandling
[317/322] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[319/324] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[320/324] Emitting module SwiftCompilerPlugin
[321/325] Wrapping AST for SwiftCompilerPlugin for debugging
[323/328] Compiling CasePathsMacros Plugin.swift
[324/328] 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,
[325/328] 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,
[326/329] Wrapping AST for CasePathsMacros for debugging
[327/329] Write Objects.LinkFileList
[328/329] Linking CasePathsMacros-tool
[330/336] Compiling CasePaths Exports.swift
[331/336] Compiling CasePaths LockIsolated.swift
[332/336] Compiling CasePaths Macros.swift
[333/336] Compiling CasePaths XCTestSupport.swift
[334/336] Compiling CasePaths Deprecations.swift
[335/336] Compiling CasePaths EnumReflection.swift
[336/336] Emitting module CasePaths
Build complete! (161.27s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.