The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MarkovTextGenerator, reference 0.1.0 (8046bb), with Swift 6.1 for macOS (SPM) on 8 May 2026 07:53:37 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: 0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lliviru/markov-text-generator
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8046bbe Publish docs to gh pages
Cloned https://github.com/lliviru/markov-text-generator.git
Revision (git rev-parse @):
8046bbe548a822f59366ae934db8ff8a3e6adca8
SUCCESS checkout https://github.com/lliviru/markov-text-generator.git at 0.1.0
========================================
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! (17.26s)
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.18s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.5.0 (4.83s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
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
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
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.