Build Information
Successful build of swift-case-paths, reference main (9810c8
), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 02:38:26 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
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 9810c8d Run swift-format
Cloned https://github.com/pointfreeco/swift-case-paths.git
Revision (git rev-parse @):
9810c8d6c2914de251e072312f01d3bf80071852
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: 6.2
Building package at path: $PWD
https://github.com/pointfreeco/swift-case-paths.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/30] Write sources
[26/30] Compiling _SwiftSyntaxCShims dummy.c
[27/30] Write swift-version-1EA4D86E10B52AF.txt
[29/76] Compiling SwiftSyntax601 Empty.swift
[30/76] Emitting module SwiftSyntax601
[31/76] Emitting module SwiftSyntax510
[32/76] Emitting module SwiftSyntax600
[33/76] Compiling SwiftSyntax510 Empty.swift
[34/76] Compiling SwiftSyntax600 Empty.swift
[35/76] Emitting module SwiftSyntax509
[36/76] Compiling SwiftSyntax509 Empty.swift
[37/142] Compiling SwiftSyntax SyntaxArenaAllocatedBuffer.swift
[38/142] Compiling SwiftSyntax SyntaxChildren.swift
[39/142] Compiling SwiftSyntax SyntaxCollection.swift
[40/142] Compiling SwiftSyntax SyntaxHashable.swift
[41/142] Compiling SwiftSyntax SyntaxIdentifier.swift
[42/142] Compiling SwiftSyntax SyntaxNodeFactory.swift
[43/142] Compiling SwiftSyntax SyntaxNodeStructure.swift
[44/149] Compiling SwiftSyntax SyntaxProtocol.swift
[45/149] Compiling SwiftSyntax SyntaxText.swift
[46/149] Compiling SwiftSyntax SyntaxTreeViewMode.swift
[47/149] Compiling SwiftSyntax TokenDiagnostic.swift
[48/149] Compiling SwiftSyntax TokenSequence.swift
[49/149] Compiling SwiftSyntax TokenSyntax.swift
[50/149] Compiling SwiftSyntax Trivia.swift
[51/149] Compiling SwiftSyntax SourceEdit.swift
[52/149] Compiling SwiftSyntax SourceLength.swift
[53/149] Compiling SwiftSyntax SourceLocation.swift
[54/149] Compiling SwiftSyntax SourcePresence.swift
[55/149] Compiling SwiftSyntax SwiftSyntaxCompatibility.swift
[56/149] Compiling SwiftSyntax Syntax.swift
[57/149] Compiling SwiftSyntax SyntaxArena.swift
[58/149] Compiling SwiftSyntax EditorPlaceholder.swift
[59/149] Compiling SwiftSyntax Identifier.swift
[60/149] Compiling SwiftSyntax MemoryLayout.swift
[61/149] Compiling SwiftSyntax MissingNodeInitializers.swift
[62/149] Compiling SwiftSyntax RawSyntax.swift
[63/149] Compiling SwiftSyntax RawSyntaxLayoutView.swift
[64/149] Compiling SwiftSyntax RawSyntaxNodeProtocol.swift
[65/149] Compiling SwiftSyntax RawSyntaxTokenView.swift
[70/153] Compiling IssueReporting WithExpectedIssue.swift
[71/153] Compiling IssueReporting WithIssueContext.swift
[74/153] Emitting module IssueReporting
[75/153] Compiling SwiftSyntax BumpPtrAllocator.swift
[76/153] Compiling SwiftSyntax CommonAncestor.swift
[77/153] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[78/153] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[79/153] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[80/153] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[81/153] Compiling SwiftSyntax AbsoluteSyntaxInfo.swift
[82/153] Compiling SwiftSyntax Assert.swift
[83/153] Compiling SwiftSyntax AbsolutePosition.swift
[84/153] Compiling SwiftSyntax AbsoluteRawSyntax.swift
[85/153] Emitting module IssueReporting
[86/153] Compiling SwiftSyntax Convenience.swift
[87/153] Compiling SwiftSyntax CustomTraits.swift
[100/153] Compiling SwiftSyntax RawSyntaxValidation.swift
[101/153] Compiling SwiftSyntax SyntaxNodesAB.swift
[102/153] Compiling SwiftSyntax SyntaxNodesC.swift
[108/159] Compiling XCTestDynamicOverlay Exports.swift
[110/159] Compiling XCTestDynamicOverlay Deprecations.swift
[111/159] Emitting module XCTestDynamicOverlay
[113/159] Compiling XCTestDynamicOverlay Deprecations.swift
[114/179] Compiling CasePathsCore Never+CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Never+CasePathable.swift:20:48: warning: capture of non-sendable type 'Value.Type' in an isolated closure
18 | public var never: Case<Never> {
19 | @Sendable func absurd<T>(_: Never) -> T {}
20 | return Case<Never>(embed: absurd, extract: { (_: Value) in nil })
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
21 | }
22 | }
[115/179] Compiling CasePathsCore UncheckedSendable.swift
[116/179] Compiling CasePathsCore KeyPath+Sendable.swift
[117/179] Compiling CasePathsCore TypeName.swift
[118/179] Compiling CasePathsCore Optional+CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:41:21: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
42 | extract: {
43 | guard case let .some(wrapped) = $0, let member = casePath.extract(from: wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:39:11: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
37 | ) -> AnyCasePath<Optional, Member?>
38 | where Wrapped: CasePathable {
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:43:43: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
41 | embed: { $0.map(casePath.embed) },
42 | extract: {
43 | guard case let .some(wrapped) = $0, let member = casePath.extract(from: wrapped)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
44 | else { return .none }
45 | return member
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:39:11: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
37 | ) -> AnyCasePath<Optional, Member?>
38 | where Wrapped: CasePathable {
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
[119/180] Compiling CasePathsCore TypeName.swift
[120/180] Compiling CasePathsCore KeyPath+Sendable.swift
[121/180] Compiling CasePathsCore UncheckedSendable.swift
[122/180] Compiling CasePathsCore Never+CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Never+CasePathable.swift:20:48: warning: capture of non-sendable type 'Value.Type' in an isolated closure
18 | public var never: Case<Never> {
19 | @Sendable func absurd<T>(_: Never) -> T {}
20 | return Case<Never>(embed: absurd, extract: { (_: Value) in nil })
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
21 | }
22 | }
[123/180] Compiling CasePathsCore Optional+CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:41:21: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
42 | extract: {
43 | guard case let .some(wrapped) = $0, let member = casePath.extract(from: wrapped)
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:39:11: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
37 | ) -> AnyCasePath<Optional, Member?>
38 | where Wrapped: CasePathable {
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:43:43: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
41 | embed: { $0.map(casePath.embed) },
42 | extract: {
43 | guard case let .some(wrapped) = $0, let member = casePath.extract(from: wrapped)
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
44 | else { return .none }
45 | return member
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/Optional+CasePathable.swift:39:11: warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
37 | ) -> AnyCasePath<Optional, Member?>
38 | where Wrapped: CasePathable {
39 | let casePath = Wrapped.allCasePaths[keyPath: keyPath]
| `- warning: capture of non-sendable type 'Wrapped.Type' in an isolated closure
40 | return AnyCasePath(
41 | embed: { $0.map(casePath.embed) },
[124/181] Compiling CasePathsCore CasePathReflectable.swift
[125/181] Emitting module CasePathsCore
[126/181] Compiling CasePathsCore CasePathIterable.swift
[127/181] Compiling CasePathsCore CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:78:9: warning: capture of non-sendable type 'Value.Type' in an isolated closure
76 | return Case<AppendedValue>(
77 | embed: {
78 | _embed(Value.allCasePaths[keyPath: keyPath].embed($0))
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
79 | },
80 | extract: {
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:74:29: warning: capture of non-sendable type 'Value.Type' in an isolated closure
72 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
73 | ) -> Case<AppendedValue>
74 | where Value: CasePathable {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
75 | let keyPath = keyPath.unsafeSendable()
76 | return Case<AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:81:28: warning: capture of non-sendable type 'Value.Type' in an isolated closure
79 | },
80 | extract: {
81 | _extract(from: $0).flatMap(Value.allCasePaths[keyPath: keyPath].extract)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
82 | }
83 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:74:29: warning: capture of non-sendable type 'Value.Type' in an isolated closure
72 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
73 | ) -> Case<AppendedValue>
74 | where Value: CasePathable {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
75 | let keyPath = keyPath.unsafeSendable()
76 | return Case<AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:522:9: warning: capture of non-sendable type 'Value.Type' in an isolated closure
520 | return AnyCasePath<Root, AppendedValue>(
521 | embed: {
522 | embed(Value.allCasePaths[keyPath: keyPath].embed($0))
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
523 | },
524 | extract: {
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:518:41: warning: capture of non-sendable type 'Value.Type' in an isolated closure
516 | public subscript<AppendedValue>(
517 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
518 | ) -> AnyCasePath<Root, AppendedValue> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
519 | let keyPath = keyPath.unsafeSendable()
520 | return AnyCasePath<Root, AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:525:27: warning: capture of non-sendable type 'Value.Type' in an isolated closure
523 | },
524 | extract: {
525 | extract(from: $0).flatMap(
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
526 | Value.allCasePaths[keyPath: keyPath].extract(from:)
527 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:518:41: warning: capture of non-sendable type 'Value.Type' in an isolated closure
516 | public subscript<AppendedValue>(
517 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
518 | ) -> AnyCasePath<Root, AppendedValue> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
519 | let keyPath = keyPath.unsafeSendable()
520 | return AnyCasePath<Root, AppendedValue>(
[128/181] Compiling CasePathsCore AnyCasePath.swift
[129/181] Compiling CasePathsCore CasePathReflectable.swift
[130/181] Compiling CasePathsCore AnyCasePath.swift
[131/181] Compiling CasePathsCore CasePathIterable.swift
[132/181] Emitting module CasePathsCore
[133/181] Compiling CasePathsCore CasePathable.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:78:9: warning: capture of non-sendable type 'Value.Type' in an isolated closure
76 | return Case<AppendedValue>(
77 | embed: {
78 | _embed(Value.allCasePaths[keyPath: keyPath].embed($0))
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
79 | },
80 | extract: {
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:74:29: warning: capture of non-sendable type 'Value.Type' in an isolated closure
72 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
73 | ) -> Case<AppendedValue>
74 | where Value: CasePathable {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
75 | let keyPath = keyPath.unsafeSendable()
76 | return Case<AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:81:28: warning: capture of non-sendable type 'Value.Type' in an isolated closure
79 | },
80 | extract: {
81 | _extract(from: $0).flatMap(Value.allCasePaths[keyPath: keyPath].extract)
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
82 | }
83 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:74:29: warning: capture of non-sendable type 'Value.Type' in an isolated closure
72 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
73 | ) -> Case<AppendedValue>
74 | where Value: CasePathable {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
75 | let keyPath = keyPath.unsafeSendable()
76 | return Case<AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:522:9: warning: capture of non-sendable type 'Value.Type' in an isolated closure
520 | return AnyCasePath<Root, AppendedValue>(
521 | embed: {
522 | embed(Value.allCasePaths[keyPath: keyPath].embed($0))
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
523 | },
524 | extract: {
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:518:41: warning: capture of non-sendable type 'Value.Type' in an isolated closure
516 | public subscript<AppendedValue>(
517 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
518 | ) -> AnyCasePath<Root, AppendedValue> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
519 | let keyPath = keyPath.unsafeSendable()
520 | return AnyCasePath<Root, AppendedValue>(
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:525:27: warning: capture of non-sendable type 'Value.Type' in an isolated closure
523 | },
524 | extract: {
525 | extract(from: $0).flatMap(
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
526 | Value.allCasePaths[keyPath: keyPath].extract(from:)
527 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePathsCore/CasePathable.swift:518:41: warning: capture of non-sendable type 'Value.Type' in an isolated closure
516 | public subscript<AppendedValue>(
517 | dynamicMember keyPath: KeyPath<Value.AllCasePaths, AnyCasePath<Value, AppendedValue>>
518 | ) -> AnyCasePath<Root, AppendedValue> {
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
519 | let keyPath = keyPath.unsafeSendable()
520 | return AnyCasePath<Root, AppendedValue>(
[142/181] Compiling CasePathsCore Result+CasePathable.swift
[144/181] Compiling SwiftSyntax Tokens.swift
[145/181] Compiling SwiftSyntax TriviaPieces.swift
[146/181] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[147/181] Compiling SwiftSyntax RawSyntaxNodesC.swift
[148/181] Compiling SwiftSyntax RawSyntaxNodesD.swift
[149/181] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[150/181] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[151/181] Emitting module SwiftSyntax
[159/181] Compiling SwiftSyntax Utils.swift
[160/181] Compiling SwiftSyntax ChildNameForKeyPath.swift
[161/181] Compiling SwiftSyntax Keyword.swift
[162/181] Compiling SwiftSyntax RenamedChildrenCompatibility.swift
[163/181] Compiling SwiftSyntax RenamedNodesCompatibility.swift
[164/181] Compiling SwiftSyntax SyntaxAnyVisitor.swift
[165/181] Compiling SwiftSyntax SyntaxBaseNodes.swift
[166/181] Compiling SwiftSyntax SyntaxCollections.swift
[167/181] Compiling SwiftSyntax SyntaxEnum.swift
[168/181] Compiling SwiftSyntax SyntaxKind.swift
[169/181] Compiling SwiftSyntax SyntaxRewriter.swift
[170/181] Compiling SwiftSyntax SyntaxTraits.swift
[171/181] Compiling SwiftSyntax SyntaxVisitor.swift
[172/181] Compiling SwiftSyntax TokenKind.swift
[173/181] Compiling SwiftSyntax SyntaxNodesD.swift
[174/181] Compiling SwiftSyntax SyntaxNodesEF.swift
[175/181] Compiling SwiftSyntax SyntaxNodesGHI.swift
[176/181] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[177/181] Compiling SwiftSyntax SyntaxNodesOP.swift
[178/181] Compiling SwiftSyntax SyntaxNodesQRS.swift
[179/181] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[180/240] Compiling SwiftDiagnostics Message.swift
[181/241] Compiling SwiftBasicFormat Syntax+Extensions.swift
[182/241] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[183/241] Compiling SwiftBasicFormat InferIndentation.swift
[184/241] Compiling SwiftDiagnostics Note.swift
[185/241] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[186/241] Compiling SwiftBasicFormat Indenter.swift
[187/241] Compiling SwiftDiagnostics FixIt.swift
[188/241] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[189/241] Emitting module SwiftDiagnostics
[190/241] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[191/241] Compiling SwiftDiagnostics Diagnostic.swift
[192/241] Compiling SwiftDiagnostics BasicDiagnosticDecorator.swift
[193/241] Compiling SwiftDiagnostics Convenience.swift
[194/241] Compiling SwiftDiagnostics ANSIDiagnosticDecorator.swift
[195/241] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[196/241] Emitting module SwiftBasicFormat
[197/241] Compiling SwiftBasicFormat BasicFormat.swift
[198/241] Compiling SwiftParser TopLevel.swift
[199/241] Compiling SwiftParser TriviaParser.swift
[200/241] Compiling SwiftParser Types.swift
[201/241] Compiling SwiftParser ExperimentalFeatures.swift
[202/245] Compiling SwiftParser StringLiterals.swift
[203/245] Compiling SwiftParser SwiftParserCompatibility.swift
[204/245] Compiling SwiftParser SwiftVersion.swift
[205/245] Compiling SwiftParser SyntaxUtils.swift
[206/245] Compiling SwiftParser TokenConsumer.swift
[207/245] Compiling SwiftParser TokenPrecedence.swift
[208/245] Compiling SwiftParser TokenSpec.swift
[209/245] Compiling SwiftParser TokenSpecSet.swift
[210/245] Compiling SwiftParser Recovery.swift
[211/245] Compiling SwiftParser Specifiers.swift
[212/245] Compiling SwiftParser Statements.swift
[213/245] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[214/245] Compiling SwiftParser UnicodeScalarExtensions.swift
[215/245] Compiling SwiftParser Lookahead.swift
[216/245] Compiling SwiftParser LoopProgressCondition.swift
[217/245] Compiling SwiftParser Modifiers.swift
[218/245] Compiling SwiftParser Names.swift
[219/245] Compiling SwiftParser Nominals.swift
[220/245] Compiling SwiftParser Parameters.swift
[221/245] Compiling SwiftParser ParseSourceFile.swift
[222/245] Compiling SwiftParser Parser.swift
[223/245] Compiling SwiftParser Patterns.swift
[224/245] Emitting module SwiftParser
[225/245] Compiling SwiftParser Attributes.swift
[226/245] Compiling SwiftParser Availability.swift
[227/245] Compiling SwiftParser CharacterInfo.swift
[228/245] Compiling SwiftParser CollectionNodes+Parsable.swift
[229/245] Compiling SwiftParser Declarations.swift
[230/245] Compiling SwiftParser Directives.swift
[231/245] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[232/245] Compiling SwiftParser Expressions.swift
[233/245] Compiling SwiftParser IncrementalParseTransition.swift
[234/245] Compiling SwiftParser IsValidIdentifier.swift
[235/245] Compiling SwiftParser Cursor.swift
[236/245] Compiling SwiftParser Lexeme.swift
[237/245] Compiling SwiftParser LexemeSequence.swift
[238/245] Compiling SwiftParser Lexer.swift
[239/245] Compiling SwiftParser RegexLiteralLexer.swift
[240/245] Compiling SwiftParser IsLexerClassified.swift
[241/245] Compiling SwiftParser LayoutNodes+Parsable.swift
[242/245] Compiling SwiftParser Parser+TokenSpecSet.swift
[243/245] Compiling SwiftParser TokenSpecStaticMembers.swift
[244/268] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[245/269] Compiling SwiftOperators PrecedenceGraph.swift
[246/270] Compiling SwiftOperators PrecedenceGroup.swift
[247/270] Compiling SwiftOperators OperatorTable.swift
[248/270] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[249/270] Compiling SwiftOperators OperatorError.swift
[250/270] Compiling SwiftOperators OperatorTable+Semantics.swift
[251/270] Compiling SwiftOperators OperatorTable+Defaults.swift
[252/270] Emitting module SwiftOperators
[253/270] Compiling SwiftOperators OperatorError+Diagnostics.swift
[254/270] Compiling SwiftOperators OperatorTable+Folding.swift
[255/270] Compiling SwiftOperators Operator.swift
[256/270] Compiling SwiftOperators SyntaxSynthesis.swift
[257/270] Compiling SwiftParserDiagnostics Utils.swift
[258/270] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[259/270] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[260/270] Compiling SwiftParserDiagnostics PresenceUtils.swift
[261/270] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[262/270] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[263/270] Compiling SwiftParserDiagnostics MissingNodesError.swift
[264/270] Compiling SwiftParserDiagnostics MissingTokenError.swift
[265/270] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[266/270] Emitting module SwiftParserDiagnostics
[267/270] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[268/270] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[269/285] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[270/285] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[271/286] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[272/286] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[273/286] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[274/286] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[275/286] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[276/286] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[277/286] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[278/286] Compiling SwiftSyntaxBuilder Indenter.swift
[279/286] Compiling SwiftSyntaxBuilder ListBuilder.swift
[280/286] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[281/286] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[282/286] Emitting module SwiftSyntaxBuilder
[283/286] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[284/286] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[285/304] Compiling SwiftSyntaxMacros Macro.swift
[286/304] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[287/304] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[288/304] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[289/305] Compiling SwiftSyntaxMacros PreambleMacro.swift
[290/305] Compiling SwiftSyntaxMacros MemberMacro.swift
[291/305] Compiling SwiftSyntaxMacros PeerMacro.swift
[292/305] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[293/305] Compiling SwiftSyntaxMacros Macro+Format.swift
[294/305] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[295/305] Compiling SwiftSyntaxMacros AccessorMacro.swift
[296/305] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[297/305] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[298/305] Compiling SwiftSyntaxMacros AttachedMacro.swift
[299/305] Compiling SwiftSyntaxMacros BodyMacro.swift
[300/305] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[301/305] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[302/305] Emitting module SwiftSyntaxMacros
[303/305] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[304/315] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[305/315] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[306/315] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[307/315] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[308/315] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[309/315] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[310/315] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[311/315] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[312/315] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[313/315] Emitting module SwiftSyntaxMacroExpansion
[314/327] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[315/327] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[316/328] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[317/328] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[318/328] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[319/328] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[320/328] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[321/328] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[322/328] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[323/328] Emitting module SwiftCompilerPluginMessageHandling
[324/328] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[325/328] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[326/328] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[327/330] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[328/330] Emitting module SwiftCompilerPlugin
[329/333] Compiling CasePathsMacros CasePathableMacro.swift
/Users/admin/builder/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/Users/admin/builder/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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[330/333] Emitting module CasePathsMacros
/Users/admin/builder/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 [#DeprecatedDeclaration]
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 [#DeprecatedDeclaration]
53 | public static func expansion<
54 | Declaration: DeclGroupSyntax, Context: MacroExpansionContext
/Users/admin/builder/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,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[331/333] Compiling CasePathsMacros Plugin.swift
[331/333] Write Objects.LinkFileList
[332/333] Linking CasePathsMacros-tool
[334/347] Compiling CasePaths XCTestSupport.swift
[335/347] Compiling CasePaths LockIsolated.swift
[336/347] Compiling CasePaths EnumReflection.swift
/Users/admin/builder/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>,
[337/347] Compiling CasePaths Exports.swift
[338/347] Compiling CasePaths Deprecations.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:65:20: warning: capture of non-sendable type 'Root.Type' in an isolated closure
63 | @available(*, deprecated, message: "Use the '\\Optional.Cases.some' case key path, instead")
64 | public static var some: Self {
65 | .init(embed: { Root($0) }, extract: { $0.optional })
| `- warning: capture of non-sendable type 'Root.Type' in an isolated closure
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:65:43: warning: capture of non-sendable type 'Root.Type' in an isolated closure
63 | @available(*, deprecated, message: "Use the '\\Optional.Cases.some' case key path, instead")
64 | public static var some: Self {
65 | .init(embed: { Root($0) }, extract: { $0.optional })
| `- warning: capture of non-sendable type 'Root.Type' in an isolated closure
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:345:16: warning: capture of non-sendable type 'Value.Type' in an isolated closure
343 | public static var rawValue: Self {
344 | .init(
345 | embed: { $0.rawValue },
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
346 | extract: { Value(rawValue: $0) }
347 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:346:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
344 | .init(
345 | embed: { $0.rawValue },
346 | extract: { Value(rawValue: $0) }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
347 | )
348 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:357:16: warning: capture of non-sendable type 'Value.Type' in an isolated closure
355 | public static var description: Self {
356 | .init(
357 | embed: { $0.description },
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
358 | extract: { Value($0) }
359 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:358:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
356 | .init(
357 | embed: { $0.description },
358 | extract: { Value($0) }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
359 | )
360 | }
[339/347] Compiling CasePaths Macros.swift
[341/347] Compiling CasePaths XCTestSupport.swift
[342/347] Compiling CasePaths Deprecations.swift
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:65:20: warning: capture of non-sendable type 'Root.Type' in an isolated closure
63 | @available(*, deprecated, message: "Use the '\\Optional.Cases.some' case key path, instead")
64 | public static var some: Self {
65 | .init(embed: { Root($0) }, extract: { $0.optional })
| `- warning: capture of non-sendable type 'Root.Type' in an isolated closure
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:65:43: warning: capture of non-sendable type 'Root.Type' in an isolated closure
63 | @available(*, deprecated, message: "Use the '\\Optional.Cases.some' case key path, instead")
64 | public static var some: Self {
65 | .init(embed: { Root($0) }, extract: { $0.optional })
| `- warning: capture of non-sendable type 'Root.Type' in an isolated closure
66 | }
67 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:345:16: warning: capture of non-sendable type 'Value.Type' in an isolated closure
343 | public static var rawValue: Self {
344 | .init(
345 | embed: { $0.rawValue },
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
346 | extract: { Value(rawValue: $0) }
347 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:346:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
344 | .init(
345 | embed: { $0.rawValue },
346 | extract: { Value(rawValue: $0) }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
347 | )
348 | }
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:357:16: warning: capture of non-sendable type 'Value.Type' in an isolated closure
355 | public static var description: Self {
356 | .init(
357 | embed: { $0.description },
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
358 | extract: { Value($0) }
359 | )
/Users/admin/builder/spi-builder-workspace/Sources/CasePaths/Internal/Deprecations.swift:358:18: warning: capture of non-sendable type 'Value.Type' in an isolated closure
356 | .init(
357 | embed: { $0.description },
358 | extract: { Value($0) }
| `- warning: capture of non-sendable type 'Value.Type' in an isolated closure
359 | )
360 | }
[343/347] Compiling CasePaths Exports.swift
[344/347] Emitting module CasePaths
/Users/admin/builder/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>,
[345/347] Compiling CasePaths LockIsolated.swift
[346/347] Compiling CasePaths EnumReflection.swift
/Users/admin/builder/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>,
[347/347] Emitting module CasePaths
/Users/admin/builder/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! (52.92s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-macro-testing
Fetching https://github.com/apple/swift-docc-plugin
[1/908] Fetching swift-macro-testing
[238/6375] Fetching swift-macro-testing, xctest-dynamic-overlay
[338/8457] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-docc-plugin
[8458/79363] Fetching swift-macro-testing, xctest-dynamic-overlay, swift-docc-plugin, swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (3.54s)
Fetched https://github.com/swiftlang/swift-syntax from cache (3.54s)
Fetched https://github.com/pointfreeco/swift-macro-testing from cache (3.54s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (3.54s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (5.54s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3413] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.68s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.44s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.61s)
Computing version for https://github.com/pointfreeco/swift-macro-testing
Computed https://github.com/pointfreeco/swift-macro-testing at 0.6.3 (0.45s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/13227] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (2.37s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.18.4 (2.85s)
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.86s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.31s)
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/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/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.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.4
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
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/601.0.1/swiftlang-6.2.0.9.909-MacroSupport-macos_aarch64.zip
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
}
}
],
"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"
}
Done.