The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CodeEditSourceEditor, reference main (1fa4d3), with Swift 6.1 for Android on 31 Dec 2025 18:28:32 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CodeEditApp/CodeEditSourceEditor.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CodeEditApp/CodeEditSourceEditor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 1fa4d3c Fix macOS 13 compatibility (#356)
Cloned https://github.com/CodeEditApp/CodeEditSourceEditor.git
Revision (git rev-parse @):
1fa4d3c3ffba007482111466cb9721416f97ae00
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/CodeEditApp/CodeEditSourceEditor.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CodeEditApp/CodeEditSourceEditor.git
https://github.com/CodeEditApp/CodeEditSourceEditor.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "codeedittextview",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CodeEditApp/CodeEditTextView.git"
    },
    {
      "identity" : "codeeditlanguages",
      "requirement" : {
        "exact" : [
          "0.1.20"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CodeEditApp/CodeEditLanguages.git"
    },
    {
      "identity" : "codeeditsymbols",
      "requirement" : {
        "exact" : [
          "0.2.3"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CodeEditApp/CodeEditSymbols.git"
    },
    {
      "identity" : "swiftlintplugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/lukepistrol/SwiftLintPlugin"
    },
    {
      "identity" : "textformation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.8.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ChimeHQ/TextFormation"
    },
    {
      "identity" : "swift-custom-dump",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-custom-dump"
    }
  ],
  "manifest_display_name" : "CodeEditSourceEditor",
  "name" : "CodeEditSourceEditor",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CodeEditSourceEditor",
      "targets" : [
        "CodeEditSourceEditor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CodeEditSourceEditorTests",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditSourceEditorTests",
      "path" : "Tests/CodeEditSourceEditorTests",
      "product_dependencies" : [
        "CodeEditLanguages",
        "CustomDump",
        "SwiftLint"
      ],
      "sources" : [
        "CaptureModifierSetTests.swift",
        "CodeEditSourceEditorTests.swift",
        "Controller/TextViewController+IndentTests.swift",
        "Controller/TextViewController+MoveLinesTests.swift",
        "Controller/TextViewControllerTests.swift",
        "FindPanelTests.swift",
        "Highlighting/HighlightProviderStateTest.swift",
        "Highlighting/HighlighterTests.swift",
        "Highlighting/StyledRangeContainerTests.swift",
        "Highlighting/VisibleRangeProviderTests.swift",
        "LineFoldingTests/LineFoldStorageTests.swift",
        "LineFoldingTests/LineFoldingModelTests.swift",
        "Mock.swift",
        "RangeStoreTests.swift",
        "TagEditingTests.swift",
        "TreeSitterClientTests.swift"
      ],
      "target_dependencies" : [
        "CodeEditSourceEditor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CodeEditSourceEditor",
      "module_type" : "SwiftTarget",
      "name" : "CodeEditSourceEditor",
      "path" : "Sources/CodeEditSourceEditor",
      "product_dependencies" : [
        "CodeEditTextView",
        "CodeEditLanguages",
        "TextFormation",
        "CodeEditSymbols",
        "SwiftLint"
      ],
      "product_memberships" : [
        "CodeEditSourceEditor"
      ],
      "sources" : [
        "CodeSuggestion/Model/CodeSuggestionDelegate.swift",
        "CodeSuggestion/Model/CodeSuggestionEntry.swift",
        "CodeSuggestion/Model/SuggestionTriggerCharacterModel.swift",
        "CodeSuggestion/Model/SuggestionViewModel.swift",
        "CodeSuggestion/TableView/CodeSuggestionLabelView.swift",
        "CodeSuggestion/TableView/CodeSuggestionPreviewView.swift",
        "CodeSuggestion/TableView/CodeSuggestionRowView.swift",
        "CodeSuggestion/TableView/NoSlotScroller.swift",
        "CodeSuggestion/TableView/SuggestionViewController.swift",
        "CodeSuggestion/Window/SuggestionController+Window.swift",
        "CodeSuggestion/Window/SuggestionController.swift",
        "Controller/TextViewController+Cursor.swift",
        "Controller/TextViewController+EmphasizeBracket.swift",
        "Controller/TextViewController+FindPanelTarget.swift",
        "Controller/TextViewController+GutterViewDelegate.swift",
        "Controller/TextViewController+Highlighter.swift",
        "Controller/TextViewController+IndentLines.swift",
        "Controller/TextViewController+Lifecycle.swift",
        "Controller/TextViewController+MoveLines.swift",
        "Controller/TextViewController+ReloadUI.swift",
        "Controller/TextViewController+StyleViews.swift",
        "Controller/TextViewController+TextFormation.swift",
        "Controller/TextViewController+TextViewDelegate.swift",
        "Controller/TextViewController+ToggleComment.swift",
        "Controller/TextViewController+ToggleCommentCache.swift",
        "Controller/TextViewController.swift",
        "Enums/BracketPairEmphasis.swift",
        "Enums/BracketPairs.swift",
        "Enums/CaptureModifier.swift",
        "Enums/CaptureModifierSet.swift",
        "Enums/CaptureName.swift",
        "Enums/IndentOption.swift",
        "Extensions/Color+Hex.swift",
        "Extensions/DispatchQueue+dispatchMainIfNot.swift",
        "Extensions/IndexSet+NSRange.swift",
        "Extensions/NSBezierPath+RoundedCorners.swift",
        "Extensions/NSColor+LightDark.swift",
        "Extensions/NSEdgeInsets/NSEdgeInsets+Equatable.swift",
        "Extensions/NSEdgeInsets/NSEdgeInsets+Helpers.swift",
        "Extensions/NSFont/NSFont+CharWidth.swift",
        "Extensions/NSFont/NSFont+LineHeight.swift",
        "Extensions/NSFont/NSFont+RulerFont.swift",
        "Extensions/NSRange+/NSRange+InputEdit.swift",
        "Extensions/NSRange+/NSRange+NSTextRange.swift",
        "Extensions/NSRange+/NSRange+String.swift",
        "Extensions/NSRange+/NSRange+TSRange.swift",
        "Extensions/NSRange+/NSRange+isEmpty.swift",
        "Extensions/NSRect+Transform.swift",
        "Extensions/NSScrollView+percentScrolled.swift",
        "Extensions/NSString+TextStory.swift",
        "Extensions/Node+filterChildren.swift",
        "Extensions/Range+Length.swift",
        "Extensions/Result+ThrowOrReturn.swift",
        "Extensions/String+/String+Groups.swift",
        "Extensions/String+/String+encoding.swift",
        "Extensions/TextMutation+isEmpty.swift",
        "Extensions/TextView+/TextView+Menu.swift",
        "Extensions/TextView+/TextView+Point.swift",
        "Extensions/TextView+/TextView+TextFormation.swift",
        "Extensions/TextView+/TextView+createReadBlock.swift",
        "Extensions/Tree+prettyPrint.swift",
        "Extensions/TreeSitterLanguage+TagFilter.swift",
        "Filters/DeleteWhitespaceFilter.swift",
        "Filters/TabReplacementFilter.swift",
        "Filters/TagFilter.swift",
        "Find/FindMethod.swift",
        "Find/FindPanelMode.swift",
        "Find/FindPanelTarget.swift",
        "Find/FindViewController+Toggle.swift",
        "Find/FindViewController.swift",
        "Find/PanelView/FindControls.swift",
        "Find/PanelView/FindMethodPicker.swift",
        "Find/PanelView/FindModePicker.swift",
        "Find/PanelView/FindPanelContent.swift",
        "Find/PanelView/FindPanelHostingView.swift",
        "Find/PanelView/FindPanelView.swift",
        "Find/PanelView/FindSearchField.swift",
        "Find/PanelView/ReplaceControls.swift",
        "Find/PanelView/ReplaceSearchField.swift",
        "Find/ViewModel/FindPanelViewModel+Emphasis.swift",
        "Find/ViewModel/FindPanelViewModel+Find.swift",
        "Find/ViewModel/FindPanelViewModel+Move.swift",
        "Find/ViewModel/FindPanelViewModel+Replace.swift",
        "Find/ViewModel/FindPanelViewModel.swift",
        "Gutter/GutterView.swift",
        "Highlighting/HighlightProviding/HighlightProviderState.swift",
        "Highlighting/HighlightProviding/HighlightProviding.swift",
        "Highlighting/HighlightRange.swift",
        "Highlighting/Highlighter.swift",
        "Highlighting/StyledRangeContainer/StyledRangeContainer+runsIn.swift",
        "Highlighting/StyledRangeContainer/StyledRangeContainer.swift",
        "Highlighting/VisibleRangeProvider.swift",
        "InvisibleCharacters/InvisibleCharactersConfiguration.swift",
        "InvisibleCharacters/InvisibleCharactersCoordinator.swift",
        "JumpToDefinition/JumpToDefinitionDelegate.swift",
        "JumpToDefinition/JumpToDefinitionLink.swift",
        "JumpToDefinition/JumpToDefinitionModel.swift",
        "LineFolding/LineFoldProviders/LineFoldProvider.swift",
        "LineFolding/LineFoldProviders/LineIndentationFoldProvider.swift",
        "LineFolding/Model/FoldRange.swift",
        "LineFolding/Model/LineFoldCalculator.swift",
        "LineFolding/Model/LineFoldModel.swift",
        "LineFolding/Model/LineFoldStorage.swift",
        "LineFolding/Placeholder/LineFoldPlaceholder.swift",
        "LineFolding/View/LineFoldRibbonView+Draw.swift",
        "LineFolding/View/LineFoldRibbonView+FoldCapInfo.swift",
        "LineFolding/View/LineFoldRibbonView.swift",
        "Minimap/MinimapContentView.swift",
        "Minimap/MinimapLineFragmentView.swift",
        "Minimap/MinimapLineRenderer.swift",
        "Minimap/MinimapView+DocumentVisibleView.swift",
        "Minimap/MinimapView+DragVisibleView.swift",
        "Minimap/MinimapView+TextAttachmentManagerDelegate.swift",
        "Minimap/MinimapView+TextLayoutManagerDelegate.swift",
        "Minimap/MinimapView+TextSelectionManagerDelegate.swift",
        "Minimap/MinimapView.swift",
        "RangeStore/RangeStore+Coalesce.swift",
        "RangeStore/RangeStore+FindIndex.swift",
        "RangeStore/RangeStore+OffsetMetric.swift",
        "RangeStore/RangeStore+StoredRun.swift",
        "RangeStore/RangeStore.swift",
        "RangeStore/RangeStoreElement.swift",
        "RangeStore/RangeStoreRun.swift",
        "ReformattingGuide/ReformattingGuideView.swift",
        "SourceEditor/SourceEditor+Coordinator.swift",
        "SourceEditor/SourceEditor.swift",
        "SourceEditorConfiguration/SourceEditorConfiguration+Appearance.swift",
        "SourceEditorConfiguration/SourceEditorConfiguration+Behavior.swift",
        "SourceEditorConfiguration/SourceEditorConfiguration+Layout.swift",
        "SourceEditorConfiguration/SourceEditorConfiguration+Peripherals.swift",
        "SourceEditorConfiguration/SourceEditorConfiguration.swift",
        "SourceEditorState/SourceEditorState.swift",
        "SupportingViews/BezelNotification.swift",
        "SupportingViews/EffectView.swift",
        "SupportingViews/FlippedNSView.swift",
        "SupportingViews/ForwardingScrollView.swift",
        "SupportingViews/IconButtonStyle.swift",
        "SupportingViews/IconToggleStyle.swift",
        "SupportingViews/PanelStyles.swift",
        "SupportingViews/PanelTextField.swift",
        "SupportingViews/SourceEditorTextView.swift",
        "TextViewCoordinator/CombineCoordinator.swift",
        "TextViewCoordinator/TextViewCoordinator.swift",
        "Theme/EditorTheme.swift",
        "Theme/ThemeAttributesProviding.swift",
        "TreeSitter/Atomic.swift",
        "TreeSitter/LanguageLayer.swift",
        "TreeSitter/TreeSitterClient+Edit.swift",
        "TreeSitter/TreeSitterClient+Highlight.swift",
        "TreeSitter/TreeSitterClient+Query.swift",
        "TreeSitter/TreeSitterClient+Temporary.swift",
        "TreeSitter/TreeSitterClient.swift",
        "TreeSitter/TreeSitterExecutor.swift",
        "TreeSitter/TreeSitterState.swift",
        "Utils/CursorPosition.swift",
        "Utils/EmphasisGroup.swift",
        "Utils/WeakCoordinator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/ChimeHQ/TextFormation
Fetching https://github.com/CodeEditApp/CodeEditSymbols.git
Fetching https://github.com/CodeEditApp/CodeEditLanguages.git
Fetching https://github.com/lukepistrol/SwiftLintPlugin
Fetching https://github.com/CodeEditApp/CodeEditTextView.git
[1/370] Fetching swiftlintplugin
[371/633] Fetching swiftlintplugin, codeeditsymbols
[582/1857] Fetching swiftlintplugin, codeeditsymbols, textformation
[778/6508] Fetching swiftlintplugin, codeeditsymbols, textformation, swift-custom-dump
[1472/8938] Fetching swiftlintplugin, codeeditsymbols, textformation, swift-custom-dump, codeeditlanguages
[4239/12351] Fetching swiftlintplugin, codeeditsymbols, textformation, swift-custom-dump, codeeditlanguages, codeedittextview
Fetched https://github.com/lukepistrol/SwiftLintPlugin from cache (0.50s)
Fetched https://github.com/CodeEditApp/CodeEditTextView.git from cache (0.51s)
[6485/8568] Fetching codeeditsymbols, textformation, swift-custom-dump, codeeditlanguages
Fetched https://github.com/ChimeHQ/TextFormation from cache (93.04s)
Fetched https://github.com/CodeEditApp/CodeEditSymbols.git from cache (93.07s)
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (93.07s)
Fetched https://github.com/CodeEditApp/CodeEditLanguages.git from cache (105.22s)
Computing version for https://github.com/CodeEditApp/CodeEditSymbols.git
Computed https://github.com/CodeEditApp/CodeEditSymbols.git at 0.2.3 (109.02s)
Computing version for https://github.com/CodeEditApp/CodeEditLanguages.git
Computed https://github.com/CodeEditApp/CodeEditLanguages.git at 0.1.20 (2.08s)
Fetching https://github.com/ChimeHQ/SwiftTreeSitter.git
[1/1695] Fetching swifttreesitter
Fetched https://github.com/ChimeHQ/SwiftTreeSitter.git from cache (1.82s)
Computing version for https://github.com/CodeEditApp/CodeEditTextView.git
Computed https://github.com/CodeEditApp/CodeEditTextView.git at 0.12.1 (3.60s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/ChimeHQ/TextStory
[1/495] Fetching textstory
[496/18902] Fetching textstory, swift-collections
Fetched https://github.com/ChimeHQ/TextStory from cache (1.15s)
[16935/18407] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.40s)
Computing version for https://github.com/ChimeHQ/TextFormation
Computed https://github.com/ChimeHQ/TextFormation at 0.9.0 (4.20s)
Computing version for https://github.com/ChimeHQ/SwiftTreeSitter.git
Computed https://github.com/ChimeHQ/SwiftTreeSitter.git at 0.25.0 (4.03s)
Fetching https://github.com/tree-sitter/tree-sitter
[1/63957] Fetching tree-sitter
Fetched https://github.com/tree-sitter/tree-sitter from cache (3.61s)
Computing version for https://github.com/ChimeHQ/TextStory
Computed https://github.com/ChimeHQ/TextStory at 0.9.1 (5.21s)
Fetching https://github.com/ChimeHQ/Rearrange
[1/569] Fetching rearrange
Fetched https://github.com/ChimeHQ/Rearrange from cache (1.00s)
Computing version for https://github.com/ChimeHQ/Rearrange
Computed https://github.com/ChimeHQ/Rearrange at 2.0.0 (2.79s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.3.3 (1.17s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5600] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.21s)
Computing version for https://github.com/tree-sitter/tree-sitter
Computed https://github.com/tree-sitter/tree-sitter at 0.25.10 (3.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.78s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.8.0 (1.95s)
Computing version for https://github.com/lukepistrol/SwiftLintPlugin
Computed https://github.com/lukepistrol/SwiftLintPlugin at 0.62.2 (1.99s)
Creating working copy for https://github.com/ChimeHQ/SwiftTreeSitter.git
Working copy of https://github.com/ChimeHQ/SwiftTreeSitter.git resolved at 0.25.0
Creating working copy for https://github.com/lukepistrol/SwiftLintPlugin
Working copy of https://github.com/lukepistrol/SwiftLintPlugin resolved at 0.62.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/ChimeHQ/TextStory
Working copy of https://github.com/ChimeHQ/TextStory resolved at 0.9.1
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.3.3
Creating working copy for https://github.com/CodeEditApp/CodeEditTextView.git
Working copy of https://github.com/CodeEditApp/CodeEditTextView.git resolved at 0.12.1
Creating working copy for https://github.com/ChimeHQ/TextFormation
Working copy of https://github.com/ChimeHQ/TextFormation resolved at 0.9.0
Creating working copy for https://github.com/CodeEditApp/CodeEditLanguages.git
Working copy of https://github.com/CodeEditApp/CodeEditLanguages.git resolved at 0.1.20
Creating working copy for https://github.com/ChimeHQ/Rearrange
Working copy of https://github.com/ChimeHQ/Rearrange resolved at 2.0.0
Creating working copy for https://github.com/CodeEditApp/CodeEditSymbols.git
Working copy of https://github.com/CodeEditApp/CodeEditSymbols.git resolved at 0.2.3
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.10
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.8.0
Downloading binary artifact https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
[2747/71991460] Downloading https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip
Downloaded https://github.com/realm/SwiftLint/releases/download/0.62.2/SwiftLintBinary.artifactbundle.zip (7.06s)
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
error: a prebuild command cannot use executables built from source, including executable target 'swiftlint'
error: build planning stopped due to build-tool plugin failures
BUILD FAILURE 6.1 android