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.1 for Android on 30 May 2025 19:55:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/pointfreeco/swift-case-paths.git
https://github.com/pointfreeco/swift-case-paths.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "509.0.0",
            "upper_bound" : "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-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax
[1/908] Fetching swift-macro-testing
[846/2957] Fetching swift-macro-testing, swift-docc-plugin
[1072/8415] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[8353/78937] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (7.88s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (7.90s)
Fetched https://github.com/apple/swift-docc-plugin from cache (7.91s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.96s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (11.26s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3392] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.49s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.25s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.56s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.93s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.63s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13189] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.58s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (3.31s)
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.52s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (4.27s)
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.4
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/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/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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/46] Write sources
[26/46] Compiling _SwiftSyntaxCShims dummy.c
[27/46] Write swift-version-24593BA9C3E375BF.txt
[29/92] Emitting module SwiftSyntax510
[30/92] Emitting module SwiftSyntax601
[31/92] Compiling SwiftSyntax601 Empty.swift
[32/93] Compiling SwiftSyntax509 Empty.swift
[33/93] Emitting module SwiftSyntax509
[34/94] Emitting module SwiftSyntax600
[35/94] Compiling SwiftSyntax600 Empty.swift
[38/95] Compiling SwiftSyntax510 Empty.swift
[40/96] Compiling IssueReporting BreakpointReporter.swift
[41/96] Compiling IssueReporting FatalErrorReporter.swift
[42/98] Wrapping AST for SwiftSyntax601 for debugging
[43/98] Wrapping AST for SwiftSyntax600 for debugging
[44/98] Wrapping AST for SwiftSyntax509 for debugging
[45/98] Wrapping AST for SwiftSyntax510 for debugging
[47/98] Compiling IssueReporting TestContext.swift
[48/98] Compiling IssueReporting Unimplemented.swift
[49/162] Emitting module IssueReporting
[50/162] Compiling SwiftSyntax SourceLocation.swift
[51/162] Compiling SwiftSyntax SourcePresence.swift
[52/162] Emitting module IssueReporting
[53/164] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[54/164] Compiling SwiftSyntax RawSyntaxTokenView.swift
[55/164] Compiling SwiftSyntax AbsolutePosition.swift
[56/164] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[57/164] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[58/164] Compiling SwiftSyntax Assert.swift
[59/164] Compiling SwiftSyntax BumpPtrAllocator.swift
[60/164] Compiling SwiftSyntax CommonAncestor.swift
[61/164] Compiling SwiftSyntax Convenience.swift
[62/164] Compiling SwiftSyntax CustomTraits.swift
[63/164] Compiling SwiftSyntax EditorPlaceholder.swift
[64/164] Compiling SwiftSyntax MissingNodeInitializers.swift
[65/164] Compiling SwiftSyntax RawSyntax.swift
[66/164] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[68/168] Compiling XCTestDynamicOverlay Exports.swift
[69/168] Emitting module XCTestDynamicOverlay
[70/168] Compiling XCTestDynamicOverlay Deprecations.swift
[72/179] Compiling IssueReporting WithExpectedIssue.swift
[73/179] Compiling IssueReporting WithIssueContext.swift
[74/179] Compiling SwiftSyntax SourceEdit.swift
[75/179] Compiling SwiftSyntax SourceLength.swift
[76/179] Compiling CasePathsCore TypeName.swift
[77/179] Compiling CasePathsCore KeyPath+Sendable.swift
[78/180] Compiling CasePathsCore Never+CasePathable.swift
[79/180] Compiling CasePathsCore UncheckedSendable.swift
[80/180] Compiling CasePathsCore Optional+CasePathable.swift
[81/180] Compiling CasePathsCore Result+CasePathable.swift
[82/180] Compiling CasePathsCore AnyCasePath.swift
[83/180] Compiling CasePathsCore CasePathIterable.swift
[84/180] Compiling CasePathsCore CasePathReflectable.swift
[85/180] Compiling CasePathsCore CasePathable.swift
[86/180] Emitting module CasePathsCore
[88/181] Compiling SwiftSyntax Identifier.swift
[89/181] Compiling SwiftSyntax MemoryLayout.swift
[99/181] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[100/181] Compiling SwiftSyntax Syntax.swift
[101/181] Compiling SwiftSyntax SyntaxArena.swift
[102/181] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[103/181] Compiling SwiftSyntax SyntaxChildren.swift
[104/181] Compiling SwiftSyntax SyntaxCollection.swift
[105/181] Compiling SwiftSyntax SyntaxHashable.swift
[132/194] Compiling XCTestDynamicOverlay Exports.swift
[133/194] Emitting module XCTestDynamicOverlay
[134/194] Compiling XCTestDynamicOverlay Deprecations.swift
[136/205] Compiling CasePathsCore Optional+CasePathable.swift
[137/206] Compiling CasePathsCore TypeName.swift
[138/206] Compiling CasePathsCore KeyPath+Sendable.swift
[139/206] Emitting module CasePathsCore
[140/206] Compiling CasePathsCore AnyCasePath.swift
[141/206] Compiling CasePathsCore CasePathIterable.swift
[142/206] Compiling CasePathsCore UncheckedSendable.swift
[143/206] Compiling CasePathsCore Never+CasePathable.swift
[144/206] Compiling CasePathsCore Result+CasePathable.swift
[145/206] Compiling CasePathsCore CasePathReflectable.swift
[146/206] Compiling CasePathsCore CasePathable.swift
[148/207] Emitting module SwiftSyntax
[149/207] Compiling SwiftSyntax SyntaxEnum.swift
[150/207] Compiling SwiftSyntax SyntaxKind.swift
[151/207] Compiling SwiftSyntax SyntaxRewriter.swift
[152/207] Compiling SwiftSyntax SyntaxTraits.swift
[153/207] Compiling SwiftSyntax SyntaxVisitor.swift
[154/207] Compiling SwiftSyntax TokenKind.swift
[155/207] Compiling SwiftSyntax Tokens.swift
[156/207] Compiling SwiftSyntax TriviaPieces.swift
[157/207] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[158/207] Compiling SwiftSyntax RawSyntaxNodesC.swift
[159/207] Compiling SwiftSyntax RawSyntaxNodesD.swift
[160/207] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[161/207] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[162/207] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[163/207] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[164/207] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[165/207] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[166/207] Compiling SwiftSyntax RawSyntaxValidation.swift
[167/207] Compiling SwiftSyntax SyntaxIdentifier.swift
[168/207] Compiling SwiftSyntax SyntaxNodeFactory.swift
[169/207] Compiling SwiftSyntax SyntaxNodeStructure.swift
[170/207] Compiling SwiftSyntax SyntaxProtocol.swift
[171/207] Compiling SwiftSyntax SyntaxText.swift
[172/207] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[173/207] Compiling SwiftSyntax TokenDiagnostic.swift
[174/207] Compiling SwiftSyntax TokenSequence.swift
[175/207] Compiling SwiftSyntax TokenSyntax.swift
[176/207] Compiling SwiftSyntax Trivia.swift
[177/207] Compiling SwiftSyntax Utils.swift
[178/207] Compiling SwiftSyntax ChildNameForKeyPath.swift
[179/207] Compiling SwiftSyntax Keyword.swift
[180/207] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[181/207] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[182/207] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[183/207] Compiling SwiftSyntax SyntaxBaseNodes.swift
[184/207] Compiling SwiftSyntax SyntaxCollections.swift
[185/207] Compiling SwiftSyntax SyntaxNodesAB.swift
[186/207] Compiling SwiftSyntax SyntaxNodesC.swift
[187/207] Compiling SwiftSyntax SyntaxNodesD.swift
[188/207] Compiling SwiftSyntax SyntaxNodesEF.swift
[189/207] Compiling SwiftSyntax SyntaxNodesGHI.swift
[190/207] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[191/207] Compiling SwiftSyntax SyntaxNodesOP.swift
[192/207] Compiling SwiftSyntax SyntaxNodesQRS.swift
[193/207] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[194/208] Wrapping AST for SwiftSyntax for debugging
[196/266] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[197/266] Compiling SwiftBasicFormat Syntax+Extensions.swift
[198/266] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[199/266] Compiling SwiftBasicFormat Indenter.swift
[200/266] Compiling SwiftBasicFormat InferIndentation.swift
[201/266] Compiling SwiftDiagnostics Message.swift
[202/267] Emitting module SwiftBasicFormat
[203/267] Compiling SwiftBasicFormat BasicFormat.swift
[204/267] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[205/267] Compiling SwiftParser Expressions.swift
[206/268] Emitting module SwiftDiagnostics
[208/268] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[209/268] Compiling SwiftDiagnostics Note.swift
[210/268] Compiling SwiftDiagnostics FixIt.swift
[211/268] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[212/268] Compiling SwiftParser IncrementalParseTransition.swift
[213/268] Compiling SwiftParser IsValidIdentifier.swift
[214/268] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[215/269] Compiling SwiftParser SwiftParserCompatibility.swift
[216/269] Compiling SwiftParser SwiftVersion.swift
[217/269] Compiling SwiftParser SyntaxUtils.swift
[218/269] Compiling SwiftParser TokenConsumer.swift
[219/269] Compiling SwiftParser TokenPrecedence.swift
[219/274] Wrapping AST for SwiftBasicFormat for debugging
[221/274] Wrapping AST for SwiftDiagnostics for debugging
[223/274] Compiling SwiftParser LexemeSequence.swift
[224/274] Compiling SwiftParser Lexer.swift
[225/274] Compiling SwiftParser RegexLiteralLexer.swift
[226/274] Compiling SwiftParser UnicodeScalarExtensions.swift
[227/274] Compiling SwiftParser Lookahead.swift
[228/274] Compiling SwiftParser LoopProgressCondition.swift
[229/274] Emitting module SwiftParser
[230/274] Compiling SwiftParser Modifiers.swift
[231/274] Compiling SwiftParser Names.swift
[232/274] Compiling SwiftParser Nominals.swift
[233/274] Compiling SwiftParser Parameters.swift
[234/274] Compiling SwiftParser ParseSourceFile.swift
[235/274] Compiling SwiftParser Parser.swift
[236/274] Compiling SwiftParser Patterns.swift
[237/274] Compiling SwiftParser Recovery.swift
[238/274] Compiling SwiftParser Specifiers.swift
[239/274] Compiling SwiftParser Statements.swift
[240/274] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[241/274] Compiling SwiftParser StringLiterals.swift
[242/274] Compiling SwiftParser TokenSpec.swift
[243/274] Compiling SwiftParser TokenSpecSet.swift
[244/274] Compiling SwiftParser TopLevel.swift
[245/274] Compiling SwiftParser TriviaParser.swift
[246/274] Compiling SwiftParser Types.swift
[251/274] Compiling SwiftParser Cursor.swift
[252/274] Compiling SwiftParser Lexeme.swift
[253/274] Compiling SwiftParser Attributes.swift
[254/274] Compiling SwiftParser Availability.swift
[255/274] Compiling SwiftParser CharacterInfo.swift
[256/274] Compiling SwiftParser CollectionNodes+Parsable.swift
[257/274] Compiling SwiftParser Declarations.swift
[258/274] Compiling SwiftParser Directives.swift
[259/274] Compiling SwiftParser ExperimentalFeatures.swift
[260/274] Compiling SwiftParser IsLexerClassified.swift
[261/274] Compiling SwiftParser LayoutNodes+Parsable.swift
[262/274] Compiling SwiftParser Parser+TokenSpecSet.swift
[263/274] Compiling SwiftParser TokenSpecStaticMembers.swift
[264/275] Wrapping AST for SwiftParser for debugging
[266/298] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[267/299] Compiling SwiftOperators PrecedenceGroup.swift
[268/300] Compiling SwiftOperators OperatorTable.swift
[269/300] Compiling SwiftOperators PrecedenceGraph.swift
[270/300] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[271/300] Emitting module SwiftOperators
[272/300] Compiling SwiftOperators SyntaxSynthesis.swift
[273/300] Compiling SwiftOperators OperatorTable+Semantics.swift
[274/300] Compiling SwiftOperators OperatorError.swift
[275/300] Compiling SwiftOperators OperatorTable+Defaults.swift
[276/300] Compiling SwiftOperators Operator.swift
[277/300] Compiling SwiftOperators OperatorError+Diagnostics.swift
[278/300] Compiling SwiftOperators OperatorTable+Folding.swift
[279/301] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[280/301] Compiling SwiftParserDiagnostics Utils.swift
[281/301] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[282/301] Wrapping AST for SwiftOperators for debugging
[288/301] Compiling SwiftParserDiagnostics MissingNodesError.swift
[289/301] Compiling SwiftParserDiagnostics MissingTokenError.swift
[290/301] Emitting module SwiftParserDiagnostics
[291/301] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[292/301] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[293/302] Wrapping AST for SwiftParserDiagnostics for debugging
[295/317] Compiling SwiftSyntaxBuilder Indenter.swift
[296/317] Compiling SwiftSyntaxBuilder ListBuilder.swift
[297/318] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[298/318] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[299/318] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[300/318] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[301/318] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[302/318] Emitting module SwiftSyntaxBuilder
[303/318] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[304/318] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[305/318] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[306/318] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[307/318] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[308/318] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[309/318] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[310/318] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[311/319] Wrapping AST for SwiftSyntaxBuilder for debugging
[313/336] Compiling SwiftSyntaxMacros Macro.swift
[314/336] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[315/338] Compiling SwiftSyntaxMacros MemberMacro.swift
[316/338] Compiling SwiftSyntaxMacros PeerMacro.swift
[317/338] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[318/338] Compiling SwiftSyntaxMacros Macro+Format.swift
[319/338] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[320/338] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[321/338] Compiling SwiftSyntaxMacros AccessorMacro.swift
[322/338] Compiling SwiftSyntaxMacros AttachedMacro.swift
[323/338] Compiling SwiftSyntaxMacros BodyMacro.swift
[324/338] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[325/338] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[326/338] Emitting module SwiftSyntaxMacros
[327/338] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[328/338] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[329/338] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[330/338] Compiling SwiftSyntaxMacros PreambleMacro.swift
[331/338] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[332/339] Wrapping AST for SwiftSyntaxMacros for debugging
[334/348] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[335/349] Emitting module SwiftSyntaxMacroExpansion
[336/349] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[337/349] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[338/349] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[339/349] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[340/349] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[341/349] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[342/349] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[343/349] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[344/350] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[346/362] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[347/362] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[348/362] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[349/362] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[350/362] Emitting module SwiftCompilerPluginMessageHandling
[351/363] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[352/363] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[353/363] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[354/363] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[355/363] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[356/363] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[357/363] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[358/363] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[359/364] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[361/366] Emitting module SwiftCompilerPlugin
[362/366] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[363/367] Wrapping AST for SwiftCompilerPlugin for debugging
[365/370] Compiling CasePathsMacros Plugin.swift
[366/370] 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,
[367/370] 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,
[368/371] Wrapping AST for CasePathsMacros for debugging
[369/371] Write Objects.LinkFileList
[370/371] Linking CasePathsMacros-tool
[372/385] Compiling CasePaths Exports.swift
[374/385] Compiling CasePaths XCTestSupport.swift
[375/385] Compiling CasePaths LockIsolated.swift
[376/385] Compiling CasePaths Macros.swift
[378/385] Compiling CasePaths LockIsolated.swift
[379/385] Compiling CasePaths XCTestSupport.swift
[380/385] Compiling CasePaths Deprecations.swift
[382/385] 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>,
[383/385] 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>,
/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>,
[386/386] 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>,
Build complete! (157.62s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.