The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TextTractor, reference v1.0.0 (0b7d8b), with Swift 6.3 for Linux on 18 Apr 2026 03:27:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/InspiratioNULL/TextTractor.git
Reference: v1.0.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/InspiratioNULL/TextTractor
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 0b7d8b2  Initial Commit
Cloned https://github.com/InspiratioNULL/TextTractor.git
Revision (git rev-parse @):
0b7d8b2cb0e523beec58759fe154d26f6be754eb
SUCCESS checkout https://github.com/InspiratioNULL/TextTractor.git at v1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/InspiratioNULL/TextTractor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/apple/swift-argument-parser
[1/17529] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.84s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.1 (1.36s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.7.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/17] Emitting module ArgumentParserToolInfo
[9/17] Compiling ArgumentParserToolInfo ToolInfo.swift
[10/18] Wrapping AST for ArgumentParserToolInfo for debugging
[12/64] Compiling ArgumentParser ParentCommand.swift
[13/64] Compiling ArgumentParser AsyncParsableCommand.swift
[14/64] Compiling ArgumentParser CommandConfiguration.swift
[15/64] Compiling ArgumentParser CommandGroup.swift
[16/64] Compiling ArgumentParser EnumerableFlag.swift
[17/64] Compiling ArgumentParser ExpressibleByArgument.swift
[18/64] Compiling ArgumentParser ParsableArguments.swift
[19/64] Emitting module ArgumentParser
[20/70] Compiling ArgumentParser InputOrigin.swift
[21/70] Compiling ArgumentParser Name.swift
[22/70] Compiling ArgumentParser Parsed.swift
[23/70] Compiling ArgumentParser ParsedValues.swift
[24/70] Compiling ArgumentParser ParserError.swift
[25/70] Compiling ArgumentParser SplitArguments.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/70] Emitting module TextTractorCore
/host/spi-builder-workspace/Sources/TextTractorCore/OCRService.swift:2:8: error: no such module 'Vision'
  1 | import Foundation
  2 | import Vision
    |        `- error: no such module 'Vision'
  3 | import PDFKit
  4 | import AppKit
[27/70] Compiling TextTractorCore OCRService.swift
/host/spi-builder-workspace/Sources/TextTractorCore/OCRService.swift:2:8: error: no such module 'Vision'
  1 | import Foundation
  2 | import Vision
    |        `- error: no such module 'Vision'
  3 | import PDFKit
  4 | import AppKit
[28/70] Compiling ArgumentParser ArgumentVisibility.swift
[29/70] Compiling ArgumentParser CompletionKind.swift
[30/70] Compiling ArgumentParser Errors.swift
[31/70] Compiling ArgumentParser Flag.swift
[32/70] Compiling ArgumentParser NameSpecification.swift
[33/70] Compiling ArgumentParser Option.swift
[34/70] Compiling ArgumentParser OptionGroup.swift
BUILD FAILURE 6.3 linux