Build Information
Successful build of libtess, reference master (45e181), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 14:53:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/aestesis/libtess.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aestesis/libtess
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 45e1819 ok?
Cloned https://github.com/aestesis/libtess.git
Revision (git rev-parse @):
45e1819be91de0374f0fecfde1f6811a8cb5ee95
SUCCESS checkout https://github.com/aestesis/libtess.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aestesis/libtess.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Compiling libtess priorityq-heap.c
[1/14] Compiling libtess memalloc.c
[2/14] Compiling libtess dict.c
[3/14] Compiling libtess tessmono.c
[4/14] Compiling libtess export.c
[5/14] Compiling libtess render.c
[5/14] Compiling libtess priorityq.c
[7/14] Compiling libtess normal.c
[8/14] Compiling libtess tess.c
[9/14] Compiling libtess geom.c
[10/14] Compiling libtess mesh.c
[11/14] Compiling libtess sweep.c
[12/14] Write Objects.LinkFileList
[13/14] Archiving liblibtess.a
Build complete! (1.08s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "libtess",
"name" : "libtess",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "libtess",
"targets" : [
"libtess"
],
"type" : {
"library" : [
"static"
]
}
}
],
"targets" : [
{
"c99name" : "libtess",
"module_type" : "ClangTarget",
"name" : "libtess",
"path" : "Sources/libtess",
"product_memberships" : [
"libtess"
],
"sources" : [
"dict.c",
"export.c",
"geom.c",
"memalloc.c",
"mesh.c",
"normal.c",
"priorityq-heap.c",
"priorityq.c",
"render.c",
"sweep.c",
"tess.c",
"tessmono.c"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.