The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.0.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/admin/builds/J1XnyXFH/0/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
Fetching https://github.com/ChimeHQ/Rearrange from cache
Fetched https://github.com/ChimeHQ/Rearrange (0.18s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.6.0 (0.42s)
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 1.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "codeeditorview",
      "name": "CodeEditorView",
      "url": "https://github.com/mchakravarty/CodeEditorView.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodeEditorView",
      "dependencies": [
        {
          "identity": "rearrange",
          "name": "Rearrange",
          "url": "https://github.com/ChimeHQ/Rearrange.git",
          "version": "1.8.1",
          "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Rearrange",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mchakravarty/CodeEditorView.git from cache
Fetched https://github.com/mchakravarty/CodeEditorView.git (0.28s)
Fetching https://github.com/ChimeHQ/Rearrange.git from cache
Fetched https://github.com/ChimeHQ/Rearrange.git (0.17s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.8.1 (0.01s)
Creating working copy for https://github.com/mchakravarty/CodeEditorView.git
Working copy of https://github.com/mchakravarty/CodeEditorView.git resolved at 0.13.0
Creating working copy for https://github.com/ChimeHQ/Rearrange.git
Working copy of https://github.com/ChimeHQ/Rearrange.git resolved at 1.8.1
warning: '.resolve-product-dependencies': dependency 'codeeditorview' is not used by any target
Found 1 product dependencies
  - Rearrange
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $workDir
https://github.com/mchakravarty/CodeEditorView.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling Rearrange String+NSRange.swift
[2/9] Compiling Rearrange UITextRange+Convenience.swift
[3/9] Compiling Rearrange NSRange+ApplyMutation.swift
[4/9] Compiling Rearrange RangeMutation.swift
[5/9] Compiling Rearrange NSRange+Shift.swift
[6/9] Emitting module Rearrange
[7/9] Compiling Rearrange NSRange+Convenience.swift
[8/9] Compiling Rearrange IndexSet+NSRange.swift
[9/9] Compiling Rearrange NSTextRange+NSRange.swift
[10/17] Compiling LanguageSupport Location.swift
[11/17] Compiling LanguageSupport Message.swift
[12/17] Compiling LanguageSupport Tokeniser.swift
[13/17] Compiling LanguageSupport SwiftConfiguration.swift
[14/17] Compiling LanguageSupport LanguageConfiguration.swift
[15/17] Emitting module LanguageSupport
[16/17] Compiling LanguageSupport HaskellConfiguration.swift
[17/17] Compiling LanguageSupport LanguageService.swift
[18/33] Emitting module CodeEditorView
[19/35] Compiling CodeEditorView UIHostingView.swift
[20/35] Compiling CodeEditorView ViewModifiers.swift
[21/35] Compiling CodeEditorView OSDefinitions.swift
[22/35] Compiling CodeEditorView ScrollViewExtras.swift
[23/35] Compiling CodeEditorView TextContentStorageExtras.swift
[24/35] Compiling CodeEditorView TextLayoutManagerExtras.swift
[25/35] Compiling CodeEditorView TextView.swift
[26/35] Compiling CodeEditorView Theme.swift
[27/35] Compiling CodeEditorView GutterView.swift
[28/35] Compiling CodeEditorView LineMap.swift
[29/35] Compiling CodeEditorView CodeStorageDelegate.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
           ^
[30/35] Compiling CodeEditorView CodeView.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
           ^
[31/35] Compiling CodeEditorView MessageViews.swift
[32/35] Compiling CodeEditorView MinimapView.swift
[33/35] Compiling CodeEditorView CodeActions.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
           ^
[34/35] Compiling CodeEditorView CodeEditor.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
           ^
[35/35] Compiling CodeEditorView CodeStorage.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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 {
           ^
Build complete! (10.80s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $workDir/.docs/mchakravarty/codeeditorview/0.13.0
Repository:               mchakravarty/CodeEditorView
Swift version used:       5.9
Target:                   LanguageSupport
Generating documentation for 'LanguageSupport'...
Converting documentation...
Conversion complete! (0.18s)
Generated DocC archive at '/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/mchakravarty/codeeditorview/0.13.0'
Fetching https://github.com/apple/swift-docc-plugin from cache
Updating https://github.com/ChimeHQ/Rearrange
Fetched https://github.com/apple/swift-docc-plugin (0.18s)
Updated https://github.com/ChimeHQ/Rearrange (0.14s)
Computing version for https://github.com/ChimeHQ/Rearrange.git
Computed https://github.com/ChimeHQ/Rearrange.git at 1.6.0 (0.31s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.03s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.31s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.02s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Compiling SymbolKit SourceOrigin.swift
[2/45] Compiling SymbolKit GenericConstraints.swift
[3/45] Compiling SymbolKit Swift.swift
[4/45] Compiling SymbolKit SemanticVersion.swift
[5/45] Compiling SymbolKit AccessControl.swift
[6/45] Compiling SymbolKit Availability.swift
[7/50] Compiling SymbolKit AvailabilityItem.swift
[8/50] Compiling SymbolKit Domain.swift
[9/50] Compiling SymbolKit DeclarationFragments.swift
[10/50] Compiling SymbolKit Fragment.swift
[11/50] Compiling SymbolKit FragmentKind.swift
[12/50] Compiling SymbolKit FunctionParameter.swift
[13/50] Compiling SymbolKit Mixin+Equals.swift
[14/50] Compiling SymbolKit Mixin+Hash.swift
[15/50] Compiling SymbolKit Mixin.swift
[16/50] Compiling SymbolKit LineList.swift
[17/50] Compiling SymbolKit Position.swift
[18/50] Compiling SymbolKit SourceRange.swift
[19/50] Compiling SymbolKit Generics.swift
[20/50] Compiling SymbolKit Namespace.swift
[21/50] Compiling SymbolKit Symbol.swift
[22/50] Compiling SymbolKit SymbolKind.swift
[23/50] Compiling SymbolKit SymbolGraph.swift
[24/50] Emitting module SymbolKit
[25/50] Compiling SymbolKit Metadata.swift
[26/50] Compiling SymbolKit Module.swift
[27/50] Compiling SymbolKit OperatingSystem.swift
[28/50] Compiling SymbolKit Platform.swift
[29/50] Compiling SymbolKit Relationship.swift
[30/50] Compiling SymbolKit RelationshipKind.swift
[31/50] Compiling SymbolKit FunctionSignature.swift
[32/50] Compiling SymbolKit Identifier.swift
[33/50] Compiling SymbolKit KindIdentifier.swift
[34/50] Compiling SymbolKit Location.swift
[35/50] Compiling SymbolKit Mutability.swift
[36/50] Compiling SymbolKit Names.swift
[37/50] Compiling SymbolKit SPI.swift
[38/50] Compiling SymbolKit Snippet.swift
[39/50] Compiling SymbolKit Extension.swift
[40/50] Compiling SymbolKit GenericConstraint.swift
[41/50] Compiling SymbolKit GenericParameter.swift
[42/50] Compiling SymbolKit GraphCollector.swift
[43/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[44/50] Compiling SymbolKit UnifiedSymbol.swift
[45/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[46/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[47/50] Compiling Snippets SnippetParser.swift
[48/50] Compiling Snippets Snippet.swift
[49/50] Emitting module Snippets
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Emitting module snippet_extract
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (2.62s)
Building for debugging...
Build complete! (0.26s)
Target:                   CodeEditorView
Generating documentation for 'CodeEditorView'...
Converting documentation...
Conversion complete! (0.44s)
Generated DocC archive at '/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/mchakravarty/codeeditorview/0.13.0'
Building for debugging...
Build complete! (0.40s)
Building for debugging...
Build complete! (0.26s)
Successfully merged into /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/mchakravarty/codeeditorview/0.13.0/index/index.json
Successfully merged into /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs-staging/mchakravarty/codeeditorview/0.13.0/linkable-paths.json
    1868
17	/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/mchakravarty/codeeditorview/0.13.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $workDir/.docs/mchakravarty/codeeditorview/0.13.0
File count: 1868
Doc size:   17.0MB
Preparing doc bundle ...
Uploading prod-mchakravarty-codeeditorview-0.13.0-d16121ed.zip to s3://spi-docs-inbox/prod-mchakravarty-codeeditorview-0.13.0-d16121ed.zip
Copying... [11%]
Copying... [22%]
Copying... [30%]
Copying... [41%]
Copying... [52%]
Copying... [60%]
Copying... [71%]
Copying... [82%]
Copying... [90%]
Copying... [100%]
Done.