The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TextBuffer, reference 0.5.0 (dc457b), with Swift 6.1 for Wasm on 21 Mar 2026 05:38:00 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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CleanCocoa/TextBuffer.git
Reference: 0.5.0
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/CleanCocoa/TextBuffer
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at dc457b6 docs: add Undoable isolated deinit fix to CHANGELOG
Cloned https://github.com/CleanCocoa/TextBuffer.git
Revision (git rev-parse @):
dc457b69efdda803fbc889af15d3a4cd82169085
SUCCESS checkout https://github.com/CleanCocoa/TextBuffer.git at 0.5.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/TextBuffer.git
https://github.com/CleanCocoa/TextBuffer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TextBuffer",
  "name" : "TextBuffer",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextBuffer",
      "targets" : [
        "TextBuffer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TextBufferTesting",
      "targets" : [
        "TextBufferTesting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "TextRope",
      "targets" : [
        "TextRope"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextRopeTests",
      "module_type" : "SwiftTarget",
      "name" : "TextRopeTests",
      "path" : "Tests/TextRopeTests",
      "sources" : [
        "NodeTests.swift",
        "SummaryTests.swift",
        "TextRopeCOWTests.swift",
        "TextRopeConstructionTests.swift",
        "TextRopeDeleteTests.swift",
        "TextRopeInsertTests.swift",
        "TextRopeNavigationTests.swift",
        "TextRopeReplaceTests.swift",
        "TextRopeStressTests.swift",
        "TextRopeTests.swift",
        "TreeInvariantValidation.swift"
      ],
      "target_dependencies" : [
        "TextRope"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextRope",
      "module_type" : "SwiftTarget",
      "name" : "TextRope",
      "path" : "Sources/TextRope",
      "product_memberships" : [
        "TextBuffer",
        "TextBufferTesting",
        "TextRope"
      ],
      "sources" : [
        "Node.swift",
        "Summary.swift",
        "TextRope+COW.swift",
        "TextRope+Construction.swift",
        "TextRope+Delete.swift",
        "TextRope+Insert.swift",
        "TextRope+Navigation.swift",
        "TextRope+Replace.swift",
        "TextRope.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TextBufferTests",
      "module_type" : "SwiftTarget",
      "name" : "TextBufferTests",
      "path" : "Tests/TextBufferTests",
      "sources" : [
        "BufferAccessFailureTests.swift",
        "BufferBehaviorDriftTests.swift",
        "BufferRangeDefaultTests.swift",
        "BufferWordRangeTests.swift",
        "Helpers.swift",
        "MakeBufferWithSelectionFromStringTests.swift",
        "MutableStringBufferTests.swift",
        "NSRange+ContainsTests.swift",
        "NSRange+ExpandedTests.swift",
        "NSRange+OrderTests.swift",
        "NSRange+PrefixTests.swift",
        "NSRange+ResizedTests.swift",
        "NSRange+ShiftedTests.swift",
        "NSRange+SubtractingTests.swift",
        "NSRange+SuffixTests.swift",
        "NSTextViewBufferTests.swift",
        "OperationLogTests.swift",
        "PuppetUndoManagerTests.swift",
        "RopeBufferDriftTests.swift",
        "RopeBufferTests.swift",
        "RopeTransferIntegrationTests.swift",
        "SendableRopeBufferConcurrencyTests.swift",
        "SendableRopeBufferConversionTests.swift",
        "SendableRopeBufferTests.swift",
        "SendableRopeBufferUndoEquivalenceTests.swift",
        "TestRange.swift",
        "TransferAPITests.swift",
        "TransferIntegrationTests.swift",
        "TransferableUndoableTests.swift",
        "UndoEquivalenceDriftTests.swift"
      ],
      "target_dependencies" : [
        "TextBuffer",
        "TextBufferTesting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TextBufferTesting",
      "module_type" : "SwiftTarget",
      "name" : "TextBufferTesting",
      "path" : "Sources/TextBufferTesting",
      "product_memberships" : [
        "TextBufferTesting"
      ],
      "sources" : [
        "AssertUndoEquivalence.swift",
        "BufferStep.swift",
        "MakeBufferWithSelectionFromString.swift",
        "assertBufferState.swift"
      ],
      "target_dependencies" : [
        "TextBuffer"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TextBuffer",
      "module_type" : "SwiftTarget",
      "name" : "TextBuffer",
      "path" : "Sources/TextBuffer",
      "product_memberships" : [
        "TextBuffer",
        "TextBufferTesting"
      ],
      "sources" : [
        "Bool+inverted.swift",
        "Buffer/AsyncBuffer.swift",
        "Buffer/Buffer+contains.swift",
        "Buffer/Buffer+wordRange.swift",
        "Buffer/Buffer.swift",
        "Buffer/BufferAccessFailure.swift",
        "Buffer/BufferContent.swift",
        "Buffer/BufferRange.swift",
        "Buffer/MutableStringBuffer.swift",
        "Buffer/NSMutableString+BufferCompatibility.swift",
        "Buffer/NSTextViewBuffer.swift",
        "Buffer/PuppetUndoManager.swift",
        "Buffer/RopeBuffer.swift",
        "Buffer/SendableRopeBuffer+Conversion.swift",
        "Buffer/SendableRopeBuffer.swift",
        "Buffer/TextAnalysisCapable.swift",
        "Buffer/TextBuffer.swift",
        "Buffer/TransferableUndoable.swift",
        "Buffer/UTF16.swift",
        "Buffer/Undoable+NSTextViewBuffer.swift",
        "Buffer/Undoable.swift",
        "Exports.swift",
        "NSRange+Order.swift",
        "NSRange+Resized.swift",
        "NSRange+Shifted.swift",
        "NSRange+Subtracting.swift",
        "NSRange+containsRange.swift",
        "NSRange+expandedToOther.swift",
        "NSRange+notFound.swift",
        "NSRange+prefix.swift",
        "NSRange+suffix.swift",
        "NSString+locationUpToCharacter.swift",
        "OperationLog/BufferOperation.swift",
        "OperationLog/OperationLog.swift",
        "OperationLog/UndoGroup.swift"
      ],
      "target_dependencies" : [
        "TextRope"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
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/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
error: 'spi-builder-workspace': package 'spi-builder-workspace' is using Swift tools version 6.2.0 but the installed version is 6.1.0
BUILD FAILURE 6.1 wasm