The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CodeEditorView with Swift 5.10 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mchakravarty/CodeEditorView.git
Reference: 0.13.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/mchakravarty/CodeEditorView
 * tag               0.13.0     -> FETCH_HEAD
HEAD is now at 13ecb15 Update README.md
Cloned https://github.com/mchakravarty/CodeEditorView.git
Revision (git rev-parse @):
13ecb15e9017a025e340359dadacf471913e91b1
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/mchakravarty/CodeEditorView.git at 0.13.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/mchakravarty/CodeEditorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version--423B1241ED78D482.txt
[5/12] Compiling Rearrange String+NSRange.swift
[6/13] Compiling Rearrange RangeMutation.swift
[7/13] Compiling Rearrange UITextRange+Convenience.swift
[8/13] Compiling Rearrange NSRange+Convenience.swift
[9/13] Compiling Rearrange NSRange+Shift.swift
[10/13] Compiling Rearrange IndexSet+NSRange.swift
[11/13] Compiling Rearrange NSRange+ApplyMutation.swift
[12/13] Emitting module Rearrange
[13/13] Compiling Rearrange NSTextRange+NSRange.swift
[14/21] Compiling LanguageSupport Message.swift
[15/21] Compiling LanguageSupport SwiftConfiguration.swift
[16/21] Compiling LanguageSupport Location.swift
[17/21] Compiling LanguageSupport Tokeniser.swift
[18/21] Emitting module LanguageSupport
[19/21] Compiling LanguageSupport LanguageConfiguration.swift
[20/21] Compiling LanguageSupport HaskellConfiguration.swift
[21/21] Compiling LanguageSupport LanguageService.swift
[22/37] Compiling CodeEditorView TextContentStorageExtras.swift
[23/37] Compiling CodeEditorView TextLayoutManagerExtras.swift
[24/37] Compiling CodeEditorView TextView.swift
[25/37] Compiling CodeEditorView Theme.swift
[26/37] Compiling CodeEditorView CodeStorageDelegate.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorageDelegate.swift:542:42: warning: capture of 'textStorage' with non-sendable type 'NSTextStorage' in a `@Sendable` closure
            if let textStorageObserver = textStorage.textStorageObserver {
                                         ^
AppKit.NSTextStorage:2:12: note: class 'NSTextStorage' does not conform to the 'Sendable' protocol
open class NSTextStorage : NSMutableAttributedString, NSSecureCoding {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorageDelegate.swift:542:42: warning: capture of 'textStorage' with non-sendable type 'NSTextStorage' in a `@Sendable` closure
            if let textStorageObserver = textStorage.textStorageObserver {
                                         ^
AppKit.NSTextStorage:2:12: note: class 'NSTextStorage' does not conform to the 'Sendable' protocol
open class NSTextStorage : NSMutableAttributedString, NSSecureCoding {
           ^
[27/37] Compiling CodeEditorView CodeView.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorageDelegate.swift:542:42: warning: capture of 'textStorage' with non-sendable type 'NSTextStorage' in a `@Sendable` closure
            if let textStorageObserver = textStorage.textStorageObserver {
                                         ^
AppKit.NSTextStorage:2:12: note: class 'NSTextStorage' does not conform to the 'Sendable' protocol
open class NSTextStorage : NSMutableAttributedString, NSSecureCoding {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorageDelegate.swift:542:42: warning: capture of 'textStorage' with non-sendable type 'NSTextStorage' in a `@Sendable` closure
            if let textStorageObserver = textStorage.textStorageObserver {
                                         ^
AppKit.NSTextStorage:2:12: note: class 'NSTextStorage' does not conform to the 'Sendable' protocol
open class NSTextStorage : NSMutableAttributedString, NSSecureCoding {
           ^
[28/39] Compiling CodeEditorView GutterView.swift
[29/39] Compiling CodeEditorView LineMap.swift
[30/39] Compiling CodeEditorView MessageViews.swift
[31/39] Compiling CodeEditorView MinimapView.swift
[32/39] Compiling CodeEditorView OSDefinitions.swift
[33/39] Compiling CodeEditorView ScrollViewExtras.swift
[34/39] Emitting module CodeEditorView
[35/39] Compiling CodeEditorView CodeActions.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:144:34: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
      guard let contentStorage = layoutManager.textContentManager as? NSTextContentStorage
                                 ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:157:11: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
          layoutManager.setRenderingAttributes([.foregroundColor: colour], for: textRange)
          ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:511:15: warning: capture of 'textLayoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
              textLayoutManager.invalidateLayout(for: invalidationTextRange)  // warning is bogus as this will run on the main thread
              ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
[36/39] Compiling CodeEditorView CodeEditor.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:144:34: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
      guard let contentStorage = layoutManager.textContentManager as? NSTextContentStorage
                                 ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:157:11: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
          layoutManager.setRenderingAttributes([.foregroundColor: colour], for: textRange)
          ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:511:15: warning: capture of 'textLayoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
              textLayoutManager.invalidateLayout(for: invalidationTextRange)  // warning is bogus as this will run on the main thread
              ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
[37/39] Compiling CodeEditorView CodeStorage.swift
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:144:34: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
      guard let contentStorage = layoutManager.textContentManager as? NSTextContentStorage
                                 ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:157:11: warning: capture of 'layoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
          layoutManager.setRenderingAttributes([.foregroundColor: colour], for: textRange)
          ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
/Users/builder/builds/UKfvDsi8u/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CodeEditorView/CodeStorage.swift:511:15: warning: capture of 'textLayoutManager' with non-sendable type 'NSTextLayoutManager' in a `@Sendable` closure
              textLayoutManager.invalidateLayout(for: invalidationTextRange)  // warning is bogus as this will run on the main thread
              ^
AppKit.NSTextLayoutManager:2:12: note: class 'NSTextLayoutManager' does not conform to the 'Sendable' protocol
open class NSTextLayoutManager : NSObject, NSSecureCoding, NSTextSelectionDataSource {
           ^
[38/39] Compiling CodeEditorView UIHostingView.swift
[39/39] Compiling CodeEditorView ViewModifiers.swift
Build complete! (11.38s)
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange from cache (0.16s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.6.0 (0.34s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.6.0
Build complete.
Done.

Build Machine: Mac 7