The Swift Package Index logo.Swift Package Index

Build Information

Failed to build now with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/erica/now.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/erica/now
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 01aca38 Fixed weird Core Location edge case that seems to have changed
Cloned https://github.com/erica/now.git
Revision (git rev-parse @):
01aca38e17395980f59f25aef1f022a5f947682b
SUCCESS checkout https://github.com/erica/now.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $PWD/checkout
https://github.com/erica/now.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Fetching https://github.com/apple/swift-argument-parser
[1/11401] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser (0.72s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (0.33s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.0.6
Building for debugging...
[1/31] Emitting module ArgumentParser
[2/34] Compiling ArgumentParser NameSpecification.swift
[3/34] Compiling ArgumentParser Option.swift
[4/34] Compiling ArgumentParser OptionGroup.swift
[5/34] Compiling ArgumentParser CommandConfiguration.swift
[6/34] Compiling ArgumentParser ParsableCommand.swift
[7/34] Compiling ArgumentParser ArgumentDecoder.swift
[8/34] Compiling ArgumentParser ArgumentDefinition.swift
[9/34] Compiling ArgumentParser ArgumentSet.swift
[10/34] Compiling ArgumentParser ArgumentSetSequence.swift
[11/34] Compiling ArgumentParser CommandParser.swift
[12/34] Compiling ArgumentParser InputOrigin.swift
[13/34] Compiling ArgumentParser Name.swift
[14/34] Compiling ArgumentParser Parsed.swift
[15/34] Compiling ArgumentParser ParsedValues.swift
[16/34] Compiling ArgumentParser ParserError.swift
[17/34] Compiling ArgumentParser SplitArguments.swift
[18/34] Compiling ArgumentParser Argument.swift
[19/34] Compiling ArgumentParser ArgumentHelp.swift
[20/34] Compiling ArgumentParser Errors.swift
[21/34] Compiling ArgumentParser Flag.swift
[22/34] Compiling ArgumentParser UsageGenerator.swift
[23/34] Compiling ArgumentParser StringExtensions.swift
[24/34] Compiling ArgumentParser Tree.swift
[25/34] Compiling ArgumentParser EnumerableFlag.swift
[26/34] Compiling ArgumentParser ExpressibleByArgument.swift
[27/34] Compiling ArgumentParser ParsableArguments.swift
[28/34] Compiling ArgumentParser ParsableArgumentsValidation.swift
[29/34] Compiling ArgumentParser HelpCommand.swift
[30/34] Compiling ArgumentParser HelpGenerator.swift
[31/34] Compiling ArgumentParser MessageInfo.swift
[33/36] Wrapping AST for ArgumentParser for debugging
[35/43] Compiling now RuntimeError.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[36/43] Compiling now Result+Utility.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[37/43] Compiling now Date+Offsets.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[38/43] Emitting module now
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[39/43] Compiling now PlaceFinder.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[40/43] Compiling now LocatedTime.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[41/43] Compiling now main.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[0/1] Planning build
Building for debugging...
[1/9] Compiling now Date+Offsets.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[2/9] Compiling now LocatedTime.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[3/9] Compiling now PlaceFinder.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[4/9] Compiling now Result+Utility.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)[5/9] Emitting module now
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[6/9] Compiling now RuntimeError.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
[7/9] Compiling now main.swift
/host/spi-builder-workspace/now/PlaceFinder.swift:4:8: error: no such module 'CoreLocation'
import CoreLocation
       ^
BUILD FAILURE 5.7 linux

Build Machine: Linux 2