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

Failed to build Neon, reference main (ad50d5), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 01:17:35 UTC.

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/ChimeHQ/Neon.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ChimeHQ/Neon
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad50d53 Tweaks to scroll view observation mechanics (#55)
Submodule path 'tree-sitter-swift': checked out '50b8c5e61c29fa30e760c7a1cbf24b59970e6233'
Submodule 'tree-sitter-swift' (https://github.com/alex-pinkus/tree-sitter-swift) registered for path 'tree-sitter-swift'
Cloning into '/Users/admin/builder/spi-builder-workspace/tree-sitter-swift'...
Cloned https://github.com/ChimeHQ/Neon.git
Revision (git rev-parse @):
ad50d53cb3359a5bec4c7d7a4ec4d5f5edac16af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ChimeHQ/Neon.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/ChimeHQ/Neon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/22] Write sources
[2/22] Write swift-version-1EA4D86E10B52AF.txt
[3/22] Compiling stdlib.c
[4/22] Compiling lexer.c
[5/22] Compiling tree_cursor.c
[6/22] Compiling stack.c
[7/22] Write sources
[10/22] Compiling subtree.c
[11/22] Compiling tree.c
[12/22] Compiling language.c
[13/22] Write sources
[14/22] Compiling parser.c
[15/22] Compiling alloc.c
[16/22] Compiling get_changed_ranges.c
[17/22] Compiling query.c
[18/32] Compiling wasm_store.c
[19/32] Compiling node.c
[20/32] Compiling scanner.c
[21/51] Compiling parser.c
[23/51] Compiling SwiftTreeSitter SendableTypes.swift
[24/51] Compiling SwiftTreeSitter String+Data.swift
[25/53] Compiling SwiftTreeSitter Node.swift
[26/53] Compiling SwiftTreeSitter Parser.swift
[27/53] Compiling SwiftTreeSitter Language.swift
[28/53] Compiling SwiftTreeSitter LanguageConfiguration.swift
[29/53] Emitting module SwiftTreeSitter
[30/53] Compiling SwiftTreeSitter Input.swift
[31/53] Compiling SwiftTreeSitter InputEdit.swift
[32/53] Compiling SwiftTreeSitter Bundle+Extensions.swift
[33/53] Compiling SwiftTreeSitter Encoding+Helpers.swift
[34/53] Compiling SwiftTreeSitter ResolvingQueryCursor.swift
[35/53] Compiling SwiftTreeSitter ResolvingQueryMatchSequence.swift
[36/53] Compiling SwiftTreeSitter Point.swift
[37/53] Compiling SwiftTreeSitter Predicate.swift
[38/53] Compiling SwiftTreeSitter Query.swift
[39/53] Compiling SwiftTreeSitter QueryDefinitions.swift
[40/53] Compiling SwiftTreeSitter String+TextProvider.swift
[41/53] Compiling SwiftTreeSitter TSRange.swift
[42/53] Compiling SwiftTreeSitter Tree.swift
[43/53] Compiling SwiftTreeSitter TreeCursor.swift
[44/61] Compiling SwiftTreeSitterLayer LanguageLayerQueryCursor.swift
[45/61] Compiling SwiftTreeSitterLayer ParseState.swift
[46/61] Compiling Rearrange RangeMutation.swift
[47/61] Compiling Rearrange UITextRange+Convenience.swift
[48/61] Compiling Rearrange String+NSRange.swift
[49/61] Compiling SwiftTreeSitterLayer TreeSitter+Extensions.swift
[50/61] Compiling SwiftTreeSitterLayer Snapshots.swift
[51/61] Compiling SwiftTreeSitterLayer Queryable.swift
[52/61] Compiling SwiftTreeSitterLayer IndexSet+Range.swift
[53/61] Emitting module SwiftTreeSitterLayer
[54/61] Compiling SwiftTreeSitterLayer LanguageLayer.swift
[55/61] Compiling Rearrange NSRange+Convenience.swift
[56/61] Compiling Rearrange NSRange+ApplyMutation.swift
[57/61] Compiling Rearrange NSRange+Shift.swift
[58/61] Compiling Rearrange IndexSet+NSRange.swift
[59/61] Emitting module Rearrange
[60/61] Compiling Rearrange IndexSet+ApplyMutation.swift
[61/61] Compiling Rearrange NSTextRange+NSRange.swift
[62/71] Compiling RangeState RangeInvalidationBuffer.swift
[63/71] Compiling RangeState AwaitableQueue.swift
[64/71] Compiling RangeState HybridValueProvider+RangeProcessor.swift
[65/71] Compiling RangeState HybridSyncAsyncValueProvider.swift
[66/71] Emitting module RangeState
[67/71] Compiling RangeState RangeProcessor.swift
[68/72] Compiling RangeState Versioned.swift
[69/72] Compiling RangeState RangeTarget.swift
[70/72] Compiling RangeState ThreePhaseRangeValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/ThreePhaseRangeValidator.swift:165:10: warning: capture of non-sendable type 'Content.Type' in an isolated closure
163 | 			try await Task.sleep(nanoseconds: delay)
164 |
165 | 			await secondaryValidate(target: target, requestingVersion: requestingVersion, isolation: isolation)
    |          `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
166 | 		}
167 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/ThreePhaseRangeValidator.swift:152:15: warning: capture of non-sendable type 'Content.Type' in an isolated closure
150 | 	}
151 |
152 | 	private func scheduleSecondaryValidation(of target: RangeTarget, isolation: isolated (any Actor)) {
    |               `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
153 | 		if configuration.secondaryProvider == nil || secondaryValidator == nil {
154 | 			return
[71/72] Compiling RangeState RangeValidator.swift
[72/72] Compiling RangeState SinglePhaseRangeValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:98:8: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 96 | 		case .stale:
 97 | 			Task<Void, Never> {
 98 | 				if operation.contentRange.version == self.version {
    |        `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 99 | 					print("version unchanged after stale results, stopping validation")
100 | 					return
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:92:44: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 90 | 	}
 91 |
 92 | 	private func completePrimaryValidation(of operation: ValidationOperation, with validation: Validation, isolation: isolated (any Actor)) {
    |                                            `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 93 | 		primaryValidator.completeValidation(of: operation.contentRange, with: validation)
 94 |
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:117:5: warning: capture of non-sendable type 'Content.Type' in an isolated closure
115 |
116 | 			Task<Void, Never> {
117 | 				validate(operation.target, isolation: isolation)
    |     `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
118 | 			}
119 | 		}
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:92:15: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 90 | 	}
 91 |
 92 | 	private func completePrimaryValidation(of operation: ValidationOperation, with validation: Validation, isolation: isolated (any Actor)) {
    |               `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 93 | 		primaryValidator.completeValidation(of: operation.contentRange, with: validation)
 94 |
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:143:10: warning: capture of non-sendable type 'Content.Type' in an isolated closure
141 |
142 | 		Task<Void, Never> {
143 | 			await self.validateRangeAsync(isolation: isolation)
    |          `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
144 | 		}
145 | 	}
/Users/admin/builder/spi-builder-workspace/Sources/RangeState/SinglePhaseRangeValidator.swift:139:15: warning: capture of non-sendable type 'Content.Type' in an isolated closure
137 | 	}
138 |
139 | 	private func enqueueValidation(_ operation: ValidationOperation, isolation: isolated any Actor) {
    |               `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
140 | 		eventQueue.enqueue(operation)
141 |
[73/78] Compiling TreeSitterClient TreeSitter+Extensions.swift
[74/78] Compiling TreeSitterClient BackgroundingLanguageLayerTree.swift
[75/78] Compiling TreeSitterClient TreeSitterClient.swift
[76/78] Compiling TreeSitterClient BackgroundProcessor.swift
[77/78] Compiling TreeSitterClient HybridSyncAsyncVersionedResource.swift
[78/78] Emitting module TreeSitterClient
[79/89] Compiling Neon Token.swift
[80/89] Compiling Neon TextSystemStyler.swift
[81/89] Compiling Neon ThreePhaseTextSystemStyler.swift
[82/90] Compiling Neon TextViewSystemInterface.swift
[83/90] Compiling Neon TextSystemInterface.swift
[84/90] Compiling Neon TextSystemInterface+Validation.swift
[85/90] Emitting module Neon
[86/90] Compiling Neon PlatformTextSystem.swift
[87/90] Compiling Neon TextStorageDelegateBuffer.swift
[88/90] Compiling Neon TextViewHighlighter.swift
[89/90] Compiling Neon TokenSystemValidator.swift
/Users/admin/builder/spi-builder-workspace/Sources/Neon/TokenSystemValidator.swift:18:4: error: pattern that the region based isolation checker does not understand how to check. Please file a bug
16 |
17 | 	var validationProvider: HybridSyncAsyncValueProvider<Validator.ContentRange, Validation, Never> {
18 | 		.init(
   |    `- error: pattern that the region based isolation checker does not understand how to check. Please file a bug
19 | 			syncValue: { self.validate($0) },
20 | 			asyncValue: { _, range in await self.validate(range)}
[90/90] Compiling Neon TreeSitterClient+Neon.swift
Fetching https://github.com/ChimeHQ/SwiftTreeSitter
[1/1642] Fetching swifttreesitter
Fetched https://github.com/ChimeHQ/SwiftTreeSitter from cache (0.94s)
Fetching https://github.com/ChimeHQ/Rearrange
Fetching https://github.com/tree-sitter/tree-sitter
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.78s)
[1/57994] Fetching tree-sitter
Fetched https://github.com/tree-sitter/tree-sitter from cache (2.59s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.0.0 (3.04s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.25.6 (0.38s)
Creating working copy for https://github.com/ChimeHQ/SwiftTreeSitter
Working copy of https://github.com/ChimeHQ/SwiftTreeSitter resolved at main (08ef81e)
Creating working copy for https://github.com/tree-sitter/tree-sitter
Working copy of https://github.com/tree-sitter/tree-sitter resolved at 0.25.6
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.0.0
BUILD FAILURE 6.2 macosSpm