The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of swift-unixtime, reference 0.2.0 (0a939d), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:45:55 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-unixtime.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tayloraswift/swift-unixtime
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 0a939dd Merge pull request #4 from tayloraswift/capitalized-country-codes
Cloned https://github.com/tayloraswift/swift-unixtime.git
Revision (git rev-parse @):
0a939dd2b955bf5a0aa5ea2073ee21200e1575a3
SUCCESS checkout https://github.com/tayloraswift/swift-unixtime.git at 0.2.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tayloraswift/swift-unixtime.git
https://github.com/tayloraswift/swift-unixtime.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-unixtime",
  "name" : "swift-unixtime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CasesByIntegerEncodingMacro",
      "targets" : [
        "CasesByIntegerEncodingMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ISO",
      "targets" : [
        "ISO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnixCalendar",
      "targets" : [
        "UnixCalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnixTime",
      "targets" : [
        "UnixTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnixTime",
      "module_type" : "SwiftTarget",
      "name" : "UnixTime",
      "path" : "Sources/UnixTime",
      "product_memberships" : [
        "UnixCalendar",
        "UnixTime"
      ],
      "sources" : [
        "Duration (ext).swift",
        "DurationFormat.Unit.swift",
        "DurationFormat.swift",
        "Durations/Days.swift",
        "Durations/Hours.swift",
        "Durations/Microseconds.swift",
        "Durations/Milliseconds.swift",
        "Durations/Minutes.swift",
        "Durations/Nanoseconds.swift",
        "Durations/Seconds.swift",
        "Instants/UnixAttosecond.swift",
        "Instants/UnixDate.swift",
        "Instants/UnixMillisecond.swift",
        "QuantizedDuration.swift",
        "UnixInstant.swift",
        "UnixInterval.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnixCalendar",
      "module_type" : "SwiftTarget",
      "name" : "UnixCalendar",
      "path" : "Sources/UnixCalendar",
      "product_memberships" : [
        "UnixCalendar"
      ],
      "sources" : [
        "Range (ext).swift",
        "Timestamp.Components.swift",
        "Timestamp.Date.swift",
        "Timestamp.Month.swift",
        "Timestamp.Sanity.swift",
        "Timestamp.Time.swift",
        "Timestamp.Weekday.swift",
        "Timestamp.Year.swift",
        "Timestamp.swift",
        "UnixAttosecond (ext).swift",
        "UnixDate (ext).swift",
        "UnixMillisecond (ext).swift"
      ],
      "target_dependencies" : [
        "ISO",
        "UnixTime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ISO",
      "module_type" : "SwiftTarget",
      "name" : "ISO",
      "path" : "Sources/ISO",
      "product_memberships" : [
        "ISO",
        "UnixCalendar"
      ],
      "sources" : [
        "ISO.Country (gen).swift",
        "ISO.Locale.swift",
        "ISO.Macrolanguage (gen).swift",
        "ISO.swift"
      ],
      "target_dependencies" : [
        "CasesByIntegerEncodingMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CasesByIntegerEncodingMacro",
      "module_type" : "SwiftTarget",
      "name" : "CasesByIntegerEncodingMacro",
      "path" : "Macros/CasesByIntegerEncodingMacro",
      "product_memberships" : [
        "CasesByIntegerEncodingMacro",
        "ISO",
        "UnixCalendar"
      ],
      "sources" : [
        "GenerateCasesByIntegerEncoding.swift",
        "RawRepresentableByIntegerEncoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/24] Emitting module CasesByIntegerEncodingMacro
[7/24] Compiling CasesByIntegerEncodingMacro RawRepresentableByIntegerEncoding.swift
[8/24] Compiling CasesByIntegerEncodingMacro GenerateCasesByIntegerEncoding.swift
[9/24] Compiling UnixTime UnixAttosecond.swift
[10/24] Compiling UnixTime UnixDate.swift
[11/24] Compiling UnixTime UnixInstant.swift
[12/25] Compiling UnixTime UnixMillisecond.swift
[13/25] Compiling UnixTime QuantizedDuration.swift
[14/25] Compiling UnixTime Hours.swift
[15/25] Compiling UnixTime Microseconds.swift
[16/25] Compiling UnixTime Nanoseconds.swift
[17/25] Compiling UnixTime Seconds.swift
[18/25] Compiling UnixTime Milliseconds.swift
[19/25] Compiling UnixTime Minutes.swift
[20/25] Compiling UnixTime Duration (ext).swift
[21/25] Compiling UnixTime DurationFormat.Unit.swift
[22/25] Emitting module UnixTime
[23/25] Compiling UnixTime DurationFormat.swift
[24/25] Compiling UnixTime Days.swift
[25/25] Compiling UnixTime UnixInterval.swift
[26/30] Compiling ISO ISO.Locale.swift
[27/30] Compiling ISO ISO.swift
[28/30] Compiling ISO ISO.Macrolanguage (gen).swift
[29/30] Emitting module ISO
[30/30] Compiling ISO ISO.Country (gen).swift
[31/42] Compiling UnixCalendar Timestamp.Date.swift
[32/42] Compiling UnixCalendar Timestamp.Month.swift
[33/42] Compiling UnixCalendar Timestamp.Time.swift
[34/42] Compiling UnixCalendar Timestamp.Weekday.swift
[35/43] Compiling UnixCalendar Timestamp.Year.swift
[36/43] Compiling UnixCalendar UnixDate (ext).swift
[37/43] Compiling UnixCalendar Timestamp.swift
[38/43] Compiling UnixCalendar Timestamp.Sanity.swift
[39/43] Compiling UnixCalendar UnixAttosecond (ext).swift
[40/43] Compiling UnixCalendar Range (ext).swift
[41/43] Compiling UnixCalendar Timestamp.Components.swift
[42/43] Emitting module UnixCalendar
[43/43] Compiling UnixCalendar UnixMillisecond (ext).swift
Build complete! (3.41s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-unixtime",
  "name" : "swift-unixtime",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "CasesByIntegerEncodingMacro",
      "targets" : [
        "CasesByIntegerEncodingMacro"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ISO",
      "targets" : [
        "ISO"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnixCalendar",
      "targets" : [
        "UnixCalendar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "UnixTime",
      "targets" : [
        "UnixTime"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UnixTime",
      "module_type" : "SwiftTarget",
      "name" : "UnixTime",
      "path" : "Sources/UnixTime",
      "product_memberships" : [
        "UnixCalendar",
        "UnixTime"
      ],
      "sources" : [
        "Duration (ext).swift",
        "DurationFormat.Unit.swift",
        "DurationFormat.swift",
        "Durations/Days.swift",
        "Durations/Hours.swift",
        "Durations/Microseconds.swift",
        "Durations/Milliseconds.swift",
        "Durations/Minutes.swift",
        "Durations/Nanoseconds.swift",
        "Durations/Seconds.swift",
        "Instants/UnixAttosecond.swift",
        "Instants/UnixDate.swift",
        "Instants/UnixMillisecond.swift",
        "QuantizedDuration.swift",
        "UnixInstant.swift",
        "UnixInterval.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UnixCalendar",
      "module_type" : "SwiftTarget",
      "name" : "UnixCalendar",
      "path" : "Sources/UnixCalendar",
      "product_memberships" : [
        "UnixCalendar"
      ],
      "sources" : [
        "Range (ext).swift",
        "Timestamp.Components.swift",
        "Timestamp.Date.swift",
        "Timestamp.Month.swift",
        "Timestamp.Sanity.swift",
        "Timestamp.Time.swift",
        "Timestamp.Weekday.swift",
        "Timestamp.Year.swift",
        "Timestamp.swift",
        "UnixAttosecond (ext).swift",
        "UnixDate (ext).swift",
        "UnixMillisecond (ext).swift"
      ],
      "target_dependencies" : [
        "ISO",
        "UnixTime"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ISO",
      "module_type" : "SwiftTarget",
      "name" : "ISO",
      "path" : "Sources/ISO",
      "product_memberships" : [
        "ISO",
        "UnixCalendar"
      ],
      "sources" : [
        "ISO.Country (gen).swift",
        "ISO.Locale.swift",
        "ISO.Macrolanguage (gen).swift",
        "ISO.swift"
      ],
      "target_dependencies" : [
        "CasesByIntegerEncodingMacro"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CasesByIntegerEncodingMacro",
      "module_type" : "SwiftTarget",
      "name" : "CasesByIntegerEncodingMacro",
      "path" : "Macros/CasesByIntegerEncodingMacro",
      "product_memberships" : [
        "CasesByIntegerEncodingMacro",
        "ISO",
        "UnixCalendar"
      ],
      "sources" : [
        "GenerateCasesByIntegerEncoding.swift",
        "RawRepresentableByIntegerEncoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.10"
}
Done.