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 CodeEditorView, reference 0.15.4 (aba6c1), with Swift 6.2 (beta) for macOS (SPM) on 23 Jun 2025 15:31:36 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/mchakravarty/CodeEditorView.git
Reference: 0.15.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mchakravarty/CodeEditorView
 * tag               0.15.4     -> FETCH_HEAD
HEAD is now at aba6c18 Add language configuration for Cabal files
Cloned https://github.com/mchakravarty/CodeEditorView.git
Revision (git rev-parse @):
aba6c189bb2f6fd9d7b8e9f5739aeb3c8c7e3254
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/CodeEditorView.git at 0.15.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mchakravarty/CodeEditorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/14] Compiling Rearrange RangeMutation.swift
[6/15] Compiling Rearrange UITextRange+Convenience.swift
[7/15] Emitting module Rearrange
[8/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[9/15] Compiling Rearrange IndexSet+NSRange.swift
[10/15] Compiling Rearrange NSRange+Shift.swift
[11/15] Compiling Rearrange NSTextRange+NSRange.swift
[12/15] Compiling Rearrange String+NSRange.swift
[13/15] Compiling Rearrange NSRange+Convenience.swift
[14/15] Compiling Rearrange NSRange+ApplyMutation.swift
[15/15] Compiling Rearrange NSTextLocation+Comparable.swift
[16/26] Compiling LanguageSupport SwiftConfiguration.swift
[17/26] Compiling LanguageSupport SQLiteConfiguration.swift
[18/26] Compiling LanguageSupport Message.swift
[19/26] Compiling LanguageSupport Location.swift
[20/27] Compiling LanguageSupport Tokeniser.swift
[21/27] Compiling LanguageSupport HaskellConfiguration.swift
[22/27] Compiling LanguageSupport LanguageConfiguration.swift
[23/27] Compiling LanguageSupport CypherConfiguration.swift
[24/27] Emitting module LanguageSupport
[25/27] Compiling LanguageSupport LanguageService.swift
[26/27] Compiling LanguageSupport AgdaConfiguration.swift
[27/27] Compiling LanguageSupport CabalConfiguration.swift
[28/46] Compiling CodeEditorView Constants.swift
[29/46] Compiling CodeEditorView GutterView.swift
[30/46] Compiling CodeEditorView MinimapView.swift
[31/46] Compiling CodeEditorView OSDefinitions.swift
[32/46] Compiling CodeEditorView TextLayoutManagerExtras.swift
[33/46] Compiling CodeEditorView TextView.swift
[34/46] Compiling CodeEditorView CodeEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditorView/CodeEditor.swift:799:33: warning: call to main actor-isolated instance method 'scrollPositionDidChange' in a synchronous nonisolated context; this is an error in the Swift 6 language mode [#ActorIsolatedCall]
 797 |           // FIXME: we would like to get less fine-grained updates here, but `NSScrollView.didEndLiveScrollNotification` doesn't happen when moving the cursor around
 798 |           if let scrollView {
 799 |             context.coordinator.scrollPositionDidChange(scrollView)
     |                                 `- warning: call to main actor-isolated instance method 'scrollPositionDidChange' in a synchronous nonisolated context; this is an error in the Swift 6 language mode [#ActorIsolatedCall]
 800 |           }
 801 |         }
     :
 938 |
 939 |     @MainActor
 940 |     func scrollPositionDidChange(_ scrollView: NSScrollView) {
     |          `- note: calls to instance method 'scrollPositionDidChange' from outside of its actor context are implicitly asynchronous
 941 |       guard !updatingView else { return }
 942 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[35/46] Compiling CodeEditorView CodeStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditorView/CodeEditor.swift:799:33: warning: call to main actor-isolated instance method 'scrollPositionDidChange' in a synchronous nonisolated context; this is an error in the Swift 6 language mode [#ActorIsolatedCall]
 797 |           // FIXME: we would like to get less fine-grained updates here, but `NSScrollView.didEndLiveScrollNotification` doesn't happen when moving the cursor around
 798 |           if let scrollView {
 799 |             context.coordinator.scrollPositionDidChange(scrollView)
     |                                 `- warning: call to main actor-isolated instance method 'scrollPositionDidChange' in a synchronous nonisolated context; this is an error in the Swift 6 language mode [#ActorIsolatedCall]
 800 |           }
 801 |         }
     :
 938 |
 939 |     @MainActor
 940 |     func scrollPositionDidChange(_ scrollView: NSScrollView) {
     |          `- note: calls to instance method 'scrollPositionDidChange' from outside of its actor context are implicitly asynchronous
 941 |       guard !updatingView else { return }
 942 |
[#ActorIsolatedCall]: <https://docs.swift.org/compiler/documentation/diagnostics/actor-isolated-call>
[36/46] Compiling CodeEditorView Theme.swift
[37/46] Compiling CodeEditorView UIHostingView.swift
[38/46] Compiling CodeEditorView LineMap.swift
[39/46] Compiling CodeEditorView MessageViews.swift
[40/46] Compiling CodeEditorView ScrollViewExtras.swift
[41/46] Compiling CodeEditorView TextContentStorageExtras.swift
[42/47] Compiling CodeEditorView ViewModifiers.swift
[43/47] Emitting module CodeEditorView
[44/47] Compiling CodeEditorView CodeStorageDelegate.swift
[45/47] Compiling CodeEditorView CodeView.swift
[46/47] Compiling CodeEditorView CodeActions.swift
[47/47] Compiling CodeEditorView CodeEditing.swift
Build complete! (19.77s)
Fetching https://github.com/ChimeHQ/Rearrange.git
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange.git from cache (0.86s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.8.1 (3.88s)
Creating working copy for https://github.com/ChimeHQ/Rearrange.git
Working copy of https://github.com/ChimeHQ/Rearrange.git resolved at 1.8.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "rearrange",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/Rearrange.git"
    }
  ],
  "manifest_display_name" : "CodeEditorView",
  "name" : "CodeEditorView",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "LanguageSupport",
      "targets" : [
        "LanguageSupport"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CodeEditorView",
      "targets" : [
        "CodeEditorView"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LanguageSupport",
      "module_type" : "SwiftTarget",
      "name" : "LanguageSupport",
      "path" : "Sources/LanguageSupport",
      "product_dependencies" : [
        "Rearrange"
      ],
      "product_memberships" : [
        "LanguageSupport",
        "CodeEditorView"
      ],
      "sources" : [
        "AgdaConfiguration.swift",
        "CabalConfiguration.swift",
        "CypherConfiguration.swift",
        "HaskellConfiguration.swift",
        "LanguageConfiguration.swift",
        "LanguageService.swift",
        "Location.swift",
        "Message.swift",
        "SQLiteConfiguration.swift",
        "SwiftConfiguration.swift",
        "Tokeniser.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeEditorView",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditorView",
      "path" : "Sources/CodeEditorView",
      "product_dependencies" : [
        "Rearrange"
      ],
      "product_memberships" : [
        "CodeEditorView"
      ],
      "sources" : [
        "CodeActions.swift",
        "CodeEditing.swift",
        "CodeEditor.swift",
        "CodeStorage.swift",
        "CodeStorageDelegate.swift",
        "CodeView.swift",
        "Constants.swift",
        "GutterView.swift",
        "LineMap.swift",
        "MessageViews.swift",
        "MinimapView.swift",
        "OSDefinitions.swift",
        "ScrollViewExtras.swift",
        "TextContentStorageExtras.swift",
        "TextLayoutManagerExtras.swift",
        "TextView.swift",
        "Theme.swift",
        "UIHostingView.swift",
        "ViewModifiers.swift"
      ],
      "target_dependencies" : [
        "LanguageSupport"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CodeEditorTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditorTests",
      "path" : "Tests/CodeEditorTests",
      "sources" : [
        "CodeEditorTests.swift",
        "CypherConfigurationTests.swift",
        "LineMapTests.swift",
        "SQLiteConfigurationTests.swift",
        "TokenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CodeEditorView"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.9"
}
Done.