The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of freetype, reference main (93b117), with Swift 6.1 for macOS (SPM) on 14 Jul 2025 18:59:24 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tomasf/freetype-spm.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tomasf/freetype-spm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 93b117a Add iOS support
Submodule path 'Sources/freetype': checked out '01592d0c95925d55e5202f2a8f3a952b2e425018'
Submodule path 'Sources/freetype/subprojects/dlg': checked out '72dfcc858c040c54a6a0b88fcb7e70ee186d3167'
Submodule 'Sources/freetype' (https://github.com/tomasf/freetype.git) registered for path 'Sources/freetype'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/freetype'...
Submodule 'dlg' (https://github.com/nyorain/dlg.git) registered for path 'Sources/freetype/subprojects/dlg'
Cloning into '/Users/admin/builder/spi-builder-workspace/Sources/freetype/subprojects/dlg'...
Cloned https://github.com/tomasf/freetype-spm.git
Revision (git rev-parse @):
93b117ac4d533090124d44180c9e648ec9e2df94
SUCCESS checkout https://github.com/tomasf/freetype-spm.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "freetype-spm",
      "name": "freetype",
      "url": "https://github.com/tomasf/freetype-spm.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/freetype-spm",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tomasf/freetype-spm.git
[1/9] Fetching freetype-spm
Fetched https://github.com/tomasf/freetype-spm.git from cache (0.52s)
Creating working copy for https://github.com/tomasf/freetype-spm.git
Working copy of https://github.com/tomasf/freetype-spm.git resolved at main (93b117a)
warning: '.resolve-product-dependencies': dependency 'freetype-spm' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tomasf/freetype-spm.git
https://github.com/tomasf/freetype-spm.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "freetype",
  "name" : "freetype",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "freetype",
      "targets" : [
        "freetype"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "freetype",
      "module_type" : "ClangTarget",
      "name" : "freetype",
      "path" : "Sources/freetype",
      "product_memberships" : [
        "freetype"
      ],
      "sources" : [
        "builds/unix/ftsystem.c",
        "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/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/svg/svg.c",
        "src/truetype/truetype.c",
        "src/type1/type1.c",
        "src/type42/type42.c",
        "src/winfonts/winfnt.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/42] Compiling ftdebug.c
[1/42] Compiling ftcid.c
[1/42] Compiling ftbitmap.c
[1/42] Compiling svg.c
[4/42] Compiling ftfstype.c
[5/42] Compiling winfnt.c
[6/42] Compiling type42.c
[7/42] Compiling type1.c
[8/42] Compiling autofit.c
[9/42] Compiling truetype.c
[10/42] Compiling smooth.c
[11/42] Compiling raster.c
[12/42] Compiling psnames.c
[13/42] Compiling sdf.c
[14/42] Compiling pshinter.c
[15/42] Compiling ftlzw.c
[16/42] Compiling pcf.c
[17/42] Compiling pfr.c
[18/42] Compiling ftbzip2.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/freetype/src/gzip/ftgzip.c:99:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/freetype/src/gzip/zutil.c:8:
/Users/admin/builder/spi-builder-workspace/Sources/freetype/src/gzip/zutil.h:172:11: warning: 'OS_CODE' macro redefined [-Wmacro-redefined]
  172 | #  define OS_CODE 19
      |           ^
/Users/admin/builder/spi-builder-workspace/Sources/freetype/src/gzip/zutil.h:143:11: note: previous definition is here
  143 | #  define OS_CODE  7
      |           ^
1 warning generated.
[19/42] Compiling ftgzip.c
[20/42] Compiling type1cid.c
[21/42] Compiling psaux.c
[22/42] Compiling ftcache.c
[23/42] Compiling ftwinfnt.c
[24/42] Compiling ftsynth.c
[25/42] Compiling fttype1.c
[26/42] Compiling ftpfr.c
[27/42] Compiling bdf.c
[28/42] Compiling cff.c
[29/42] Compiling sfnt.c
[30/42] Compiling ftpatent.c
[31/42] Compiling ftstroke.c
[32/42] Compiling ftotval.c
[33/42] Compiling ftmm.c
[34/42] Compiling ftgxval.c
[35/42] Compiling ftinit.c
[36/42] Compiling ftgasp.c
[37/42] Compiling ftbdf.c
[38/42] Compiling ftglyph.c
[39/42] Compiling ftbbox.c
[40/42] Compiling ftbase.c
[41/42] Compiling ftsystem.c
Build complete! (2.16s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "freetype",
  "name" : "freetype",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "freetype",
      "targets" : [
        "freetype"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "freetype",
      "module_type" : "ClangTarget",
      "name" : "freetype",
      "path" : "Sources/freetype",
      "product_memberships" : [
        "freetype"
      ],
      "sources" : [
        "builds/unix/ftsystem.c",
        "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/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/svg/svg.c",
        "src/truetype/truetype.c",
        "src/type1/type1.c",
        "src/type42/type42.c",
        "src/winfonts/winfnt.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.