Build Information
Successful build of DocCArchive, reference 0.4.2 (4f3f7d
), with Swift 5.9 for Linux on 3 Mar 2025 21:11:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/DoccZz/DocCArchive.git
Reference: 0.4.2
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/DoccZz/DocCArchive
* tag 0.4.2 -> FETCH_HEAD
HEAD is now at 4f3f7d3 Merge branch 'develop'
Cloned https://github.com/DoccZz/DocCArchive.git
Revision (git rev-parse @):
4f3f7d37bbd87b6d9237be978923c2e1f3db6c37
SUCCESS checkout https://github.com/DoccZz/DocCArchive.git at 0.4.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/DoccZz/DocCArchive.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/25] Emitting module DocCArchive
[2/28] Compiling DocCArchive InlineContent.swift
[3/28] Compiling DocCArchive InterfaceLanguage.swift
[4/28] Compiling DocCArchive MetaData.swift
[5/28] Compiling DocCArchive Platform.swift
[6/28] Compiling DocCArchive VolumeSection.swift
[7/28] Compiling DocCArchive TypeIdentifier.swift
[8/28] Compiling DocCArchive Utilities.swift
[9/28] Compiling DocCArchive Parameter.swift
[10/28] Compiling DocCArchive Section.swift
[11/28] Compiling DocCArchive Task.swift
[12/28] Compiling DocCArchive Reference.swift
[13/28] Compiling DocCArchive SectionReference.swift
[14/28] Compiling DocCArchive TopicReference.swift
[15/28] Compiling DocCArchive FileReference.swift
[16/28] Compiling DocCArchive ImageReference.swift
[17/28] Compiling DocCArchive LinkReference.swift
[18/28] Compiling DocCArchive SchemaVersion.swift
[19/28] Compiling DocCArchive Declaration.swift
[20/28] Compiling DocCArchive HeroSection.swift
[21/28] Compiling DocCArchive Step.swift
[22/28] Compiling DocCArchive Document.swift
[23/28] Compiling DocCArchive Fragment.swift
[24/28] Compiling DocCArchive Identifier.swift
[25/28] Compiling DocCArchive DocCArchive.swift
[26/28] Compiling DocCArchive Chapter.swift
[27/28] Compiling DocCArchive CodeListing.swift
[28/28] Compiling DocCArchive Content.swift
Build complete! (8.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "DocCArchive",
"name" : "DocCArchive",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "DocCArchive",
"targets" : [
"DocCArchive"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DocCArchiveTests",
"module_type" : "SwiftTarget",
"name" : "DocCArchiveTests",
"path" : "Tests/DocCArchiveTests",
"sources" : [
"DocumentDecodingTests.swift",
"Fixtures.swift",
"OpenArchiveTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"DocCArchive"
],
"type" : "test"
},
{
"c99name" : "DocCArchive",
"module_type" : "SwiftTarget",
"name" : "DocCArchive",
"path" : "Sources/DocCArchive",
"product_memberships" : [
"DocCArchive"
],
"sources" : [
"DocCArchive.swift",
"Schema_0_1/Chapter.swift",
"Schema_0_1/Content/CodeListing.swift",
"Schema_0_1/Content/Content.swift",
"Schema_0_1/Content/Step.swift",
"Schema_0_1/Document.swift",
"Schema_0_1/Fragment.swift",
"Schema_0_1/Identifier.swift",
"Schema_0_1/InlineContent.swift",
"Schema_0_1/InterfaceLanguage.swift",
"Schema_0_1/MetaData.swift",
"Schema_0_1/Platform.swift",
"Schema_0_1/References/FileReference.swift",
"Schema_0_1/References/ImageReference.swift",
"Schema_0_1/References/LinkReference.swift",
"Schema_0_1/References/Reference.swift",
"Schema_0_1/References/SectionReference.swift",
"Schema_0_1/References/TopicReference.swift",
"Schema_0_1/SchemaVersion.swift",
"Schema_0_1/Sections/Declaration.swift",
"Schema_0_1/Sections/HeroSection.swift",
"Schema_0_1/Sections/Parameter.swift",
"Schema_0_1/Sections/Section.swift",
"Schema_0_1/Sections/Task.swift",
"Schema_0_1/Sections/VolumeSection.swift",
"Schema_0_1/TypeIdentifier.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.