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 (218b85), with Swift 6.1 for Linux on 26 Nov 2025 23:19:52 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:basic-6.1-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.68.0
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 218b85b Include Missing Target Dependencies (#237)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
218b85b848036878867ee7e03193a74544f48622
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at main
========================================
Build
========================================
Selected platform:         linux
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" : "603.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-2":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/apple/swift-docc-plugin
[1/932] Fetching swift-macro-testing
[533/3090] Fetching swift-macro-testing, swift-docc-plugin
[2401/8690] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[5387/81673] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (1.68s)
[15491/79515] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.30s)
[69826/78583] Fetching xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (7.19s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.24s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (9.90s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3582] 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 (1.04s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.95s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (1.00s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15633] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.04s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (3.70s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4651] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.40s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.93s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.7.0 (0.55s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.7.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing
Working copy of https://github.com/pointfreeco/swift-macro-testing resolved at 0.6.4
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
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.7
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/50] Write sources
[29/50] Compiling _SwiftSyntaxCShims PlatformMutex.c
[30/50] Write swift-version-24593BA9C3E375BF.txt
[32/62] Emitting module SwiftSyntax510
[33/64] Emitting module SwiftSyntax601
[34/64] Compiling IssueReportingPackageSupport _Test.swift
[35/64] Emitting module IssueReportingPackageSupport
[37/65] Emitting module SwiftSyntax509
[38/65] Compiling SwiftSyntax509 Empty.swift
[39/65] Emitting module IssueReportingPackageSupport
[40/65] Compiling IssueReportingPackageSupport _Test.swift
[41/65] Emitting module SwiftSyntax602
[42/65] Compiling SwiftSyntax602 Empty.swift
[43/67] Emitting module SwiftSyntax600
[44/67] Compiling SwiftSyntax600 Empty.swift
[45/69] Compiling SwiftSyntax510 Empty.swift
[46/69] Compiling SwiftSyntax601 Empty.swift
[52/90] Wrapping AST for SwiftSyntax602 for debugging
[53/90] Wrapping AST for SwiftSyntax509 for debugging
[54/90] Wrapping AST for SwiftSyntax510 for debugging
[55/90] Wrapping AST for SwiftSyntax600 for debugging
[56/90] Wrapping AST for SwiftSyntax601 for debugging
[58/172] Compiling SwiftSyntax Assert.swift
[59/172] Compiling SwiftSyntax BumpPtrAllocator.swift
[60/174] Compiling SwiftSyntax CustomTraits.swift
[61/174] Compiling SwiftSyntax EditorPlaceholder.swift
[62/176] Compiling SwiftSyntax CommonAncestor.swift
[63/176] Compiling SwiftSyntax Convenience.swift
[64/176] Compiling SwiftSyntax AbsolutePosition.swift
[65/176] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[66/176] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[73/176] Compiling SwiftSyntax Identifier.swift
[74/176] Compiling SwiftSyntax MemoryLayout.swift
[75/176] Compiling SwiftSyntax MissingNodeInitializers.swift
[76/176] Compiling SwiftSyntax RawSyntax.swift
[77/176] Compiling SwiftSyntax RawSyntaxArena.swift
[78/176] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[79/176] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[80/176] Compiling SwiftSyntax RawSyntaxTokenView.swift
[81/176] Compiling SwiftSyntax SourceEdit.swift
[82/184] Compiling IssueReporting WithExpectedIssue.swift
[83/184] Compiling IssueReporting WithIssueContext.swift
[86/184] Compiling SwiftSyntax SourcePresence.swift
[87/184] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[88/184] Compiling SwiftSyntax Syntax.swift
[89/184] Compiling SwiftSyntax SyntaxChildren.swift
[90/184] Compiling SwiftSyntax SyntaxCollection.swift
[91/184] Compiling SwiftSyntax SyntaxHashable.swift
[92/184] Compiling SwiftSyntax SyntaxIdentifier.swift
[101/184] Emitting module IssueReporting
[129/192] Compiling XCTestDynamicOverlay Exports.swift
[131/192] Compiling XCTestDynamicOverlay Deprecations.swift
[132/192] Emitting module XCTestDynamicOverlay
[133/193] Compiling XCTestDynamicOverlay Deprecations.swift
[134/193] Emitting module XCTestDynamicOverlay
[137/214] Compiling CasePathsCore UncheckedSendable.swift
[138/215] Emitting module CasePathsCore
[139/215] Compiling CasePathsCore UncheckedSendable.swift
[140/216] Compiling CasePathsCore AnyCasePath.swift
[141/216] Compiling CasePathsCore CasePathIterable.swift
[142/216] Compiling CasePathsCore TypeName.swift
[143/216] Compiling CasePathsCore KeyPath+Sendable.swift
[144/216] Compiling CasePathsCore TypeName.swift
[145/216] Compiling CasePathsCore CasePathReflectable.swift
[146/216] Compiling CasePathsCore CasePathable.swift
[147/216] Compiling CasePathsCore Never+CasePathable.swift
[148/216] Compiling CasePathsCore Optional+CasePathable.swift
[150/216] Compiling CasePathsCore KeyPath+Sendable.swift
[151/216] Compiling CasePathsCore Never+CasePathable.swift
[152/216] Compiling CasePathsCore Result+CasePathable.swift
[154/217] Emitting module CasePathsCore
[161/218] Emitting module SwiftSyntax
[162/218] Compiling SwiftSyntax SyntaxRewriter.swift
[163/218] Compiling SwiftSyntax SyntaxTraits.swift
[164/218] Compiling SwiftSyntax SyntaxVisitor.swift
[165/218] Compiling SwiftSyntax TokenKind.swift
[166/218] Compiling SwiftSyntax Tokens.swift
[167/218] Compiling SwiftSyntax TriviaPieces.swift
[168/218] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[169/218] Compiling SwiftSyntax RawSyntaxNodesC.swift
[170/218] Compiling SwiftSyntax RawSyntaxNodesD.swift
[171/218] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[172/218] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[173/218] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[174/218] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[175/218] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[176/218] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[177/218] Compiling SwiftSyntax RawSyntaxValidation.swift
[178/218] Compiling SwiftSyntax SyntaxNodesAB.swift
[179/218] Compiling SwiftSyntax SyntaxNodeStructure.swift
[180/218] Compiling SwiftSyntax SyntaxProtocol.swift
[181/218] Compiling SwiftSyntax SyntaxText.swift
[182/218] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[183/218] Compiling SwiftSyntax TokenDiagnostic.swift
[184/218] Compiling SwiftSyntax TokenSequence.swift
[185/218] Compiling SwiftSyntax TokenSyntax.swift
[186/218] Compiling SwiftSyntax Trivia.swift
[187/218] Compiling SwiftSyntax Utils.swift
[188/218] Compiling SwiftSyntax ChildNameForKeyPath.swift
[189/218] Compiling SwiftSyntax Keyword.swift
[190/218] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[191/218] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[192/218] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[193/218] Compiling SwiftSyntax SyntaxBaseNodes.swift
[194/218] Compiling SwiftSyntax SyntaxCollections.swift
[195/218] Compiling SwiftSyntax SyntaxEnum.swift
[196/218] Compiling SwiftSyntax SyntaxKind.swift
[197/218] Compiling SwiftSyntax SyntaxNodesC.swift
[198/218] Compiling SwiftSyntax SyntaxNodesD.swift
[199/218] Compiling SwiftSyntax SyntaxNodesEF.swift
[200/218] Compiling SwiftSyntax SyntaxNodesGHI.swift
[201/218] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[202/218] Compiling SwiftSyntax SyntaxNodesOP.swift
[203/218] Compiling SwiftSyntax SyntaxNodesQRS.swift
[204/218] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[205/219] Wrapping AST for SwiftSyntax for debugging
[207/278] Compiling SwiftBasicFormat Syntax+Extensions.swift
[208/278] Compiling SwiftDiagnostics Message.swift
[209/279] Compiling SwiftParser Attributes.swift
[210/279] Compiling SwiftParser Availability.swift
[211/279] Emitting module SwiftDiagnostics
[212/279] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[213/279] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[214/279] Compiling SwiftBasicFormat Indenter.swift
[215/279] Compiling SwiftDiagnostics Note.swift
[216/279] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[217/279] Compiling SwiftDiagnostics FixIt.swift
[218/279] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[219/279] Compiling SwiftParser CharacterInfo.swift
[220/279] Compiling SwiftParser CollectionNodes+Parsable.swift
[221/279] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[222/279] Compiling SwiftBasicFormat InferIndentation.swift
[223/280] Wrapping AST for SwiftDiagnostics for debugging
[225/280] Emitting module SwiftBasicFormat
[226/280] Compiling SwiftBasicFormat BasicFormat.swift
[227/281] Wrapping AST for SwiftBasicFormat for debugging
[229/281] Compiling SwiftParser StringLiterals.swift
[230/281] Compiling SwiftParser SwiftParserCompatibility.swift
[231/281] Compiling SwiftParser SwiftVersion.swift
[232/281] Compiling SwiftParser SyntaxUtils.swift
[233/281] Compiling SwiftParser TokenConsumer.swift
[234/281] Compiling SwiftParser TokenPrecedence.swift
[235/286] Compiling SwiftParser Lexeme.swift
[236/286] Compiling SwiftParser LexemeSequence.swift
[237/286] Compiling SwiftParser Lexer.swift
[238/286] Compiling SwiftParser RegexLiteralLexer.swift
[239/286] Compiling SwiftParser UnicodeScalarExtensions.swift
[240/286] Compiling SwiftParser Lookahead.swift
[241/286] Emitting module SwiftParser
[242/286] Compiling SwiftParser TokenSpec.swift
[243/286] Compiling SwiftParser TokenSpecSet.swift
[244/286] Compiling SwiftParser TopLevel.swift
[245/286] Compiling SwiftParser TriviaParser.swift
[246/286] Compiling SwiftParser Types.swift
[247/286] Compiling SwiftParser LoopProgressCondition.swift
[248/286] Compiling SwiftParser Modifiers.swift
[249/286] Compiling SwiftParser Names.swift
[250/286] Compiling SwiftParser Nominals.swift
[251/286] Compiling SwiftParser Parameters.swift
[252/286] Compiling SwiftParser ParseSourceFile.swift
[253/286] Compiling SwiftParser Parser.swift
[254/286] Compiling SwiftParser Patterns.swift
[255/286] Compiling SwiftParser Recovery.swift
[256/286] Compiling SwiftParser Specifiers.swift
[257/286] Compiling SwiftParser Statements.swift
[258/286] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[259/286] Compiling SwiftParser Directives.swift
[260/286] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[261/286] Compiling SwiftParser Expressions.swift
[262/286] Compiling SwiftParser IncrementalParseTransition.swift
[263/286] Compiling SwiftParser IsValidIdentifier.swift
[264/286] Compiling SwiftParser Cursor.swift
[269/286] Compiling SwiftParser CompilerFiles.swift
[270/286] Compiling SwiftParser Declarations.swift
[271/286] Compiling SwiftParser ExperimentalFeatures.swift
[272/286] Compiling SwiftParser IsLexerClassified.swift
[273/286] Compiling SwiftParser LayoutNodes+Parsable.swift
[274/286] Compiling SwiftParser Parser+TokenSpecSet.swift
[275/286] Compiling SwiftParser TokenSpecStaticMembers.swift
[276/287] Wrapping AST for SwiftParser for debugging
[278/310] Compiling SwiftOperators PrecedenceGroup.swift
[279/310] Compiling SwiftParserDiagnostics MissingNodesError.swift
[280/310] Compiling SwiftParserDiagnostics MissingTokenError.swift
[281/311] Compiling SwiftOperators OperatorTable.swift
[282/311] Compiling SwiftOperators PrecedenceGraph.swift
[283/311] Emitting module SwiftOperators
[284/311] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[285/312] Compiling SwiftOperators OperatorTable+Semantics.swift
[286/312] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[287/312] Compiling SwiftParserDiagnostics PresenceUtils.swift
[288/312] Compiling SwiftOperators OperatorTable+Folding.swift
[289/312] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[290/312] Compiling SwiftOperators SyntaxSynthesis.swift
[291/313] Wrapping AST for SwiftOperators for debugging
[295/313] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[296/313] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[297/313] Compiling SwiftParserDiagnostics Utils.swift
[298/313] Emitting module SwiftParserDiagnostics
[299/313] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[300/313] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[303/313] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[304/313] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[305/314] Wrapping AST for SwiftParserDiagnostics for debugging
[307/329] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[308/329] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[309/329] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[310/329] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[311/330] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[312/330] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[313/330] Compiling SwiftSyntaxBuilder Indenter.swift
[314/330] Compiling SwiftSyntaxBuilder ListBuilder.swift
[315/330] Emitting module SwiftSyntaxBuilder
[316/330] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[317/330] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[318/330] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[319/330] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[320/330] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[321/330] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[322/330] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[323/331] Wrapping AST for SwiftSyntaxBuilder for debugging
[325/348] Emitting module SwiftSyntaxMacros
[326/350] Compiling SwiftSyntaxMacros MemberMacro.swift
[327/350] Compiling SwiftSyntaxMacros PeerMacro.swift
[328/350] Compiling SwiftSyntaxMacros AccessorMacro.swift
[329/350] Compiling SwiftSyntaxMacros AttachedMacro.swift
[330/350] Compiling SwiftSyntaxMacros BodyMacro.swift
[331/350] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[332/350] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[333/350] Compiling SwiftSyntaxMacros Macro.swift
[334/350] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[335/350] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[336/350] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[337/350] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[338/350] Compiling SwiftSyntaxMacros Macro+Format.swift
[339/350] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[340/350] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[341/350] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[342/350] Compiling SwiftSyntaxMacros PreambleMacro.swift
[343/350] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[344/351] Wrapping AST for SwiftSyntaxMacros for debugging
[346/360] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[347/361] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[348/361] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[349/361] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[350/361] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[351/361] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[352/361] Emitting module SwiftSyntaxMacroExpansion
[353/361] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[354/361] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[355/361] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[356/362] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[358/374] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[359/374] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[360/374] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[361/374] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[362/374] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[363/375] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[364/375] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[365/375] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[366/375] Emitting module SwiftCompilerPluginMessageHandling
[367/375] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[368/375] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[369/375] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[370/375] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[371/376] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[373/378] Emitting module SwiftCompilerPlugin
[374/378] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[375/379] Wrapping AST for SwiftCompilerPlugin for debugging
[377/382] 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,
[378/382] 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,
[379/382] Compiling CasePathsMacros Plugin.swift
[380/383] Wrapping AST for CasePathsMacros for debugging
[381/383] Write Objects.LinkFileList
[382/383] Linking CasePathsMacros-tool
[384/397] Compiling CasePaths LockIsolated.swift
[385/397] Compiling CasePaths Macros.swift
[386/397] Compiling CasePaths Exports.swift
[388/397] Compiling CasePaths Macros.swift
[389/397] Compiling CasePaths LockIsolated.swift
[390/397] Compiling CasePaths XCTestSupport.swift
[392/397] Compiling CasePaths Deprecations.swift
[393/397] 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>,
[394/397] 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>,
[395/398] Compiling CasePaths Deprecations.swift
[396/398] 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>,
[397/398] 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! (152.10s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "603.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.