Build Information
Failed to build SwiftDate with Swift 5.8 for Linux.
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.28.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/malcommac/SwiftDate.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/malcommac/SwiftDate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5d94322 Bump 7.0.0
Cloned https://github.com/malcommac/SwiftDate.git
Revision (git rev-parse @):
5d943224c3bb173e6ecf27295611615eba90c80e
SUCCESS checkout https://github.com/malcommac/SwiftDate.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
warning: 'spi-builder-workspace': Invalid Resource 'Formatters/RelativeFormatter/langs': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/30] Emitting module SwiftDate
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[2/34] Compiling SwiftDate Date+Compare.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[3/34] Compiling SwiftDate Date+Components.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[4/34] Compiling SwiftDate Date+Create.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[5/34] Compiling SwiftDate Date+Math.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[6/34] Compiling SwiftDate Date.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[7/34] Compiling SwiftDate Calendars.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[8/34] Compiling SwiftDate Commons.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[9/34] Compiling SwiftDate Locales.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[10/34] Compiling SwiftDate TimeStructures.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[11/34] Compiling SwiftDate Int+DateComponents.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[12/34] Compiling SwiftDate String+Parser.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[13/34] Compiling SwiftDate TimeInterval+Formatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[14/34] Compiling SwiftDate AssociatedValues.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[15/34] Compiling SwiftDate TimePeriodGroup.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[16/34] Compiling SwiftDate TimePeriod+Support.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[17/34] Compiling SwiftDate TimePeriod.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[18/34] Compiling SwiftDate TimePeriodProtocol.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[19/34] Compiling SwiftDate Formatter+Protocols.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[20/34] Compiling SwiftDate ISOFormatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[21/34] Compiling SwiftDate ISOParser.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[22/34] Compiling SwiftDate DateComponents+Extras.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[23/34] Compiling SwiftDate DateInRegion.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[24/34] Compiling SwiftDate Region.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[25/34] Compiling SwiftDate DateRepresentable.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[26/34] Compiling SwiftDate DotNetParserFormatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[27/34] Compiling SwiftDate DateInRegion+Compare.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[28/34] Compiling SwiftDate DateInRegion+Components.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[29/34] Compiling SwiftDate DateInRegion+Create.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[30/34] Compiling SwiftDate DateInRegion+Math.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[31/34] Compiling SwiftDate Zones.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[32/34] Compiling SwiftDate SwiftDate.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[33/34] Compiling SwiftDate TimePeriodChain.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[34/34] Compiling SwiftDate TimePeriodCollection.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
warning: 'spi-builder-workspace': Invalid Resource 'Formatters/RelativeFormatter/langs': File not found.
warning: 'spi-builder-workspace': Invalid Resource 'Resources': File not found.
[0/1] Planning build
Building for debugging...
[1/30] Compiling SwiftDate Date+Compare.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[2/30] Compiling SwiftDate Date+Components.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[3/30] Compiling SwiftDate Date+Create.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[4/30] Compiling SwiftDate Date+Math.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[5/30] Compiling SwiftDate Date.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[6/34] Compiling SwiftDate Zones.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[7/34] Compiling SwiftDate SwiftDate.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[8/34] Compiling SwiftDate TimePeriodChain.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[9/34] Compiling SwiftDate TimePeriodCollection.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/34] Emitting module SwiftDate
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[11/34] Compiling SwiftDate Calendars.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[12/34] Compiling SwiftDate Commons.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[13/34] Compiling SwiftDate Locales.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[14/34] Compiling SwiftDate TimeStructures.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[15/34] Compiling SwiftDate DateInRegion.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[16/34] Compiling SwiftDate Region.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[17/34] Compiling SwiftDate DateRepresentable.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[18/34] Compiling SwiftDate DotNetParserFormatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[19/34] Compiling SwiftDate TimePeriodGroup.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[20/34] Compiling SwiftDate TimePeriod+Support.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[21/34] Compiling SwiftDate TimePeriod.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[22/34] Compiling SwiftDate TimePeriodProtocol.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[23/34] Compiling SwiftDate DateInRegion+Compare.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[24/34] Compiling SwiftDate DateInRegion+Components.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[25/34] Compiling SwiftDate DateInRegion+Create.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[26/34] Compiling SwiftDate DateInRegion+Math.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[27/34] Compiling SwiftDate Formatter+Protocols.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[28/34] Compiling SwiftDate ISOFormatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[29/34] Compiling SwiftDate ISOParser.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[30/34] Compiling SwiftDate DateComponents+Extras.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[31/34] Compiling SwiftDate Int+DateComponents.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[32/34] Compiling SwiftDate String+Parser.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[33/34] Compiling SwiftDate TimeInterval+Formatter.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
[34/34] Compiling SwiftDate AssociatedValues.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/AssociatedValues.swift:14:8: error: no such module 'ObjectiveC.runtime'
import ObjectiveC.runtime
^
BUILD FAILURE 5.8 linux