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 (41b89b), with Swift 5.10 for macOS (SPM) on 15 Apr 2025 19:04:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-case-paths
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/pointfreeco/swift-case-paths.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/26] Write sources
[22/26] Compiling _SwiftSyntaxCShims dummy.c
[23/26] Write swift-version-33747A42983211AE.txt
[25/53] Compiling SwiftSyntax510 Empty.swift
[26/53] Emitting module SwiftSyntax600
[27/53] Emitting module SwiftSyntax510
[28/53] Compiling SwiftSyntax600 Empty.swift
[29/53] Compiling SwiftSyntax509 Empty.swift
[30/53] Emitting module SwiftSyntax509
[31/53] Emitting module SwiftSyntax601
[32/53] Compiling SwiftSyntax601 Empty.swift
[33/119] Compiling SwiftSyntax AbsolutePosition.swift
[34/119] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[35/119] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[36/119] Compiling SwiftSyntax Assert.swift
[37/119] Compiling SwiftSyntax BumpPtrAllocator.swift
[38/119] Compiling SwiftSyntax CommonAncestor.swift
[39/119] Compiling SwiftSyntax Convenience.swift
[40/119] Compiling SwiftSyntax CustomTraits.swift
[41/126] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[42/126] Compiling SwiftSyntax SyntaxChildren.swift
[43/126] Compiling SwiftSyntax SyntaxCollection.swift
[44/126] Compiling SwiftSyntax SyntaxHashable.swift
[45/126] Compiling SwiftSyntax SyntaxIdentifier.swift
[46/126] Compiling SwiftSyntax SyntaxNodeFactory.swift
[47/126] Compiling SwiftSyntax SyntaxNodeStructure.swift
[48/126] Compiling SwiftSyntax SourceEdit.swift
[49/126] Compiling SwiftSyntax SourceLength.swift
[50/126] Compiling SwiftSyntax SourceLocation.swift
[51/126] Compiling SwiftSyntax SourcePresence.swift
[52/126] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[53/126] Compiling SwiftSyntax Syntax.swift
[54/126] Compiling SwiftSyntax SyntaxArena.swift
[55/126] Compiling SwiftSyntax EditorPlaceholder.swift
[56/126] Compiling SwiftSyntax Identifier.swift
[57/126] Compiling SwiftSyntax MemoryLayout.swift
[58/126] Compiling SwiftSyntax MissingNodeInitializers.swift
[59/126] Compiling SwiftSyntax RawSyntax.swift
[60/126] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[61/126] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[62/126] Compiling SwiftSyntax RawSyntaxTokenView.swift
[63/126] Compiling SwiftSyntax SyntaxProtocol.swift
[64/126] Compiling SwiftSyntax SyntaxText.swift
[65/126] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[66/126] Compiling SwiftSyntax TokenDiagnostic.swift
[67/126] Compiling SwiftSyntax TokenSequence.swift
[68/126] Compiling SwiftSyntax TokenSyntax.swift
[69/126] Compiling SwiftSyntax Trivia.swift
[72/128] Compiling IssueReporting WithExpectedIssue.swift
[73/128] Compiling IssueReporting WithIssueContext.swift
[90/128] Emitting module IssueReporting
[91/131] Compiling XCTestDynamicOverlay Exports.swift
[92/131] Compiling XCTestDynamicOverlay Deprecations.swift
[93/131] Emitting module XCTestDynamicOverlay
[94/141] Emitting module CasePathsCore
[95/141] Compiling CasePathsCore AnyCasePath.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/AnyCasePath.swift:32:28: warning: capture of 'embed' with non-sendable type '(Value) -> Root' in a `@Sendable` closure
      return Self(embed: { embed($0) }, extract: extract)
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/AnyCasePath.swift:32:28: note: a function type must be marked '@Sendable' to conform to 'Sendable'
      return Self(embed: { embed($0) }, extract: extract)
                           ^
[96/142] Compiling CasePathsCore CasePathReflectable.swift
[97/142] Compiling CasePathsCore CasePathIterable.swift
[98/142] Compiling CasePathsCore TypeName.swift
[99/142] Compiling CasePathsCore UncheckedSendable.swift
[100/142] Compiling CasePathsCore Optional+CasePathable.swift
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Void>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Void>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Optional<Wrapped>.AllCasePaths, AnyCasePath<Wrapped?, Wrapped>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[101/142] Compiling CasePathsCore KeyPath+Sendable.swift
[102/142] Compiling CasePathsCore Never+CasePathable.swift
[103/142] Compiling CasePathsCore CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:78:44: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        _embed(Value.allCasePaths[keyPath: keyPath].embed($0))
                                           ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:81:64: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        _extract(from: $0).flatMap(Value.allCasePaths[keyPath: keyPath].extract)
                                                               ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:522:43: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
        embed(Value.allCasePaths[keyPath: keyPath].embed($0))
                                          ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:526:39: warning: capture of 'keyPath' with non-sendable type 'KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>' in a `@Sendable` closure
          Value.allCasePaths[keyPath: keyPath].extract(from:)
                                      ^
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[104/142] Emitting module SwiftSyntax
[105/142] Compiling CasePathsCore Result+CasePathable.swift
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Success>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Failure>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Success>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
<unknown>:0: warning: cannot form key path that captures non-sendable type 'KeyPath<Result<Success, Failure>.AllCasePaths, AnyCasePath<Result<Success, Failure>, Failure>>'
Swift.KeyPath:1:14: note: generic class 'KeyPath' does not conform to the 'Sendable' protocol
public class KeyPath<Root, Value> : PartialKeyPath<Root> {
             ^
[106/142] Compiling SwiftSyntax Tokens.swift
[107/142] Compiling SwiftSyntax TriviaPieces.swift
[108/142] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[109/142] Compiling SwiftSyntax RawSyntaxNodesC.swift
[110/142] Compiling SwiftSyntax RawSyntaxNodesD.swift
[111/142] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[112/142] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[113/142] Compiling SwiftSyntax Utils.swift
[114/142] Compiling SwiftSyntax ChildNameForKeyPath.swift
[115/142] Compiling SwiftSyntax Keyword.swift
[116/142] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[117/142] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[118/142] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[119/142] Compiling SwiftSyntax SyntaxBaseNodes.swift
[120/142] Compiling SwiftSyntax SyntaxCollections.swift
[121/142] Compiling SwiftSyntax SyntaxEnum.swift
[122/142] Compiling SwiftSyntax SyntaxKind.swift
[123/142] Compiling SwiftSyntax SyntaxRewriter.swift
[124/142] Compiling SwiftSyntax SyntaxTraits.swift
[125/142] Compiling SwiftSyntax SyntaxVisitor.swift
[126/142] Compiling SwiftSyntax TokenKind.swift
[127/142] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[128/142] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[129/142] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[130/142] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[131/142] Compiling SwiftSyntax RawSyntaxValidation.swift
[132/142] Compiling SwiftSyntax SyntaxNodesAB.swift
[133/142] Compiling SwiftSyntax SyntaxNodesC.swift
[134/142] Compiling SwiftSyntax SyntaxNodesD.swift
[135/142] Compiling SwiftSyntax SyntaxNodesEF.swift
[136/142] Compiling SwiftSyntax SyntaxNodesGHI.swift
[137/142] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[138/142] Compiling SwiftSyntax SyntaxNodesOP.swift
[139/142] Compiling SwiftSyntax SyntaxNodesQRS.swift
[140/142] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[141/201] Compiling SwiftDiagnostics Message.swift
[142/202] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[143/202] Compiling SwiftDiagnostics Convenience.swift
[144/202] Compiling SwiftDiagnostics Diagnostic.swift
[145/202] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[146/202] Emitting module SwiftDiagnostics
[147/202] Compiling SwiftDiagnostics Note.swift
[148/202] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[149/202] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[150/202] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/202] Compiling SwiftBasicFormat Indenter.swift
[152/202] Compiling SwiftBasicFormat Syntax+Extensions.swift
[153/202] Compiling SwiftBasicFormat InferIndentation.swift
[154/202] Compiling SwiftDiagnostics FixIt.swift
[155/202] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[156/202] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[157/202] Emitting module SwiftBasicFormat
[158/202] Compiling SwiftBasicFormat BasicFormat.swift
[159/202] Compiling SwiftParser StringLiterals.swift
[160/202] Compiling SwiftParser SwiftParserCompatibility.swift
[161/202] Compiling SwiftParser SwiftVersion.swift
[162/202] Compiling SwiftParser SyntaxUtils.swift
[163/206] Compiling SwiftParser TopLevel.swift
[164/206] Compiling SwiftParser TriviaParser.swift
[165/206] Compiling SwiftParser Types.swift
[166/206] Compiling SwiftParser ExperimentalFeatures.swift
[167/206] Compiling SwiftParser TokenConsumer.swift
[168/206] Compiling SwiftParser TokenPrecedence.swift
[169/206] Compiling SwiftParser TokenSpec.swift
[170/206] Compiling SwiftParser TokenSpecSet.swift
[171/206] Compiling SwiftParser UnicodeScalarExtensions.swift
[172/206] Compiling SwiftParser Lookahead.swift
[173/206] Compiling SwiftParser LoopProgressCondition.swift
[174/206] Compiling SwiftParser Modifiers.swift
[175/206] Compiling SwiftParser Names.swift
[176/206] Compiling SwiftParser Nominals.swift
[177/206] Compiling SwiftParser Parameters.swift
[178/206] Compiling SwiftParser ParseSourceFile.swift
[179/206] Compiling SwiftParser Parser.swift
[180/206] Compiling SwiftParser Patterns.swift
[181/206] Compiling SwiftParser Recovery.swift
[182/206] Compiling SwiftParser Specifiers.swift
[183/206] Compiling SwiftParser Statements.swift
[184/206] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[185/206] Emitting module SwiftParser
[186/206] Compiling SwiftParser Attributes.swift
[187/206] Compiling SwiftParser Availability.swift
[188/206] Compiling SwiftParser CharacterInfo.swift
[189/206] Compiling SwiftParser CollectionNodes+Parsable.swift
[190/206] Compiling SwiftParser Declarations.swift
[191/206] Compiling SwiftParser Directives.swift
[192/206] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[193/206] Compiling SwiftParser Expressions.swift
[194/206] Compiling SwiftParser IncrementalParseTransition.swift
[195/206] Compiling SwiftParser IsValidIdentifier.swift
[196/206] Compiling SwiftParser Cursor.swift
[197/206] Compiling SwiftParser Lexeme.swift
[198/206] Compiling SwiftParser LexemeSequence.swift
[199/206] Compiling SwiftParser Lexer.swift
[200/206] Compiling SwiftParser RegexLiteralLexer.swift
[201/206] Compiling SwiftParser IsLexerClassified.swift
[202/206] Compiling SwiftParser LayoutNodes+Parsable.swift
[203/206] Compiling SwiftParser Parser+TokenSpecSet.swift
[204/206] Compiling SwiftParser TokenSpecStaticMembers.swift
[205/229] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[206/230] Compiling SwiftOperators PrecedenceGroup.swift
[207/231] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[208/231] Compiling SwiftOperators SyntaxSynthesis.swift
[209/231] Compiling SwiftOperators OperatorTable+Semantics.swift
[210/231] Compiling SwiftOperators OperatorTable+Defaults.swift
[211/231] Compiling SwiftOperators PrecedenceGraph.swift
[212/231] Compiling SwiftOperators OperatorError+Diagnostics.swift
[213/231] Compiling SwiftOperators OperatorTable.swift
[214/231] Compiling SwiftOperators OperatorError.swift
[215/231] Emitting module SwiftOperators
[216/231] Compiling SwiftOperators Operator.swift
[217/231] Compiling SwiftOperators OperatorTable+Folding.swift
[218/231] Compiling SwiftParserDiagnostics Utils.swift
[219/231] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[220/231] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[221/231] Compiling SwiftParserDiagnostics PresenceUtils.swift
[222/231] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[223/231] Compiling SwiftParserDiagnostics MissingNodesError.swift
[224/231] Compiling SwiftParserDiagnostics MissingTokenError.swift
[225/231] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[226/231] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[227/231] Emitting module SwiftParserDiagnostics
[228/231] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[229/231] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[230/246] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[231/246] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[232/246] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[233/247] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[234/247] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[235/247] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[236/247] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[237/247] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[238/247] Compiling SwiftSyntaxBuilder Indenter.swift
[239/247] Compiling SwiftSyntaxBuilder ListBuilder.swift
[240/247] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[241/247] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[242/247] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[243/247] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[244/247] Emitting module SwiftSyntaxBuilder
[245/247] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[246/265] Compiling SwiftSyntaxMacros MemberMacro.swift
[247/265] Compiling SwiftSyntaxMacros PeerMacro.swift
[248/266] Compiling SwiftSyntaxMacros PreambleMacro.swift
[249/266] Compiling SwiftSyntaxMacros Macro.swift
[250/266] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[251/266] Compiling SwiftSyntaxMacros AttachedMacro.swift
[252/266] Compiling SwiftSyntaxMacros BodyMacro.swift
[253/266] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[254/266] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[255/266] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[256/266] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[257/266] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[258/266] Compiling SwiftSyntaxMacros Macro+Format.swift
[259/266] Emitting module SwiftSyntaxMacros
[260/266] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[261/266] Compiling SwiftSyntaxMacros AccessorMacro.swift
[262/266] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[263/266] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[264/266] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[265/276] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[266/276] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[267/276] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[268/276] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[269/276] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[270/276] Emitting module SwiftSyntaxMacroExpansion
[271/276] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[272/276] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[273/276] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[274/276] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[275/288] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[276/288] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[277/288] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[278/288] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[279/288] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[280/288] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[281/288] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[282/288] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[283/288] Emitting module SwiftCompilerPluginMessageHandling
[284/288] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[285/288] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[286/288] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[287/289] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[288/291] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[289/291] Emitting module SwiftCompilerPlugin
[290/294] Emitting module CasePathsMacros
[291/294] Compiling CasePathsMacros Plugin.swift
[292/294] Compiling CasePathsMacros CasePathableMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsMacros/CasePathableMacro.swift:295:5: warning: default will never be executed
    @unknown default: return nil
    ^
[292/294] Write Objects.LinkFileList
[293/294] Linking CasePathsMacros
[295/301] Compiling CasePaths XCTestSupport.swift
[296/301] Compiling CasePaths LockIsolated.swift
[297/301] Compiling CasePaths Macros.swift
[298/301] Compiling CasePaths Exports.swift
[299/301] Compiling CasePaths Deprecations.swift
[300/301] Compiling CasePaths EnumReflection.swift
[301/301] Emitting module CasePaths
Build complete! (45.97s)
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
[173/2907] Fetching swift-macro-testing, swift-docc-plugin
[315/8256] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[8257/78384] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.57s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.57s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.57s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.57s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.45s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3366] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.08s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.45s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.34s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.52s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.2 (0.34s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13145] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.19s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.3 (0.35s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4581] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (3.68s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.33s)
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/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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
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-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
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/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
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" : "/Users/admin/builder/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
      }
    }
  ],
  "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" : "5.9"
}
Done.