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 main (543cae), with Swift 6.0 for macOS (SPM) on 12 Jun 2025 23:27:00 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/MobileNativeFoundation/Kronos.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/MobileNativeFoundation/Kronos
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 543cae0 Fix Package.swift typo (#120)
Cloned https://github.com/MobileNativeFoundation/Kronos.git
Revision (git rev-parse @):
543cae037bfc13a7d722e233a92a212b42d9e750
SUCCESS checkout https://github.com/MobileNativeFoundation/Kronos.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/MobileNativeFoundation/Kronos.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/14] Compiling Kronos TimeStorage.swift
[5/15] Compiling Kronos TimeFreeze.swift
[6/15] Compiling Kronos NTPClient.swift
[7/15] Compiling Kronos NTPProtocol.swift
[8/15] Compiling Kronos NTPPacket.swift
[9/15] Compiling Kronos Data+Bytes.swift
[10/15] Emitting module Kronos
[11/15] Compiling Kronos InternetAddress.swift
[12/15] Compiling Kronos Clock.swift
[13/15] Compiling Kronos DNSResolver.swift
[14/15] Compiling Kronos NSTimer+ClosureKit.swift
[15/15] Compiling Kronos resource_bundle_accessor.swift
Build complete! (5.48s)
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.