Build Information
Successful build of swift-case-paths, reference 1.7.2 (698997), with Swift 5.10 for macOS (SPM) on 18 Sep 2025 01:03:59 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-case-paths.git
Reference: 1.7.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pointfreeco/swift-case-paths
* tag 1.7.2 -> FETCH_HEAD
HEAD is now at 6989976 Swift Syntax 602 Support (#229)
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
6989976265be3f8d2b5802c722f9ba168e227c71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-case-paths.git at 1.7.2
========================================
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/28] Write sources
[24/28] Write swift-version-33747A42983211AE.txt
[26/40] Emitting module SwiftSyntax600
[27/40] Compiling SwiftSyntax600 Empty.swift
[28/40] Compiling SwiftSyntax509 Empty.swift
[29/40] Emitting module SwiftSyntax509
[30/40] Emitting module SwiftSyntax602
[31/40] Compiling SwiftSyntax602 Empty.swift
[32/40] Emitting module SwiftSyntax510
[33/40] Compiling SwiftSyntax510 Empty.swift
[34/40] Emitting module SwiftSyntax601
[35/40] Compiling SwiftSyntax601 Empty.swift
[36/40] Compiling IssueReportingPackageSupport _Test.swift
[37/40] Emitting module IssueReportingPackageSupport
[37/40] Compiling _SwiftSyntaxCShims PlatformMutex.c
[39/123] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[40/123] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[41/123] Compiling SwiftSyntax RawSyntaxTokenView.swift
[42/123] Compiling SwiftSyntax SourceEdit.swift
[43/123] Compiling SwiftSyntax SourceLength.swift
[44/123] Compiling SwiftSyntax SourceLocation.swift
[45/123] Compiling SwiftSyntax SourcePresence.swift
[46/130] Compiling SwiftSyntax AbsolutePosition.swift
[47/130] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[48/130] Compiling SwiftSyntax ArenaAllocatedBuffer.swift
[49/130] Compiling SwiftSyntax Assert.swift
[50/130] Compiling SwiftSyntax BumpPtrAllocator.swift
[51/130] Compiling SwiftSyntax CommonAncestor.swift
[52/130] Compiling SwiftSyntax Convenience.swift
[53/130] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[54/130] Compiling SwiftSyntax Syntax.swift
[55/130] Compiling SwiftSyntax SyntaxChildren.swift
[56/130] Compiling SwiftSyntax SyntaxCollection.swift
[57/130] Compiling SwiftSyntax SyntaxHashable.swift
[58/130] Compiling SwiftSyntax SyntaxIdentifier.swift
[59/130] Compiling SwiftSyntax SyntaxNodeStructure.swift
[62/132] Compiling IssueReporting WithExpectedIssue.swift
[63/132] Compiling IssueReporting WithIssueContext.swift
[64/132] Emitting module IssueReporting
[81/135] Compiling XCTestDynamicOverlay Exports.swift
[82/135] Compiling XCTestDynamicOverlay Deprecations.swift
[83/135] Emitting module XCTestDynamicOverlay
[84/145] Emitting module CasePathsCore
[85/146] Compiling CasePathsCore UncheckedSendable.swift
[86/146] Compiling CasePathsCore TypeName.swift
[87/146] Compiling CasePathsCore Never+CasePathable.swift
[88/146] 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> {
^
[89/146] Compiling CasePathsCore KeyPath+Sendable.swift
[90/146] Compiling CasePathsCore CasePathIterable.swift
[91/146] Compiling CasePathsCore CasePathReflectable.swift
[92/146] 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)
^
[93/146] 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> {
^
[94/146] 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> {
^
[95/146] Emitting module SwiftSyntax
[96/146] Compiling SwiftSyntax CustomTraits.swift
[97/146] Compiling SwiftSyntax EditorPlaceholder.swift
[98/146] Compiling SwiftSyntax Identifier.swift
[99/146] Compiling SwiftSyntax MemoryLayout.swift
[100/146] Compiling SwiftSyntax MissingNodeInitializers.swift
[101/146] Compiling SwiftSyntax RawSyntax.swift
[102/146] Compiling SwiftSyntax RawSyntaxArena.swift
[103/146] Compiling SwiftSyntax SyntaxProtocol.swift
[104/146] Compiling SwiftSyntax SyntaxText.swift
[105/146] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[106/146] Compiling SwiftSyntax TokenDiagnostic.swift
[107/146] Compiling SwiftSyntax TokenSequence.swift
[108/146] Compiling SwiftSyntax TokenSyntax.swift
[109/146] Compiling SwiftSyntax Trivia.swift
[110/146] Compiling SwiftSyntax SyntaxCollections.swift
[111/146] Compiling SwiftSyntax SyntaxEnum.swift
[112/146] Compiling SwiftSyntax SyntaxKind.swift
[113/146] Compiling SwiftSyntax SyntaxRewriter.swift
[114/146] Compiling SwiftSyntax SyntaxTraits.swift
[115/146] Compiling SwiftSyntax SyntaxVisitor.swift
[116/146] Compiling SwiftSyntax TokenKind.swift
[117/146] Compiling SwiftSyntax Utils.swift
[118/146] Compiling SwiftSyntax ChildNameForKeyPath.swift
[119/146] Compiling SwiftSyntax Keyword.swift
[120/146] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[121/146] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[122/146] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[123/146] Compiling SwiftSyntax SyntaxBaseNodes.swift
[124/146] Compiling SwiftSyntax Tokens.swift
[125/146] Compiling SwiftSyntax TriviaPieces.swift
[126/146] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[127/146] Compiling SwiftSyntax RawSyntaxNodesC.swift
[128/146] Compiling SwiftSyntax RawSyntaxNodesD.swift
[129/146] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[130/146] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[131/146] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[132/146] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[133/146] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[134/146] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[135/146] Compiling SwiftSyntax RawSyntaxValidation.swift
[136/146] Compiling SwiftSyntax SyntaxNodesAB.swift
[137/146] Compiling SwiftSyntax SyntaxNodesC.swift
[138/146] Compiling SwiftSyntax SyntaxNodesD.swift
[139/146] Compiling SwiftSyntax SyntaxNodesEF.swift
[140/146] Compiling SwiftSyntax SyntaxNodesGHI.swift
[141/146] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[142/146] Compiling SwiftSyntax SyntaxNodesOP.swift
[143/146] Compiling SwiftSyntax SyntaxNodesQRS.swift
[144/146] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[145/206] Compiling SwiftBasicFormat Syntax+Extensions.swift
[146/206] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[147/206] Compiling SwiftDiagnostics Message.swift
[148/207] Compiling SwiftDiagnostics Note.swift
[149/207] Compiling SwiftBasicFormat Indenter.swift
[150/207] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[151/207] Compiling SwiftBasicFormat InferIndentation.swift
[152/207] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[153/207] Compiling SwiftDiagnostics FixIt.swift
[154/207] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[155/207] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[156/207] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[157/207] Compiling SwiftDiagnostics Convenience.swift
[158/207] Emitting module SwiftDiagnostics
[159/207] Compiling SwiftDiagnostics Diagnostic.swift
[160/207] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[161/207] Emitting module SwiftBasicFormat
[162/207] Compiling SwiftBasicFormat BasicFormat.swift
[163/207] Compiling SwiftParser TopLevel.swift
[164/207] Compiling SwiftParser TriviaParser.swift
[165/207] Compiling SwiftParser Types.swift
[166/207] Compiling SwiftParser ExperimentalFeatures.swift
[167/211] Compiling SwiftParser Attributes.swift
[168/211] Compiling SwiftParser Availability.swift
[169/211] Compiling SwiftParser CharacterInfo.swift
[170/211] Compiling SwiftParser CollectionNodes+Parsable.swift
[171/211] Compiling SwiftParser CompilerFiles.swift
[172/211] Emitting module SwiftParser
[173/211] Compiling SwiftParser Patterns.swift
[174/211] Compiling SwiftParser Recovery.swift
[175/211] Compiling SwiftParser Specifiers.swift
[176/211] Compiling SwiftParser Statements.swift
[177/211] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[178/211] Compiling SwiftParser RegexLiteralLexer.swift
[179/211] Compiling SwiftParser UnicodeScalarExtensions.swift
[180/211] Compiling SwiftParser Lookahead.swift
[181/211] Compiling SwiftParser LoopProgressCondition.swift
[182/211] Compiling SwiftParser Modifiers.swift
[183/211] Compiling SwiftParser Names.swift
[184/211] Compiling SwiftParser Nominals.swift
[185/211] Compiling SwiftParser Parameters.swift
[186/211] Compiling SwiftParser ParseSourceFile.swift
[187/211] Compiling SwiftParser Parser.swift
[188/211] Compiling SwiftParser IsValidIdentifier.swift
[189/211] Compiling SwiftParser Cursor.swift
[190/211] Compiling SwiftParser Lexeme.swift
[191/211] Compiling SwiftParser LexemeSequence.swift
[192/211] Compiling SwiftParser Lexer.swift
[193/211] Compiling SwiftParser TokenConsumer.swift
[194/211] Compiling SwiftParser TokenPrecedence.swift
[195/211] Compiling SwiftParser TokenSpec.swift
[196/211] Compiling SwiftParser TokenSpecSet.swift
[197/211] Compiling SwiftParser StringLiterals.swift
[198/211] Compiling SwiftParser SwiftParserCompatibility.swift
[199/211] Compiling SwiftParser SwiftVersion.swift
[200/211] Compiling SwiftParser SyntaxUtils.swift
[201/211] Compiling SwiftParser Declarations.swift
[202/211] Compiling SwiftParser Directives.swift
[203/211] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[204/211] Compiling SwiftParser Expressions.swift
[205/211] Compiling SwiftParser IncrementalParseTransition.swift
[206/211] Compiling SwiftParser IsLexerClassified.swift
[207/211] Compiling SwiftParser LayoutNodes+Parsable.swift
[208/211] Compiling SwiftParser Parser+TokenSpecSet.swift
[209/211] Compiling SwiftParser TokenSpecStaticMembers.swift
[210/234] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[211/235] Compiling SwiftOperators OperatorTable.swift
[212/235] Compiling SwiftOperators PrecedenceGroup.swift
[213/235] Compiling SwiftOperators PrecedenceGraph.swift
[214/236] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[215/236] Compiling SwiftOperators OperatorError+Diagnostics.swift
[216/236] Compiling SwiftOperators OperatorTable+Semantics.swift
[217/236] Compiling SwiftOperators SyntaxSynthesis.swift
[218/236] Compiling SwiftOperators OperatorTable+Defaults.swift
[219/236] Compiling SwiftOperators Operator.swift
[220/236] Compiling SwiftOperators OperatorError.swift
[221/236] Compiling SwiftOperators OperatorTable+Folding.swift
[222/236] Emitting module SwiftOperators
[223/236] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[224/236] Compiling SwiftParserDiagnostics Utils.swift
[225/236] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[226/236] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[227/236] Compiling SwiftParserDiagnostics PresenceUtils.swift
[228/236] Compiling SwiftParserDiagnostics MissingNodesError.swift
[229/236] Compiling SwiftParserDiagnostics MissingTokenError.swift
[230/236] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[231/236] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[232/236] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[233/236] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[234/236] Emitting module SwiftParserDiagnostics
[235/251] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[236/251] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[237/252] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[238/252] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[239/252] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[240/252] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[241/252] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[242/252] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[243/252] Emitting module SwiftSyntaxBuilder
[244/252] Compiling SwiftSyntaxBuilder Indenter.swift
[245/252] Compiling SwiftSyntaxBuilder ListBuilder.swift
[246/252] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[247/252] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[248/252] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[249/252] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[250/252] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[251/270] Compiling SwiftSyntaxMacros PreambleMacro.swift
[252/271] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[253/271] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[254/271] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[255/271] Compiling SwiftSyntaxMacros Macro+Format.swift
[256/271] Compiling SwiftSyntaxMacros Macro.swift
[257/271] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[258/271] Compiling SwiftSyntaxMacros MemberMacro.swift
[259/271] Compiling SwiftSyntaxMacros PeerMacro.swift
[260/271] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[261/271] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[262/271] Compiling SwiftSyntaxMacros AttachedMacro.swift
[263/271] Compiling SwiftSyntaxMacros BodyMacro.swift
[264/271] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[265/271] Compiling SwiftSyntaxMacros AccessorMacro.swift
[266/271] Emitting module SwiftSyntaxMacros
[267/271] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[268/271] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[269/271] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[270/281] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[271/281] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[272/281] Emitting module SwiftSyntaxMacroExpansion
[273/281] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[274/281] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[275/281] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[276/281] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[277/281] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[278/281] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[279/281] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[280/293] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[281/293] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[282/293] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[283/293] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[284/293] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[285/293] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[286/293] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[287/293] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[288/293] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[289/293] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[290/293] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[291/293] Emitting module SwiftCompilerPluginMessageHandling
[292/294] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[293/296] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[294/296] Emitting module SwiftCompilerPlugin
[295/299] Compiling CasePathsMacros Plugin.swift
[296/299] Emitting module CasePathsMacros
[297/299] 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
^
[297/299] Write Objects.LinkFileList
[298/299] Linking CasePathsMacros
[300/306] Compiling CasePaths Deprecations.swift
[301/306] Compiling CasePaths XCTestSupport.swift
[302/306] Compiling CasePaths LockIsolated.swift
[303/306] Compiling CasePaths Exports.swift
[304/306] Compiling CasePaths Macros.swift
[305/306] Compiling CasePaths EnumReflection.swift
[306/306] Emitting module CasePaths
Build complete! (47.18s)
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/swiftlang/swift-syntax
[1/914] Fetching swift-macro-testing
[239/3008] Fetching swift-macro-testing, swift-docc-plugin
[387/8507] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay
[8508/80425] Fetching swift-macro-testing, swift-docc-plugin, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.67s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.67s)
Fetched https://github.com/apple/swift-docc-plugin from cache (3.67s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.68s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.5 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3527] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.49s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.56s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.37s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.4 (0.37s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15530] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.94s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.7 (0.40s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/4598] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.05s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (0.39s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.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/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/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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.5
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" : "/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.