Build Information
Successful build of SourceMapper, reference main (8fb4bd
), with Swift 6.0 for Linux on 29 Apr 2025 15:24:11 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/johnfairh/SourceMapper.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/johnfairh/SourceMapper
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 8fb4bd6 Move CI to Swift 6.1 (#8)
Cloned https://github.com/johnfairh/SourceMapper.git
Revision (git rev-parse @):
8fb4bd6d9eeb064a77642d61b75d396127b71741
SUCCESS checkout https://github.com/johnfairh/SourceMapper.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/johnfairh/SourceMapper.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/7] Write sources
[2/7] Write swift-version-24593BA9C3E375BF.txt
[4/14] Emitting module SourceMapper
[5/14] Compiling SourceMapper VLQ.swift
[6/14] Compiling SourceMapper UnpackedSourceMap.swift
[7/14] Compiling SourceMapper Mappings.swift
[8/14] Compiling SourceMapper JSON.swift
[9/14] Compiling SourceMapper Errors.swift
[10/14] Compiling SourceMapper SourceMap.swift
[11/15] Wrapping AST for SourceMapper for debugging
[13/17] Emitting module Cli
[14/17] Compiling Cli main.swift
[15/18] Wrapping AST for Cli for debugging
[16/18] Write Objects.LinkFileList
[17/18] Linking srcmapcat
Build complete! (7.31s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SourceMapper",
"name" : "SourceMapper",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SourceMapper",
"targets" : [
"SourceMapper"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "srcmapcat",
"targets" : [
"Cli"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "SourceMapperTests",
"module_type" : "SwiftTarget",
"name" : "SourceMapperTests",
"path" : "Tests/SourceMapperTests",
"sources" : [
"TestBasics.swift",
"TestHelpers.swift",
"TestJSON.swift",
"TestMappings.swift",
"TestVLQ.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "test"
},
{
"c99name" : "SourceMapper",
"module_type" : "SwiftTarget",
"name" : "SourceMapper",
"path" : "Sources/SourceMapper",
"product_memberships" : [
"SourceMapper",
"srcmapcat"
],
"sources" : [
"Errors.swift",
"JSON.swift",
"Mappings.swift",
"SourceMap.swift",
"UnpackedSourceMap.swift",
"VLQ.swift"
],
"type" : "library"
},
{
"c99name" : "Cli",
"module_type" : "SwiftTarget",
"name" : "Cli",
"path" : "Sources/Cli",
"product_memberships" : [
"srcmapcat"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"SourceMapper"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.