Build Information
Successful build of jpeg, reference v1.0.2 (a27e47
), with Swift 5.9 for Linux on 16 Jan 2025 07:14:09 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/stackotter/jpeg.git
Reference: v1.0.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/stackotter/jpeg
* tag v1.0.2 -> FETCH_HEAD
HEAD is now at a27e47f Rename executable targets to kebab case names and remove executable products
Cloned https://github.com/stackotter/jpeg.git
Revision (git rev-parse @):
a27e47f49479993b2541bc5f5c95d9354ed567a0
SUCCESS checkout https://github.com/stackotter/jpeg.git at v1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/stackotter/jpeg.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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/tests/fuzz/data': File not found.
Building for debugging...
[1/37] Compiling JPEG metadata.swift
[2/38] Compiling JPEG jpeg.swift
[3/38] Compiling JPEG error.swift
[4/38] Compiling JPEG encode.swift
[5/38] Compiling JPEG os.swift
[6/38] Compiling JPEG debug.swift
[7/38] Emitting module JPEG
[8/38] Compiling JPEG decode.swift
[9/38] Compiling JPEG common.swift
[11/40] Wrapping AST for JPEG for debugging
[13/66] Emitting module recompress
[14/66] Compiling recompress main.swift
[15/67] Compiling in_memory main.swift
[16/67] Emitting module in_memory
[17/67] Emitting module encode_basic
[18/67] Compiling encode_basic main.swift
[25/76] Compiling rotate main.swift
[26/76] Emitting module rotate
[27/79] Compiling integration_test result.swift
[29/80] Compiling encode_advanced main.swift
[30/80] Emitting module encode_advanced
[33/84] Emitting module decode_basic
[34/84] Compiling decode_basic main.swift
[36/85] Compiling fuzzer output.swift
[37/85] Compiling fuzzer main.swift
[38/85] Emitting module fuzzer
[39/85] Compiling regression_test tests.swift
[40/85] Compiling regression_test result.swift
[43/88] Compiling integration_test main.swift
[44/88] Emitting module integration_test
[46/90] Wrapping AST for rotate for debugging
[48/90] Compiling unit_test main.swift
[49/90] Emitting module unit_test
[50/90] Compiling unit_test output.swift
[50/92] Wrapping AST for recompress for debugging
[52/93] Emitting module decode_advanced
[53/93] Compiling decode_advanced main.swift
[54/94] Compiling integration_test tests.swift
[56/95] Emitting module custom_color
[57/95] Compiling regression_test main.swift
[58/95] Emitting module regression_test
[59/95] Compiling regression_test output.swift
[62/97] Compiling integration_test output.swift
[63/98] Linking rotate
[66/99] Emitting module decode_online
[67/99] Compiling decode_online main.swift
[68/99] Emitting module comparator
[69/99] Compiling comparator main.swift
[70/100] Compiling custom_color main.swift
[71/100] Wrapping AST for in-memory for debugging
[72/101] Wrapping AST for regression-test for debugging
[74/102] Linking recompress
[77/103] Wrapping AST for integration-test for debugging
[78/103] Wrapping AST for fuzzer for debugging
[80/103] Linking in-memory
[81/103] Wrapping AST for encode-advanced for debugging
[82/103] Wrapping AST for encode-basic for debugging
[84/103] Compiling comparator output.swift
[84/103] Wrapping AST for decode-basic for debugging
[85/104] Wrapping AST for decode-online for debugging
[86/104] Linking regression-test
[89/105] Linking fuzzer
[90/105] Linking integration-test
[91/105] Linking encode-advanced
[92/105] Linking encode-basic
[93/105] Wrapping AST for decode-advanced for debugging
[94/105] Wrapping AST for comparator for debugging
[95/105] Wrapping AST for custom-color for debugging
[96/105] Linking decode-basic
[97/105] Linking decode-online
[98/105] Linking comparator
[99/105] Linking custom-color
[100/105] Linking decode-advanced
[102/105] Compiling unit_test result.swift
[103/105] Compiling unit_test tests.swift
[105/107] Wrapping AST for unit-test for debugging
[106/107] Linking unit-test
Build complete! (30.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "jpeg",
"name" : "jpeg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JPEG",
"targets" : [
"JPEG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "unit-test",
"targets" : [
"unit-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "rotate",
"targets" : [
"rotate"
],
"type" : {
"executable" : null
}
},
{
"name" : "regression-test",
"targets" : [
"regression-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "recompress",
"targets" : [
"recompress"
],
"type" : {
"executable" : null
}
},
{
"name" : "integration-test",
"targets" : [
"integration-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "in-memory",
"targets" : [
"in-memory"
],
"type" : {
"executable" : null
}
},
{
"name" : "fuzzer",
"targets" : [
"fuzzer"
],
"type" : {
"executable" : null
}
},
{
"name" : "encode-basic",
"targets" : [
"encode-basic"
],
"type" : {
"executable" : null
}
},
{
"name" : "encode-advanced",
"targets" : [
"encode-advanced"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-online",
"targets" : [
"decode-online"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-basic",
"targets" : [
"decode-basic"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-advanced",
"targets" : [
"decode-advanced"
],
"type" : {
"executable" : null
}
},
{
"name" : "custom-color",
"targets" : [
"custom-color"
],
"type" : {
"executable" : null
}
},
{
"name" : "comparator",
"targets" : [
"comparator"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "unit_test",
"module_type" : "SwiftTarget",
"name" : "unit-test",
"path" : "tests/unit",
"product_memberships" : [
"unit-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "rotate",
"module_type" : "SwiftTarget",
"name" : "rotate",
"path" : "examples/rotate",
"product_memberships" : [
"rotate"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "regression_test",
"module_type" : "SwiftTarget",
"name" : "regression-test",
"path" : "tests/regression",
"product_memberships" : [
"regression-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "recompress",
"module_type" : "SwiftTarget",
"name" : "recompress",
"path" : "examples/recompress",
"product_memberships" : [
"recompress"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "integration_test",
"module_type" : "SwiftTarget",
"name" : "integration-test",
"path" : "tests/integration",
"product_memberships" : [
"integration-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "in_memory",
"module_type" : "SwiftTarget",
"name" : "in-memory",
"path" : "examples/in-memory",
"product_memberships" : [
"in-memory"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "fuzzer",
"module_type" : "SwiftTarget",
"name" : "fuzzer",
"path" : "tests/fuzz",
"product_memberships" : [
"fuzzer"
],
"sources" : [
"main.swift",
"output.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "encode_basic",
"module_type" : "SwiftTarget",
"name" : "encode-basic",
"path" : "examples/encode-basic",
"product_memberships" : [
"encode-basic"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "encode_advanced",
"module_type" : "SwiftTarget",
"name" : "encode-advanced",
"path" : "examples/encode-advanced",
"product_memberships" : [
"encode-advanced"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_online",
"module_type" : "SwiftTarget",
"name" : "decode-online",
"path" : "examples/decode-online",
"product_memberships" : [
"decode-online"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_basic",
"module_type" : "SwiftTarget",
"name" : "decode-basic",
"path" : "examples/decode-basic",
"product_memberships" : [
"decode-basic"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_advanced",
"module_type" : "SwiftTarget",
"name" : "decode-advanced",
"path" : "examples/decode-advanced",
"product_memberships" : [
"decode-advanced"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "custom_color",
"module_type" : "SwiftTarget",
"name" : "custom-color",
"path" : "examples/custom-color",
"product_memberships" : [
"custom-color"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "comparator",
"module_type" : "SwiftTarget",
"name" : "comparator",
"path" : "tests/compare",
"product_memberships" : [
"comparator"
],
"sources" : [
"main.swift",
"output.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "JPEG",
"module_type" : "SwiftTarget",
"name" : "JPEG",
"path" : "sources/jpeg",
"product_memberships" : [
"JPEG",
"unit-test",
"rotate",
"regression-test",
"recompress",
"integration-test",
"in-memory",
"fuzzer",
"encode-basic",
"encode-advanced",
"decode-online",
"decode-basic",
"decode-advanced",
"custom-color",
"comparator"
],
"sources" : [
"common.swift",
"debug.swift",
"decode.swift",
"encode.swift",
"error.swift",
"jpeg.swift",
"metadata.swift",
"os.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/tests/fuzz/data': File not found.
Done.