Build Information
Successful build of msdf-atlas-gen, reference master (5db5b7
), with Swift 6.1 for Linux on 29 Apr 2025 03:41:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AdaEngine/msdf-atlas-gen.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/AdaEngine/msdf-atlas-gen
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5db5b7f Add bazel
Cloned https://github.com/AdaEngine/msdf-atlas-gen.git
Revision (git rev-parse @):
5db5b7f5136ce124ccc2c1b84a424b835f0b9f64
SUCCESS checkout https://github.com/AdaEngine/msdf-atlas-gen.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/AdaEngine/msdf-atlas-gen.git
https://github.com/AdaEngine/msdf-atlas-gen.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"c_language_standard" : "c11",
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "msdf-atlas-gen",
"name" : "msdf-atlas-gen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "MSDFAtlasGen",
"targets" : [
"MSDFAtlasGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "tinyxml",
"module_type" : "ClangTarget",
"name" : "tinyxml",
"path" : "tinyxml",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"tinyxml2.cpp"
],
"type" : "library"
},
{
"c99name" : "freetype",
"module_type" : "ClangTarget",
"name" : "freetype",
"path" : "freetype",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"src/autofit/autofit.c",
"src/base/ftbase.c",
"src/base/ftbbox.c",
"src/base/ftbdf.c",
"src/base/ftbitmap.c",
"src/base/ftcid.c",
"src/base/ftdebug.c",
"src/base/ftfstype.c",
"src/base/ftgasp.c",
"src/base/ftglyph.c",
"src/base/ftgxval.c",
"src/base/ftinit.c",
"src/base/ftmm.c",
"src/base/ftotval.c",
"src/base/ftpatent.c",
"src/base/ftpfr.c",
"src/base/ftstroke.c",
"src/base/ftsynth.c",
"src/base/ftsystem.c",
"src/base/fttype1.c",
"src/base/ftwinfnt.c",
"src/bdf/bdf.c",
"src/bzip2/ftbzip2.c",
"src/cache/ftcache.c",
"src/cff/cff.c",
"src/cid/type1cid.c",
"src/gzip/ftgzip.c",
"src/lzw/ftlzw.c",
"src/pcf/pcf.c",
"src/pfr/pfr.c",
"src/psaux/psaux.c",
"src/pshinter/pshinter.c",
"src/psnames/psnames.c",
"src/raster/raster.c",
"src/sdf/sdf.c",
"src/sfnt/sfnt.c",
"src/smooth/smooth.c",
"src/truetype/truetype.c",
"src/type1/type1.c",
"src/type42/type42.c",
"src/winfonts/winfnt.c"
],
"type" : "library"
},
{
"c99name" : "MSDFGen",
"module_type" : "ClangTarget",
"name" : "MSDFGen",
"path" : "msdfgen",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"core/Contour.cpp",
"core/EdgeHolder.cpp",
"core/MSDFErrorCorrection.cpp",
"core/Projection.cpp",
"core/Scanline.cpp",
"core/Shape.cpp",
"core/SignedDistance.cpp",
"core/Vector2.cpp",
"core/contour-combiners.cpp",
"core/edge-coloring.cpp",
"core/edge-segments.cpp",
"core/edge-selectors.cpp",
"core/equation-solver.cpp",
"core/msdf-error-correction.cpp",
"core/msdfgen.cpp",
"core/rasterization.cpp",
"core/render-sdf.cpp",
"core/save-bmp.cpp",
"core/save-tiff.cpp",
"core/sdf-error-estimation.cpp",
"core/shape-description.cpp",
"ext/import-font.cpp",
"ext/import-svg.cpp",
"ext/resolve-shape-geometry.cpp",
"ext/save-png.cpp"
],
"target_dependencies" : [
"freetype",
"tinyxml"
],
"type" : "library"
},
{
"c99name" : "MSDFAtlasGen",
"module_type" : "ClangTarget",
"name" : "MSDFAtlasGen",
"path" : "msdf-atlas-gen",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"Charset.cpp",
"FontGeometry.cpp",
"GlyphGeometry.cpp",
"RectanglePacker.cpp",
"TightAtlasPacker.cpp",
"Workload.cpp",
"bitmap-blit.cpp",
"charset-parser.cpp",
"csv-export.cpp",
"glyph-generators.cpp",
"image-encode.cpp",
"json-export.cpp",
"shadron-preview-generator.cpp",
"size-selectors.cpp",
"utf8.cpp"
],
"target_dependencies" : [
"MSDFGen"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/82] Compiling MSDFAtlasGen size-selectors.cpp
[1/82] Compiling MSDFAtlasGen glyph-generators.cpp
[2/82] Compiling MSDFAtlasGen image-encode.cpp
[3/82] Compiling MSDFAtlasGen charset-parser.cpp
[4/82] Compiling winfnt.c
[5/82] Compiling type42.c
[6/82] Compiling tinyxml tinyxml2.cpp
[7/82] Compiling MSDFAtlasGen bitmap-blit.cpp
[8/82] Compiling MSDFAtlasGen csv-export.cpp
[9/82] Compiling MSDFAtlasGen json-export.cpp
[10/82] Compiling type1.c
[11/82] Compiling smooth.c
[12/82] Compiling sdf.c
[13/82] Compiling raster.c
[14/82] Compiling MSDFAtlasGen shadron-preview-generator.cpp
[15/82] Compiling pshinter.c
[16/82] Compiling psnames.c
[17/82] Compiling ftlzw.c
[18/82] Compiling ftgzip.c
[19/82] Compiling pcf.c
[20/82] Compiling pfr.c
[21/82] Compiling ftbzip2.c
[22/82] Compiling truetype.c
[23/82] Compiling type1cid.c
[24/82] Compiling ftwinfnt.c
[25/82] Compiling fttype1.c
[26/82] Compiling ftcache.c
[27/82] Compiling ftsystem.c
[28/82] Compiling ftsynth.c
[29/82] Compiling psaux.c
[30/82] Compiling bdf.c
[31/82] Compiling ftpfr.c
[32/82] Compiling ftpatent.c
[32/82] Compiling ftotval.c
[32/82] Compiling sfnt.c
[35/82] Compiling ftmm.c
[36/82] Compiling cff.c
[37/82] Compiling ftinit.c
[38/82] Compiling ftstroke.c
[39/82] Compiling ftgxval.c
[40/82] Compiling ftgasp.c
[41/82] Compiling ftfstype.c
[42/82] Compiling ftdebug.c
[43/82] Compiling ftglyph.c
[44/82] Compiling ftcid.c
[45/82] Compiling ftbbox.c
[46/82] Compiling ftbdf.c
[46/82] Compiling ftbitmap.c
[48/82] Compiling autofit.c
[49/82] Compiling save-png.cpp
[50/82] Compiling resolve-shape-geometry.cpp
[51/82] Compiling ftbase.c
[52/82] Compiling save-tiff.cpp
[53/82] Compiling shape-description.cpp
[54/82] Compiling sdf-error-estimation.cpp
[55/82] Compiling import-svg.cpp
[56/82] Compiling import-font.cpp
[57/82] Compiling save-bmp.cpp
[58/82] Compiling render-sdf.cpp
[59/82] Compiling equation-solver.cpp
[60/82] Compiling edge-selectors.cpp
[61/82] Compiling rasterization.cpp
[62/82] Compiling msdf-error-correction.cpp
[63/82] Compiling edge-segments.cpp
[64/82] Compiling msdfgen.cpp
[65/82] Compiling Vector2.cpp
[66/82] Compiling SignedDistance.cpp
[67/82] Compiling Projection.cpp
[68/82] Compiling contour-combiners.cpp
[69/82] Compiling EdgeHolder.cpp
[70/82] Compiling MSDFAtlasGen utf8.cpp
[71/82] Compiling edge-coloring.cpp
[72/82] Compiling Contour.cpp
[73/82] Compiling Scanline.cpp
[74/82] Compiling MSDFErrorCorrection.cpp
[75/82] Compiling Shape.cpp
[76/82] Compiling MSDFAtlasGen TightAtlasPacker.cpp
[77/82] Compiling MSDFAtlasGen Charset.cpp
[78/82] Compiling MSDFAtlasGen Workload.cpp
[79/82] Compiling MSDFAtlasGen RectanglePacker.cpp
[80/82] Compiling MSDFAtlasGen GlyphGeometry.cpp
[81/82] Compiling MSDFAtlasGen FontGeometry.cpp
Build complete! (4.83s)
Build complete.
{
"c_language_standard" : "c11",
"cxx_language_standard" : "c++17",
"dependencies" : [
],
"manifest_display_name" : "msdf-atlas-gen",
"name" : "msdf-atlas-gen",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "MSDFAtlasGen",
"targets" : [
"MSDFAtlasGen"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "tinyxml",
"module_type" : "ClangTarget",
"name" : "tinyxml",
"path" : "tinyxml",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"tinyxml2.cpp"
],
"type" : "library"
},
{
"c99name" : "freetype",
"module_type" : "ClangTarget",
"name" : "freetype",
"path" : "freetype",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"src/autofit/autofit.c",
"src/base/ftbase.c",
"src/base/ftbbox.c",
"src/base/ftbdf.c",
"src/base/ftbitmap.c",
"src/base/ftcid.c",
"src/base/ftdebug.c",
"src/base/ftfstype.c",
"src/base/ftgasp.c",
"src/base/ftglyph.c",
"src/base/ftgxval.c",
"src/base/ftinit.c",
"src/base/ftmm.c",
"src/base/ftotval.c",
"src/base/ftpatent.c",
"src/base/ftpfr.c",
"src/base/ftstroke.c",
"src/base/ftsynth.c",
"src/base/ftsystem.c",
"src/base/fttype1.c",
"src/base/ftwinfnt.c",
"src/bdf/bdf.c",
"src/bzip2/ftbzip2.c",
"src/cache/ftcache.c",
"src/cff/cff.c",
"src/cid/type1cid.c",
"src/gzip/ftgzip.c",
"src/lzw/ftlzw.c",
"src/pcf/pcf.c",
"src/pfr/pfr.c",
"src/psaux/psaux.c",
"src/pshinter/pshinter.c",
"src/psnames/psnames.c",
"src/raster/raster.c",
"src/sdf/sdf.c",
"src/sfnt/sfnt.c",
"src/smooth/smooth.c",
"src/truetype/truetype.c",
"src/type1/type1.c",
"src/type42/type42.c",
"src/winfonts/winfnt.c"
],
"type" : "library"
},
{
"c99name" : "MSDFGen",
"module_type" : "ClangTarget",
"name" : "MSDFGen",
"path" : "msdfgen",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"core/Contour.cpp",
"core/EdgeHolder.cpp",
"core/MSDFErrorCorrection.cpp",
"core/Projection.cpp",
"core/Scanline.cpp",
"core/Shape.cpp",
"core/SignedDistance.cpp",
"core/Vector2.cpp",
"core/contour-combiners.cpp",
"core/edge-coloring.cpp",
"core/edge-segments.cpp",
"core/edge-selectors.cpp",
"core/equation-solver.cpp",
"core/msdf-error-correction.cpp",
"core/msdfgen.cpp",
"core/rasterization.cpp",
"core/render-sdf.cpp",
"core/save-bmp.cpp",
"core/save-tiff.cpp",
"core/sdf-error-estimation.cpp",
"core/shape-description.cpp",
"ext/import-font.cpp",
"ext/import-svg.cpp",
"ext/resolve-shape-geometry.cpp",
"ext/save-png.cpp"
],
"target_dependencies" : [
"freetype",
"tinyxml"
],
"type" : "library"
},
{
"c99name" : "MSDFAtlasGen",
"module_type" : "ClangTarget",
"name" : "MSDFAtlasGen",
"path" : "msdf-atlas-gen",
"product_memberships" : [
"MSDFAtlasGen"
],
"sources" : [
"Charset.cpp",
"FontGeometry.cpp",
"GlyphGeometry.cpp",
"RectanglePacker.cpp",
"TightAtlasPacker.cpp",
"Workload.cpp",
"bitmap-blit.cpp",
"charset-parser.cpp",
"csv-export.cpp",
"glyph-generators.cpp",
"image-encode.cpp",
"json-export.cpp",
"shadron-preview-generator.cpp",
"size-selectors.cpp",
"utf8.cpp"
],
"target_dependencies" : [
"MSDFGen"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.