The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TextTractor, reference v1.0.0 (0b7d8b), with Swift 6.1 for macOS (SPM) on 8 Jan 2026 12:57:28 UTC.

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/InspiratioNULL/TextTractor.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/InspiratioNULL/TextTractor.git
https://github.com/InspiratioNULL/TextTractor.git
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "TextTractor",
  "name" : "TextTractor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextTractorCore",
      "targets" : [
        "TextTractorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "text-tractor",
      "targets" : [
        "TextTractorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextTractorCore",
      "module_type" : "SwiftTarget",
      "name" : "TextTractorCore",
      "path" : "Sources/TextTractorCore",
      "product_memberships" : [
        "TextTractorCore",
        "text-tractor"
      ],
      "sources" : [
        "OCRService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TextTractorCLI",
      "module_type" : "SwiftTarget",
      "name" : "TextTractorCLI",
      "path" : "Sources/TextTractorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "text-tractor"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TextTractorCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/11] Write sources
[4/11] Write text-tractor-entitlement.plist
[4/11] Write sources
[7/11] Write swift-version-2F0A5646E1D333AE.txt
[9/15] Emitting module ArgumentParserToolInfo
[10/15] Compiling ArgumentParserToolInfo ToolInfo.swift
[11/62] Emitting module ArgumentParser
[12/67] Compiling ArgumentParser ArgumentHelp.swift
[13/67] Compiling ArgumentParser ArgumentVisibility.swift
[14/67] Compiling ArgumentParser CompletionKind.swift
[15/67] Compiling ArgumentParser Errors.swift
[16/67] Compiling ArgumentParser Flag.swift
[17/67] Compiling ArgumentParser InputKey.swift
[18/67] Compiling ArgumentParser InputOrigin.swift
[19/67] Compiling ArgumentParser Name.swift
[20/67] Compiling ArgumentParser Parsed.swift
[21/67] Compiling ArgumentParser ParsedValues.swift
[22/67] Compiling ArgumentParser CommandConfiguration.swift
[23/67] Compiling ArgumentParser CommandGroup.swift
[24/67] Compiling ArgumentParser EnumerableFlag.swift
[25/67] Compiling ArgumentParser ExpressibleByArgument.swift
[26/67] Compiling ArgumentParser ParsableArguments.swift
[27/67] Compiling ArgumentParser CodingKeyValidator.swift
[28/67] Compiling ArgumentParser NonsenseFlagsValidator.swift
[29/67] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/67] Compiling ArgumentParser PositionalArgumentsValidator.swift
[31/67] Compiling ArgumentParser UniqueNamesValidator.swift
[32/67] Compiling ArgumentParser NameSpecification.swift
[33/67] Compiling ArgumentParser Option.swift
[34/67] Compiling ArgumentParser OptionGroup.swift
[35/67] Compiling ArgumentParser ParentCommand.swift
[36/67] Compiling ArgumentParser AsyncParsableCommand.swift
[37/67] Compiling ArgumentParser BashCompletionsGenerator.swift
[38/67] Compiling ArgumentParser CompletionsGenerator.swift
[39/67] Compiling ArgumentParser FishCompletionsGenerator.swift
[40/67] Compiling ArgumentParser ZshCompletionsGenerator.swift
[41/67] Compiling ArgumentParser Argument.swift
[42/67] Compiling ArgumentParser ArgumentDiscussion.swift
[43/67] Compiling ArgumentParser Platform.swift
[44/67] Compiling ArgumentParser SequenceExtensions.swift
[45/67] Compiling ArgumentParser StringExtensions.swift
[46/67] Compiling ArgumentParser SwiftExtensions.swift
[47/67] Compiling ArgumentParser Tree.swift
[48/67] Compiling ArgumentParser ParserError.swift
[49/67] Compiling ArgumentParser SplitArguments.swift
[50/67] Compiling ArgumentParser DumpHelpGenerator.swift
[51/67] Compiling ArgumentParser HelpCommand.swift
[52/67] Compiling ArgumentParser HelpGenerator.swift
[53/67] Compiling ArgumentParser ParsableCommand.swift
[54/67] Compiling ArgumentParser ArgumentDecoder.swift
[55/67] Compiling ArgumentParser ArgumentDefinition.swift
[56/67] Compiling ArgumentParser ArgumentSet.swift
[57/67] Compiling ArgumentParser CommandParser.swift
[58/67] Compiling ArgumentParser MessageInfo.swift
[59/67] Compiling ArgumentParser UsageGenerator.swift
[60/67] Compiling ArgumentParser CollectionExtensions.swift
[61/67] Compiling ArgumentParser Foundation.swift
[62/67] Compiling ArgumentParser Mutex.swift
[63/67] Compiling TextTractorCore OCRService.swift
[64/67] Emitting module TextTractorCore
[65/69] Compiling TextTractorCLI main.swift
/Users/admin/builder/spi-builder-workspace/Sources/TextTractorCLI/main.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | struct TextTractor: AsyncParsableCommand {
 7 |
 8 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         abstract: "A utility to extract text from Images and PDFs using Apple Vision."
10 |     )
[66/69] Emitting module TextTractorCLI
/Users/admin/builder/spi-builder-workspace/Sources/TextTractorCLI/main.swift:8:16: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | struct TextTractor: AsyncParsableCommand {
 7 |
 8 |     static var configuration = CommandConfiguration(
   |                |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |         abstract: "A utility to extract text from Images and PDFs using Apple Vision."
10 |     )
[66/69] Write Objects.LinkFileList
[67/69] Linking text-tractor
[68/69] Applying text-tractor
Build complete! (17.04s)
Fetching https://github.com/apple/swift-argument-parser from cache
Fetched https://github.com/apple/swift-argument-parser from cache (1.35s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.7.0 (1.88s)
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
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "TextTractor",
  "name" : "TextTractor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "TextTractorCore",
      "targets" : [
        "TextTractorCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "text-tractor",
      "targets" : [
        "TextTractorCLI"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TextTractorCore",
      "module_type" : "SwiftTarget",
      "name" : "TextTractorCore",
      "path" : "Sources/TextTractorCore",
      "product_memberships" : [
        "TextTractorCore",
        "text-tractor"
      ],
      "sources" : [
        "OCRService.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "TextTractorCLI",
      "module_type" : "SwiftTarget",
      "name" : "TextTractorCLI",
      "path" : "Sources/TextTractorCLI",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "text-tractor"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TextTractorCore"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.9"
}
Done.