The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build chacl, reference main (afe4f7), with Swift 5.10 for Linux on 5 Jan 2025 09:41:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Frizlab/chacl.git
Reference: main
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/Frizlab/chacl
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at afe4f7e Update the Readme
Cloned https://github.com/Frizlab/chacl.git
Revision (git rev-parse @):
afe4f7e8deae9c2dbb162c446a1015cb97669a7f
SUCCESS checkout https://github.com/Frizlab/chacl.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/Frizlab/chacl.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/Frizlab/stream-reader.git
Fetching https://github.com/apple/swift-log
[1/1051] Fetching stream-reader
[1052/1612] Fetching stream-reader, clt-logger
[1445/5344] Fetching stream-reader, clt-logger, swift-log
Fetched https://github.com/Frizlab/stream-reader.git from cache (0.31s)
Fetched https://github.com/apple/swift-log from cache (0.31s)
Fetched https://github.com/xcode-actions/clt-logger.git from cache (0.32s)
[1/12401] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.72s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.41s)
Computing version for https://github.com/Frizlab/stream-reader.git
Computed https://github.com/Frizlab/stream-reader.git at 3.6.1 (0.34s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.2 (0.30s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 0.9.0 (0.40s)
Fetching https://github.com/apple/swift-system.git
[1/3960] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.31s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.32s)
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 0.9.0
Creating working copy for https://github.com/Frizlab/stream-reader.git
Working copy of https://github.com/Frizlab/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Building for debugging...
[0/18] Write sources
[7/18] Compiling CSystem shims.c
[7/18] Write swift-version-24593BA9C3E375BF.txt
[10/62] Emitting module SystemPackage
[11/65] Compiling SystemPackage MachPort.swift
[12/65] Compiling SystemPackage PlatformString.swift
[13/65] Compiling SystemPackage SystemString.swift
[14/65] Compiling SystemPackage Errno.swift
[15/65] Compiling SystemPackage ErrnoWindows.swift
[16/65] Compiling SystemPackage FileDescriptor.swift
[17/65] Compiling SystemPackage FileHelpers.swift
[18/65] Compiling SystemPackage FileOperations.swift
[19/65] Compiling SystemPackage FilePath.swift
[20/65] Compiling SystemPackage FilePathComponentView.swift
[21/65] Compiling SystemPackage FilePathComponents.swift
[22/65] Emitting module ArgumentParserToolInfo
[23/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[24/66] Wrapping AST for ArgumentParserToolInfo for debugging
[26/100] Compiling ArgumentParser SplitArguments.swift
[27/100] Compiling ArgumentParser DumpHelpGenerator.swift
[28/100] Compiling ArgumentParser HelpCommand.swift
[29/100] Compiling ArgumentParser ParsableArgumentsValidation.swift
[30/100] Compiling ArgumentParser ParsableCommand.swift
[31/100] Compiling ArgumentParser ArgumentDecoder.swift
[32/100] Compiling ArgumentParser ArgumentDefinition.swift
[33/100] Compiling ArgumentParser Flag.swift
[34/100] Compiling ArgumentParser NameSpecification.swift
[35/100] Compiling ArgumentParser Option.swift
[36/100] Compiling ArgumentParser OptionGroup.swift
[37/100] Compiling ArgumentParser CommandConfiguration.swift
[38/100] Compiling ArgumentParser EnumerableFlag.swift
[39/100] Compiling ArgumentParser ExpressibleByArgument.swift
[40/100] Compiling ArgumentParser ParsableArguments.swift
[41/100] Emitting module StreamReader
[42/101] Compiling ArgumentParser ArgumentHelp.swift
[43/101] Compiling ArgumentParser CompletionKind.swift
[44/101] Compiling ArgumentParser Errors.swift
[47/105] Compiling Logging MetadataProvider.swift
[48/105] Emitting module Logging
[49/105] Compiling Logging Locks.swift
[50/105] Compiling StreamReader StreamReaderErrors.swift
[51/105] Compiling ArgumentParser ArgumentSet.swift
[52/105] Compiling ArgumentParser CommandParser.swift
[53/105] Compiling ArgumentParser InputOrigin.swift
[54/105] Compiling ArgumentParser Name.swift
[55/106] Compiling StreamReader DataReader.swift
[56/106] Compiling StreamReader GenericStreamReader.swift
[58/106] Compiling ArgumentParser BashCompletionsGenerator.swift
[59/106] Compiling ArgumentParser CompletionsGenerator.swift
[60/106] Compiling StreamReader Matching.swift
[61/106] Compiling StreamReader InputStreamReader.swift
[62/106] Compiling StreamReader URLSessionStreamTaskReader.swift
[63/106] Compiling StreamReader StreamReader.swift
[64/107] Wrapping AST for SystemPackage for debugging
[66/107] Compiling Logging LogHandler.swift
[67/107] Compiling Logging Logging.swift
[68/108] Compiling ArgumentParser CollectionExtensions.swift
[69/108] Compiling ArgumentParser SequenceExtensions.swift
[70/108] Compiling ArgumentParser StringExtensions.swift
[71/108] Compiling ArgumentParser Tree.swift
[71/108] Wrapping AST for StreamReader for debugging
[73/108] Wrapping AST for Logging for debugging
[75/109] Emitting module ArgumentParser
[78/109] Compiling ArgumentParser FishCompletionsGenerator.swift
[79/109] Compiling ArgumentParser ZshCompletionsGenerator.swift
[80/109] Compiling ArgumentParser Argument.swift
[82/113] Compiling ArgumentParser HelpGenerator.swift
[83/113] Compiling ArgumentParser MessageInfo.swift
[84/113] Compiling ArgumentParser UsageGenerator.swift
[85/113] Compiling ArgumentParser ParsedValues.swift
[86/113] Compiling ArgumentParser ParserError.swift
[93/113] Compiling ArgumentParser Parsed.swift
[94/113] Emitting module CLTLogger
[105/114] Wrapping AST for ArgumentParser for debugging
[107/114] Compiling CLTLogger SGR.swift
[108/114] Compiling CLTLogger NSLock+Linux.swift
[109/114] Compiling CLTLogger String+Utils.swift
[110/114] Compiling CLTLogger CLTLogger.swift
[111/115] Wrapping AST for CLTLogger for debugging
[113/120] Compiling chacl Utils.swift
/host/spi-builder-workspace/Sources/chacl/Chacl.swift:9:8: error: no such module 'OpenDirectory'
import OpenDirectory
       ^
[114/120] Compiling chacl SimpleError.swift
/host/spi-builder-workspace/Sources/chacl/Chacl.swift:9:8: error: no such module 'OpenDirectory'
import OpenDirectory
       ^
[115/120] Compiling chacl ChaclConfigEntry.swift
/host/spi-builder-workspace/Sources/chacl/Chacl.swift:9:8: error: no such module 'OpenDirectory'
import OpenDirectory
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[116/120] Emitting module chacl
/host/spi-builder-workspace/Sources/chacl/Chacl.swift:9:8: error: no such module 'OpenDirectory'
import OpenDirectory
       ^
[117/120] Compiling chacl Chacl.swift
/host/spi-builder-workspace/Sources/chacl/Chacl.swift:9:8: error: no such module 'OpenDirectory'
import OpenDirectory
       ^
error: fatalError
BUILD FAILURE 5.10 linux