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

Failed to build SwiftPlot, reference master (36f460), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 10:17:55 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KarthikRIyer/swiftplot.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KarthikRIyer/swiftplot
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 36f4608 Fix typo in `xIncrement` calculation (#131)
Cloned https://github.com/KarthikRIyer/swiftplot.git
Revision (git rev-parse @):
36f46087d36de0375d6245e767b33b3efcb7dc30
SUCCESS checkout https://github.com/KarthikRIyer/swiftplot.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KarthikRIyer/swiftplot.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/45] Compiling AGG agg_color_rgba.cpp
[1/45] Write swift-version-1EA4D86E10B52AF.txt
[2/45] Compiling AGG agg_image_filters.cpp
[2/45] Compiling AGG agg_bspline.cpp
[3/45] Write sources
[3/45] Compiling AGG agg_arrowhead.cpp
[3/45] Write sources
[9/45] Compiling AGG agg_embedded_raster_fonts.cpp
[9/45] Compiling AGG agg_vcgen_stroke.cpp
[9/45] Compiling AGG agg_curves.cpp
[9/45] Compiling AGG agg_bezier_arc.cpp
[9/45] Compiling AGG agg_gsv_text.cpp
In file included from /Users/admin/builder/spi-builder-workspace/Sources/AGG/agg_font_freetype.cpp:19:
/Users/admin/builder/spi-builder-workspace/Sources/AGG/include/agg_font_freetype.h:23:10: fatal error: 'ft2build.h' file not found
   23 | #include <ft2build.h>
      |          ^~~~~~~~~~~~
1 error generated.
[14/45] Compiling AGG agg_font_freetype.cpp
[14/45] Compiling agg_polygon_ctrl.cpp
[14/45] Compiling agg_rbox_ctrl.cpp
[14/45] Compiling agg_slider_ctrl.cpp
[14/45] Compiling agg_spline_ctrl.cpp
[14/45] Compiling agg_scale_ctrl.cpp
[14/45] Compiling CAGGRenderer CAGGRenderer.cpp
[14/45] Compiling AGG gpc.c
[14/45] Compiling CPPAGGRenderer CPPAGGRenderer.cpp
[14/45] Compiling lodepng lodepng.cpp
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install freetype2 using your system-packager:
    brew install freetype2
warning: you may be able to install freetype2 using your system-packager:
    brew install freetype2
BUILD FAILURE 6.2 macosSpm