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 master (a96302), with Swift 6.0 for Linux on 16 Nov 2024 00:20:49 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-unixtime.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tayloraswift/swift-unixtime
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at a963021 Merge pull request #3 from tayloraswift/update-ci
Cloned https://github.com/tayloraswift/swift-unixtime.git
Revision (git rev-parse @):
a963021aadd63de2075cc4524f49475e64e4ffdf
SUCCESS checkout https://github.com/tayloraswift/swift-unixtime.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tayloraswift/swift-unixtime.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/23] Compiling CasesByIntegerEncodingMacro RawRepresentableByIntegerEncoding.swift
[7/23] Compiling CasesByIntegerEncodingMacro GenerateCasesByIntegerEncoding.swift
[8/23] Emitting module CasesByIntegerEncodingMacro
[9/24] Compiling UnixTime UnixMillisecond.swift
[10/24] Compiling UnixTime QuantizedDuration.swift
[11/26] Compiling UnixTime UnixAttosecond.swift
[12/26] Compiling UnixTime UnixDate.swift
[14/26] Compiling UnixTime UnixInstant.swift
[15/26] Compiling UnixTime UnixInterval.swift
[16/26] Emitting module UnixTime
[17/26] Compiling UnixTime Duration (ext).swift
[18/26] Compiling UnixTime DurationFormat.Unit.swift
[19/26] Compiling UnixTime Nanoseconds.swift
[20/26] Compiling UnixTime Seconds.swift
[21/26] Compiling UnixTime DurationFormat.swift
[22/26] Compiling UnixTime Days.swift
[23/26] Compiling UnixTime Hours.swift
[24/26] Compiling UnixTime Microseconds.swift
[25/26] Compiling UnixTime Milliseconds.swift
[26/26] Compiling UnixTime Minutes.swift
[28/32] Compiling ISO ISO.swift
[29/32] Compiling ISO ISO.Macrolanguage (gen).swift
[30/32] Compiling ISO ISO.Locale.swift
[31/32] Emitting module ISO
[32/32] Compiling ISO ISO.Country (gen).swift
[34/45] Compiling UnixCalendar UnixDate (ext).swift
[35/46] Compiling UnixCalendar Timestamp.Weekday.swift
[36/46] Compiling UnixCalendar Timestamp.Year.swift
[37/46] Compiling UnixCalendar UnixMillisecond (ext).swift
[38/46] Compiling UnixCalendar Range (ext).swift
[39/46] Compiling UnixCalendar Timestamp.Components.swift
[40/46] Emitting module UnixCalendar
[41/46] Compiling UnixCalendar Timestamp.Sanity.swift
[42/46] Compiling UnixCalendar Timestamp.Time.swift
[43/46] Compiling UnixCalendar Timestamp.Date.swift
[44/46] Compiling UnixCalendar Timestamp.Month.swift
[45/46] Compiling UnixCalendar UnixAttosecond (ext).swift
[46/46] Compiling UnixCalendar Timestamp.swift
Build complete! (9.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-unixtime",
  "name" : "swift-unixtime",
  "path" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.