The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MarkovTextGenerator, reference main (d9343a), with Swift 6.1 for macOS (SPM) on 8 May 2026 07:55:46 UTC.

Swift 6 data race errors: 0

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lliviru/markov-text-generator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lliviru/markov-text-generator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d9343a7 Add SPI badges
Cloned https://github.com/lliviru/markov-text-generator.git
Revision (git rev-parse @):
d9343a75a7077c61b47a51013184f84ec84e7031
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/lliviru/markov-text-generator.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/lliviru/markov-text-generator.git
https://github.com/lliviru/markov-text-generator.git
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "MarkovTextGenerator",
  "name" : "MarkovTextGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MarkovTextGenerator",
      "targets" : [
        "MarkovTextGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkovTextGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "MarkovTextGeneratorTests",
      "path" : "Tests/MarkovTextGeneratorTests",
      "sources" : [
        "MarkovTextGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "MarkovTextGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkovTextGenerator",
      "module_type" : "SwiftTarget",
      "name" : "MarkovTextGenerator",
      "path" : "Sources/MarkovTextGenerator",
      "product_memberships" : [
        "MarkovTextGenerator"
      ],
      "sources" : [
        "MarkovTextGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/6] Emitting module MarkovTextGenerator
[6/6] Compiling MarkovTextGenerator MarkovTextGenerator.swift
Build complete! (16.70s)
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.10s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.96s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.61s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.5.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    }
  ],
  "manifest_display_name" : "MarkovTextGenerator",
  "name" : "MarkovTextGenerator",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MarkovTextGenerator",
      "targets" : [
        "MarkovTextGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MarkovTextGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "MarkovTextGeneratorTests",
      "path" : "Tests/MarkovTextGeneratorTests",
      "sources" : [
        "MarkovTextGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "MarkovTextGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MarkovTextGenerator",
      "module_type" : "SwiftTarget",
      "name" : "MarkovTextGenerator",
      "path" : "Sources/MarkovTextGenerator",
      "product_memberships" : [
        "MarkovTextGenerator"
      ],
      "sources" : [
        "MarkovTextGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.