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 main (345be6), with Swift 6.0 for macOS (SPM) on 9 Jun 2025 00:39:55 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchakravarty/CodeEditorView.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mchakravarty/CodeEditorView
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 345be67 No auto completion in the middle of an identifier
Cloned https://github.com/mchakravarty/CodeEditorView.git
Revision (git rev-parse @):
345be67046eef74cd424855c01942db06627a9b6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/CodeEditorView.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/mchakravarty/CodeEditorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/14] Compiling Rearrange String+NSRange.swift
[6/15] Compiling Rearrange UITextRange+Convenience.swift
[7/15] Compiling Rearrange RangeMutation.swift
[8/15] Compiling Rearrange NSTextLocation+Comparable.swift
[9/15] Compiling Rearrange NSRange+Convenience.swift
[10/15] Compiling Rearrange NSRange+Shift.swift
[11/15] Compiling Rearrange NSRange+ApplyMutation.swift
[12/15] Compiling Rearrange IndexSet+NSRange.swift
[13/15] Compiling Rearrange IndexSet+ApplyMutation.swift
[14/15] Emitting module Rearrange
[15/15] Compiling Rearrange NSTextRange+NSRange.swift
[16/26] Compiling LanguageSupport Message.swift
[17/27] Compiling LanguageSupport AgdaConfiguration.swift
[18/27] Compiling LanguageSupport CabalConfiguration.swift
[19/27] Compiling LanguageSupport LanguageConfiguration.swift
[20/27] Compiling LanguageSupport Tokeniser.swift
[21/27] Compiling LanguageSupport SQLiteConfiguration.swift
[22/27] Compiling LanguageSupport Location.swift
[23/27] Compiling LanguageSupport LanguageService.swift
[24/27] Compiling LanguageSupport SwiftConfiguration.swift
[25/27] Emitting module LanguageSupport
[26/27] Compiling LanguageSupport HaskellConfiguration.swift
[27/27] Compiling LanguageSupport CypherConfiguration.swift
[28/46] Compiling CodeEditorView Theme.swift
[29/46] Compiling CodeEditorView UIHostingView.swift
[30/47] Compiling CodeEditorView TextLayoutManagerExtras.swift
[31/47] Compiling CodeEditorView TextView.swift
[32/47] Compiling CodeEditorView ViewModifiers.swift
[33/47] Compiling CodeEditorView ScrollViewExtras.swift
[34/47] Compiling CodeEditorView TextContentStorageExtras.swift
[35/47] Compiling CodeEditorView LineMap.swift
[36/47] Compiling CodeEditorView MessageViews.swift
[37/47] Compiling CodeEditorView MinimapView.swift
[38/47] Compiling CodeEditorView OSDefinitions.swift
[39/47] Compiling CodeEditorView Constants.swift
[40/47] Compiling CodeEditorView GutterView.swift
[41/47] Compiling CodeEditorView CodeEditor.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditorView/CodeEditor.swift:743: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
741 |           // FIXME: we would like to get less fine-grained updates here, but `NSScrollView.didEndLiveScrollNotification` doesn't happen when moving the cursor around
742 |           if let scrollView {
743 |             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
744 |           }
745 |         }
    :
882 |
883 |     @MainActor
884 |     func scrollPositionDidChange(_ scrollView: NSScrollView) {
    |          `- note: calls to instance method 'scrollPositionDidChange' from outside of its actor context are implicitly asynchronous
885 |       guard !updatingView else { return }
886 |
[42/47] Compiling CodeEditorView CodeStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/CodeEditorView/CodeEditor.swift:743: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
741 |           // FIXME: we would like to get less fine-grained updates here, but `NSScrollView.didEndLiveScrollNotification` doesn't happen when moving the cursor around
742 |           if let scrollView {
743 |             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
744 |           }
745 |         }
    :
882 |
883 |     @MainActor
884 |     func scrollPositionDidChange(_ scrollView: NSScrollView) {
    |          `- note: calls to instance method 'scrollPositionDidChange' from outside of its actor context are implicitly asynchronous
885 |       guard !updatingView else { return }
886 |
[43/47] Compiling CodeEditorView CodeStorageDelegate.swift
[44/47] Compiling CodeEditorView CodeView.swift
[45/47] Compiling CodeEditorView CodeActions.swift
[46/47] Compiling CodeEditorView CodeEditing.swift
[47/47] Emitting module CodeEditorView
Build complete! (21.50s)
Fetching https://github.com/ChimeHQ/Rearrange.git
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange.git from cache (0.74s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.8.1 (3.31s)
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.