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 Kronos, reference 4.3.1 (f33182), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 15:28:02 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/MobileNativeFoundation/Kronos.git
Reference: 4.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MobileNativeFoundation/Kronos
 * tag               4.3.1      -> FETCH_HEAD
HEAD is now at f331821 Include PrivacyInfo.xcprivacy manifest on Krono's target from Kronos.xcodeproj (#117)
Cloned https://github.com/MobileNativeFoundation/Kronos.git
Revision (git rev-parse @):
f331821314f9b35867a18c5c8fc2f918536d79ac
SUCCESS checkout https://github.com/MobileNativeFoundation/Kronos.git at 4.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/MobileNativeFoundation/Kronos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Copying PrivacyInfo.xcprivacy
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling Kronos TimeFreeze.swift
[5/14] Compiling Kronos TimeStorage.swift
[6/14] Compiling Kronos NTPProtocol.swift
[7/15] Compiling Kronos NTPClient.swift
[8/15] Compiling Kronos InternetAddress.swift
[9/15] Compiling Kronos Data+Bytes.swift
[10/15] Compiling Kronos Clock.swift
[11/15] Compiling Kronos DNSResolver.swift
[12/15] Compiling Kronos NSTimer+ClosureKit.swift
[13/15] Compiling Kronos NTPPacket.swift
[14/15] Emitting module Kronos
[15/15] Compiling Kronos resource_bundle_accessor.swift
Build complete! (5.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Kronos",
  "name" : "Kronos",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Kronos",
      "targets" : [
        "Kronos"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KronosTests",
      "module_type" : "SwiftTarget",
      "name" : "KronosTests",
      "path" : "Tests/KronosTests",
      "sources" : [
        "ClockTests.swift",
        "DNSResolverTests.swift",
        "NTPClientTests.swift",
        "NTPPacketTests.swift",
        "TimeStorageTests.swift"
      ],
      "target_dependencies" : [
        "Kronos"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Kronos",
      "module_type" : "SwiftTarget",
      "name" : "Kronos",
      "path" : "Sources",
      "product_memberships" : [
        "Kronos"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Clock.swift",
        "DNSResolver.swift",
        "Data+Bytes.swift",
        "InternetAddress.swift",
        "NSTimer+ClosureKit.swift",
        "NTPClient.swift",
        "NTPPacket.swift",
        "NTPProtocol.swift",
        "TimeFreeze.swift",
        "TimeStorage.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.