The Swift Package Index logo.Swift Package Index

Build Information

Successful build of CriticMarkup, reference main (2625e0), with Swift 6.0 for macOS (SPM) on 5 Jun 2025 10:15:45 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/daveverwer/CriticMarkup.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/daveverwer/CriticMarkup
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 2625e07 Remove .claude directory and add to .gitignore
Cloned https://github.com/daveverwer/CriticMarkup.git
Revision (git rev-parse @):
2625e0798cc192edbd8bb6803446ab901aac9776
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/daveverwer/CriticMarkup.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/daveverwer/CriticMarkup.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/7] Emitting module CriticMarkup
[4/7] Compiling CriticMarkup CriticMarkupParser.swift
[5/7] Compiling CriticMarkup CriticMarkup.swift
[6/7] Compiling CriticMarkup ParsedSegment.swift
[7/7] Compiling CriticMarkup CriticMarkupElement.swift
Build complete! (14.40s)
Fetching https://github.com/swiftlang/swift-testing.git
[1/22813] Fetching swift-testing
Fetched https://github.com/swiftlang/swift-testing.git from cache (1.51s)
Computing version for https://github.com/swiftlang/swift-testing.git
Computed https://github.com/swiftlang/swift-testing.git at 6.1.1 (0.57s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70759] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (3.23s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 601.0.1 (3.15s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 601.0.1
Creating working copy for https://github.com/swiftlang/swift-testing.git
Working copy of https://github.com/swiftlang/swift-testing.git resolved at 6.1.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.1.1",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-testing.git"
    }
  ],
  "manifest_display_name" : "CriticMarkup",
  "name" : "CriticMarkup",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "CriticMarkup",
      "targets" : [
        "CriticMarkup"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CriticMarkupTests",
      "module_type" : "SwiftTarget",
      "name" : "CriticMarkupTests",
      "path" : "Tests/CriticMarkupTests",
      "product_dependencies" : [
        "Testing"
      ],
      "sources" : [
        "CriticMarkupElementTests.swift",
        "CriticMarkupParserTests.swift",
        "ParsedSegmentTests.swift"
      ],
      "target_dependencies" : [
        "CriticMarkup"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CriticMarkup",
      "module_type" : "SwiftTarget",
      "name" : "CriticMarkup",
      "path" : "Sources/CriticMarkup",
      "product_memberships" : [
        "CriticMarkup"
      ],
      "sources" : [
        "CriticMarkup.swift",
        "CriticMarkupElement.swift",
        "CriticMarkupParser.swift",
        "ParsedSegment.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.