Build Information
Failed to build remind, reference master (65f84c), with Swift 6.2 for Linux on 17 Jun 2025 18:58:48 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/erica/remind.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/remind
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 65f84c0 Rolled Swift tools back to 5.1
Cloned https://github.com/erica/remind.git
Revision (git rev-parse @):
65f84c06e80db48e7ba870b86c18f87f58f7d226
SUCCESS checkout https://github.com/erica/remind.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/erica/remind.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/apple/swift-argument-parser
[1/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.91s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.0.6 (1.39s)
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...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/35] Emitting module ArgumentParser
[5/38] Compiling ArgumentParser NameSpecification.swift
[6/38] Compiling ArgumentParser Option.swift
[7/38] Compiling ArgumentParser OptionGroup.swift
[8/38] Compiling ArgumentParser CommandConfiguration.swift
[9/38] Compiling ArgumentParser UsageGenerator.swift
[10/38] Compiling ArgumentParser StringExtensions.swift
[11/38] Compiling ArgumentParser Tree.swift
[12/38] Compiling ArgumentParser ArgumentSetSequence.swift
[13/38] Compiling ArgumentParser CommandParser.swift
[14/38] Compiling ArgumentParser InputOrigin.swift
[15/38] Compiling ArgumentParser Name.swift
[16/38] Compiling ArgumentParser ParsableCommand.swift
[17/38] Compiling ArgumentParser ArgumentDecoder.swift
[18/38] Compiling ArgumentParser ArgumentDefinition.swift
[19/38] Compiling ArgumentParser ArgumentSet.swift
[20/38] Compiling ArgumentParser Parsed.swift
[21/38] Compiling ArgumentParser ParsedValues.swift
[22/38] Compiling ArgumentParser ParserError.swift
[23/38] Compiling ArgumentParser SplitArguments.swift
[24/38] Compiling ArgumentParser Argument.swift
[25/38] Compiling ArgumentParser ArgumentHelp.swift
[26/38] Compiling ArgumentParser Errors.swift
[27/38] Compiling ArgumentParser Flag.swift
[28/38] Compiling ArgumentParser HelpCommand.swift
[29/38] Compiling ArgumentParser HelpGenerator.swift
[30/38] Compiling ArgumentParser MessageInfo.swift
[31/38] Compiling ArgumentParser EnumerableFlag.swift
[32/38] Compiling ArgumentParser ExpressibleByArgument.swift
[33/38] Compiling ArgumentParser ParsableArguments.swift
[34/38] Compiling ArgumentParser ParsableArgumentsValidation.swift
[35/39] Wrapping AST for ArgumentParser for debugging
[37/46] Compiling remind RuntimeError.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
[38/46] Compiling remind Notifier+Doc.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
[39/46] Compiling remind Date+Offsets.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
[40/46] Compiling remind Bundle+Swizzle.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[41/46] Emitting module remind
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
[42/46] Compiling remind Notifier+Utility.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
[43/46] Compiling remind main.swift
/host/spi-builder-workspace/remind/main.swift:3:8: error: no such module 'Cocoa'
1 | // Copyright © 2020 Erica Sadun. All rights reserved.
2 |
3 | import Cocoa
| `- error: no such module 'Cocoa'
4 | import ArgumentParser
5 |
BUILD FAILURE 6.2 linux