The Swift Package Index logo.Swift Package Index

Build Information

Failed to build TextTractor, reference main (0b7d8b), with Swift 6.0 for Linux on 8 Jan 2026 12:56:12 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/InspiratioNULL/TextTractor.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/InspiratioNULL/TextTractor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/InspiratioNULL/TextTractor.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:d60f78d1b94eb114d4ebb72af8c32e902a28db13a75577d0341a88c358a803b4
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-argument-parser
[1/16993] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.68s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (0.75s)
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.0
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
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 Foundation.swift
[13/64] Compiling ArgumentParser Mutex.swift
[14/64] Compiling ArgumentParser Platform.swift
[15/64] Compiling ArgumentParser SequenceExtensions.swift
[16/64] Compiling ArgumentParser StringExtensions.swift
[17/64] Compiling ArgumentParser SwiftExtensions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/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
[19/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
BUILD FAILURE 6.0 linux