Build Information
Successful build of swift-unixtime, reference 0.1.5 (ee1fe7
), with Swift 6.0 for Linux on 5 Nov 2024 20:45:04 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tayloraswift/swift-unixtime.git
Reference: 0.1.5
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
* tag 0.1.5 -> FETCH_HEAD
HEAD is now at ee1fe7c add CI pipeline for Ubuntu 24.04
Cloned https://github.com/tayloraswift/swift-unixtime.git
Revision (git rev-parse @):
ee1fe7c2673e79621fdd13a814aff79920e7d105
SUCCESS checkout https://github.com/tayloraswift/swift-unixtime.git at 0.1.5
========================================
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-4606859-0":/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] Emitting module CasesByIntegerEncodingMacro
[8/23] Compiling CasesByIntegerEncodingMacro GenerateCasesByIntegerEncoding.swift
[10/24] Compiling UnixTime Nanoseconds.swift
[11/24] Compiling UnixTime Seconds.swift
[12/26] Compiling UnixTime UnixAttosecond.swift
[13/26] Compiling UnixTime UnixDate.swift
[14/26] Compiling UnixTime UnixMillisecond.swift
[15/26] Compiling UnixTime QuantizedDuration.swift
[16/26] Compiling UnixTime Milliseconds.swift
[17/26] Compiling UnixTime Minutes.swift
[18/26] Emitting module UnixTime
[19/26] Compiling UnixTime Duration (ext).swift
[20/26] Compiling UnixTime DurationFormat.Unit.swift
[21/26] Compiling UnixTime UnixInstant.swift
[22/26] Compiling UnixTime UnixInterval.swift
[23/31] Compiling UnixTime DurationFormat.swift
[24/31] Compiling UnixTime Days.swift
[25/31] Compiling UnixTime Hours.swift
[26/31] Compiling UnixTime Microseconds.swift
[27/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] Emitting module UnixCalendar
[36/46] Compiling UnixCalendar Timestamp.Date.swift
[37/46] Compiling UnixCalendar Timestamp.Month.swift
[38/46] Compiling UnixCalendar Range (ext).swift
[39/46] Compiling UnixCalendar Timestamp.Components.swift
[40/46] Compiling UnixCalendar UnixMillisecond (ext).swift
[41/46] Compiling UnixCalendar Timestamp.Weekday.swift
[42/46] Compiling UnixCalendar Timestamp.Year.swift
[43/46] Compiling UnixCalendar Timestamp.Sanity.swift
[44/46] Compiling UnixCalendar Timestamp.Time.swift
[45/46] Compiling UnixCalendar UnixAttosecond (ext).swift
[46/46] Compiling UnixCalendar Timestamp.swift
Build complete! (9.25s)
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.