The Swift Package Index logo.Swift Package Index

Build Information

Successful build of MarkovTextGenerator, reference 0.1.0 (8046bb), with Swift 6.3 for macOS (SPM) on 8 May 2026 07:57:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

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
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/apple/swift-docc-plugin
[1/2287] Fetching swift-docc-plugin
[230/5999] Fetching swift-docc-plugin, swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.14s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.14s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (4.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.74s)
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.4.3
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "markov-text-generator",
      "name": "MarkovTextGenerator",
      "url": "https://github.com/lliviru/markov-text-generator.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/markov-text-generator",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/lliviru/markov-text-generator.git
[1/94] Fetching markov-text-generator
Fetched https://github.com/lliviru/markov-text-generator.git from cache (0.67s)
Creating working copy for https://github.com/lliviru/markov-text-generator.git
Working copy of https://github.com/lliviru/markov-text-generator.git resolved at 0.1.0 (8046bbe)
warning: '.resolve-product-dependencies': dependency 'markov-text-generator' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lliviru/markov-text-generator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[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--6988338F2F200930.txt
[5/6] Compiling MarkovTextGenerator MarkovTextGenerator.swift
[6/6] Emitting module MarkovTextGenerator
Build complete! (7.30s)
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.