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 LGV_Cleantime, reference master (d585ee), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 22:49:13 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/LittleGreenViper/LGV_Cleantime.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/LittleGreenViper/LGV_Cleantime
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d585eea - Re-introduced SwiftLint - Reduced the cyclomatic complexity of a couple of functions.
Cloned https://github.com/LittleGreenViper/LGV_Cleantime.git
Revision (git rev-parse @):
d585eea06ca268f10376602a1ae2ef3c1e639cd1
SUCCESS checkout https://github.com/LittleGreenViper/LGV_Cleantime.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/LittleGreenViper/LGV_Cleantime.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/5] Compiling LGV_Cleantime LGV_CleantimeKeytagDescription.swift
[4/5] Compiling LGV_Cleantime LGV_CleantimeDateCalc.swift
[5/5] Emitting module LGV_Cleantime
Build complete! (3.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "LGV_Cleantime",
  "name" : "LGV_Cleantime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    }
  ],
  "products" : [
    {
      "name" : "LGV_Cleantime",
      "targets" : [
        "LGV_Cleantime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LGV_CleantimeTests",
      "module_type" : "SwiftTarget",
      "name" : "LGV_CleantimeTests",
      "path" : "Tests/LGV_CleantimeTests",
      "sources" : [
        "LGV_CleantimeCalculationTests.swift",
        "LGV_CleantimeKeytagBuilderTests.swift"
      ],
      "target_dependencies" : [
        "LGV_Cleantime"
      ],
      "type" : "test"
    },
    {
      "c99name" : "LGV_Cleantime",
      "module_type" : "SwiftTarget",
      "name" : "LGV_Cleantime",
      "path" : "Sources/LGV_Cleantime",
      "product_memberships" : [
        "LGV_Cleantime"
      ],
      "sources" : [
        "LGV_CleantimeDateCalc.swift",
        "LGV_CleantimeKeytagDescription.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.