The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DottedVersionVector, reference 1.0.1 (bd56b2), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 02:22:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bradhowes/DottedVersionVector.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/DottedVersionVector
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at bd56b22 Test case to illustrate using in a key/value store
Cloned https://github.com/bradhowes/DottedVersionVector.git
Revision (git rev-parse @):
bd56b2281168302d1e2e7ce4021167b6150dc4b0
SUCCESS checkout https://github.com/bradhowes/DottedVersionVector.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/bradhowes/DottedVersionVector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/6] Compiling DottedVersionVector Dot.swift
[4/6] Compiling DottedVersionVector DotVector.swift
[5/6] Compiling DottedVersionVector DVV.swift
[6/6] Emitting module DottedVersionVector
Build complete! (3.42s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DottedVersionVector",
  "name" : "DottedVersionVector",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DottedVersionVector",
      "targets" : [
        "DottedVersionVector"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DottedVersionVectorTests",
      "module_type" : "SwiftTarget",
      "name" : "DottedVersionVectorTests",
      "path" : "Tests/DottedVersionVectorTests",
      "sources" : [
        "DottedVersionVectorTests.swift",
        "ServerTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DottedVersionVector"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DottedVersionVector",
      "module_type" : "SwiftTarget",
      "name" : "DottedVersionVector",
      "path" : "Sources/DottedVersionVector",
      "product_memberships" : [
        "DottedVersionVector"
      ],
      "sources" : [
        "DVV.swift",
        "Dot.swift",
        "DotVector.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.