The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DottedVersionVector, reference main (64fc90), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 08:27:44 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/bradhowes/DottedVersionVector.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/bradhowes/DottedVersionVector
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 64fc90a Update README.md
Cloned https://github.com/bradhowes/DottedVersionVector.git
Revision (git rev-parse @):
64fc90ae13afb4c930f0a4e3ce38066b7132460c
SUCCESS checkout https://github.com/bradhowes/DottedVersionVector.git at main
========================================
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": "dottedversionvector",
      "name": "DottedVersionVector",
      "url": "https://github.com/bradhowes/DottedVersionVector.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DottedVersionVector",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/bradhowes/DottedVersionVector.git
[1/241] Fetching dottedversionvector
Fetched https://github.com/bradhowes/DottedVersionVector.git from cache (0.81s)
Creating working copy for https://github.com/bradhowes/DottedVersionVector.git
Working copy of https://github.com/bradhowes/DottedVersionVector.git resolved at main (64fc90a)
warning: '.resolve-product-dependencies': dependency 'dottedversionvector' 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/bradhowes/DottedVersionVector.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/6] Compiling DottedVersionVector DVV.swift
[4/6] Compiling DottedVersionVector DotVector.swift
[5/6] Compiling DottedVersionVector Dot.swift
[6/6] Emitting module DottedVersionVector
Build complete! (3.41s)
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.