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 SwiftyH3, reference 0.5.0 (6d9b57), with Swift 6.0 for macOS (SPM) on 22 Nov 2025 19:35:25 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pawelmajcher/SwiftyH3.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pawelmajcher/SwiftyH3
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 6d9b577 Fix syntax in Package.swift installation instruction
Cloned https://github.com/pawelmajcher/SwiftyH3.git
Revision (git rev-parse @):
6d9b5774cc7cc198597b14aaccf213587947678c
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pawelmajcher/SwiftyH3.git at 0.5.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/pawelmajcher/SwiftyH3.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/21] Compiling Ch3 h3Assert.c
[1/21] Write swift-version-5BDAB9E9C0126B9D.txt
[2/21] Write sources
[3/21] Compiling Ch3 mathExtensions.c
[4/21] Compiling Ch3 vertexGraph.c
[5/21] Compiling Ch3 directedEdge.c
[6/21] Compiling Ch3 iterators.c
[7/21] Compiling Ch3 vertex.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Ch3/linkedGeo.c:375:
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/polygonAlgos.h:187:36: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  187 |         if (fabs(lng - next.lng) > M_PI) {
      |                                    ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Ch3/linkedGeo.c:375:
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/polygonAlgos.h:216:55: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  216 |         if (!isTransmeridian && fabs(a.lng - b.lng) > M_PI) {
      |                                                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
2 warnings generated.
[8/21] Compiling Ch3 linkedGeo.c
[9/21] Compiling Ch3 localij.c
[10/21] Compiling Ch3 h3Index.c
[11/21] Compiling Ch3 vec3d.c
[12/21] Compiling Ch3 vec2d.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Ch3/polygon.c:38:
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/polygonAlgos.h:187:36: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  187 |         if (fabs(lng - next.lng) > M_PI) {
      |                                    ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
In file included from /Users/admin/builder/spi-builder-workspace/Sources/Ch3/polygon.c:38:
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/polygonAlgos.h:216:55: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  216 |         if (!isTransmeridian && fabs(a.lng - b.lng) > M_PI) {
      |                                                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
2 warnings generated.
[13/21] Compiling Ch3 polygon.c
[14/21] Compiling Ch3 coordijk.c
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:210:33: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  210 | static BBox VALID_RANGE_BBOX = {M_PI_2, -M_PI_2, M_PI, -M_PI};
      |                                 ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:210:42: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  210 | static BBox VALID_RANGE_BBOX = {M_PI_2, -M_PI_2, M_PI, -M_PI};
      |                                          ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:210:50: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  210 | static BBox VALID_RANGE_BBOX = {M_PI_2, -M_PI_2, M_PI, -M_PI};
      |                                                  ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:210:57: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  210 | static BBox VALID_RANGE_BBOX = {M_PI_2, -M_PI_2, M_PI, -M_PI};
      |                                                         ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:250:22: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  250 |         out->north = M_PI_2;
      |                      ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:255:23: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  255 |         out->south = -M_PI_2;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:260:23: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  260 |     if (out->north == M_PI_2 || out->south == -M_PI_2) {
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:260:48: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  260 |     if (out->north == M_PI_2 || out->south == -M_PI_2) {
      |                                                ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:261:21: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  261 |         out->east = M_PI;
      |                     ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/polyfill.c:262:22: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  262 |         out->west = -M_PI;
      |                      ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
10 warnings generated.
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:272:23: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  272 |     if (bbox->north > M_PI_2) bbox->north = M_PI_2;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:272:45: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  272 |     if (bbox->north > M_PI_2) bbox->north = M_PI_2;
      |                                             ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:274:24: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  274 |     if (bbox->south < -M_PI_2) bbox->south = -M_PI_2;
      |                        ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:274:47: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  274 |     if (bbox->south < -M_PI_2) bbox->south = -M_PI_2;
      |                                               ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:277:22: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  277 |     if (bbox->east > M_PI) bbox->east -= M_2PI;
      |                      ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:278:23: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  278 |     if (bbox->east < -M_PI) bbox->east += M_2PI;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:280:22: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  280 |     if (bbox->west > M_PI) bbox->west -= M_2PI;
      |                      ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/bbox.c:281:23: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  281 |     if (bbox->west < -M_PI) bbox->west += M_2PI;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
8 warnings generated.
[15/21] Compiling Ch3 polyfill.c
[16/21] Compiling Ch3 bbox.c
[17/21] Compiling Ch3 baseCells.c
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:118:18: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  118 |     while (lat > M_PI_2) {
      |                  ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:119:21: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  119 |         lat = lat - M_PI;
      |                     ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:131:18: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  131 |     while (lng > M_PI) {
      |                  ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:132:26: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  132 |         lng = lng - (2 * M_PI);
      |                          ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:134:19: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  134 |     while (lng < -M_PI) {
      |                   ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:135:26: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  135 |         lng = lng + (2 * M_PI);
      |                          ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:239:35: warning: ambiguous expansion of macro 'M_PI' [-Wambiguous-macro]
  239 |     if (az < EPSILON || fabs(az - M_PI) < EPSILON) {
      |                                   ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:710:9: note: expanding this definition of 'M_PI'
  710 | #define M_PI        3.14159265358979323846264338327950288   /* pi             */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:25:9: note: other definition of 'M_PI'
   25 | #define M_PI 3.14159265358979323846
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:245:28: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  245 |         if (fabs(p2->lat - M_PI_2) < EPSILON)  // north pole
      |                            ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:247:23: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  247 |             p2->lat = M_PI_2;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:249:35: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  249 |         } else if (fabs(p2->lat + M_PI_2) < EPSILON)  // south pole
      |                                   ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:251:24: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  251 |             p2->lat = -M_PI_2;
      |                        ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:262:28: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  262 |         if (fabs(p2->lat - M_PI_2) < EPSILON)  // north pole
      |                            ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:264:23: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  264 |             p2->lat = M_PI_2;
      |                       ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:266:35: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  266 |         } else if (fabs(p2->lat + M_PI_2) < EPSILON)  // south pole
      |                                   ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/latLng.c:268:24: warning: ambiguous expansion of macro 'M_PI_2' [-Wambiguous-macro]
  268 |             p2->lat = -M_PI_2;
      |                        ^
/Applications/Xcode-16.2.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.2.sdk/usr/include/math.h:711:9: note: expanding this definition of 'M_PI_2'
  711 | #define M_PI_2      1.57079632679489661923132169163975144   /* pi/2           */
      |         ^
/Users/admin/builder/spi-builder-workspace/Sources/Ch3/include/constants.h:30:9: note: other definition of 'M_PI_2'
   30 | #define M_PI_2 1.5707963267948966
      |         ^
15 warnings generated.
[18/21] Compiling Ch3 latLng.c
[19/21] Compiling Ch3 algos.c
[20/21] Compiling Ch3 faceijk.c
[22/65] Emitting module SwiftyH3
[23/69] Compiling SwiftyH3 H3DirectedEdge.swift
[24/69] Compiling SwiftyH3 H3Indexable.swift
[25/69] Compiling SwiftyH3 H3LatLng.swift
[26/69] Compiling SwiftyH3 H3Polygon.swift
[27/69] Compiling SwiftyH3 H3Vertex.swift
[28/69] Compiling SwiftyH3 H3Loop+LinkedLatLng.swift
[29/69] Compiling SwiftyH3 H3MultiPolygon+GeoMultiPolygon.swift
[30/69] Compiling SwiftyH3 H3MultiPolygon+LinkedGeoPolygon.swift
[31/69] Compiling SwiftyH3 H3Polygon+GeoPolygon.swift
[32/69] Compiling SwiftyH3 H3Polygon+LinkedGeoLoop.swift
[33/69] Compiling SwiftyH3 H3Cell+Traversal.swift
[34/69] Compiling SwiftyH3 H3Cell+H3Vertex.swift
[35/69] Compiling SwiftyH3 H3Vertex+Indexing.swift
[36/69] Compiling SwiftyH3 H3Vertex+Inspection.swift
[37/69] Compiling SwiftyH3 SwiftyH3Error.swift
[38/69] Compiling SwiftyH3 H3Cell+Edges.swift
[39/69] Compiling SwiftyH3 H3Cell+Neighbors.swift
[40/69] Compiling SwiftyH3 H3DirectedEdge+Indexing.swift
[41/69] Compiling SwiftyH3 H3DirectedEdge+Inspection.swift
[42/69] Compiling SwiftyH3 H3Cell+Resolution+Zoom.swift
[43/69] Compiling SwiftyH3 H3LatLng+Units.swift
[44/69] Compiling SwiftyH3 H3Cell+ContainmentType.swift
[45/69] Compiling SwiftyH3 H3Cell+Resolution.swift
[46/69] Compiling SwiftyH3 H3Cell.swift
[47/69] Compiling SwiftyH3 H3LatLng+Distance.swift
[48/69] Compiling SwiftyH3 SwiftyH3Error+LocalizedError.swift
[49/69] Compiling SwiftyH3 H3Cell+H3Polygon.swift
[50/69] Compiling SwiftyH3 H3Polygon+H3Cell.swift
[51/69] Compiling SwiftyH3 H3LatLng+Indexing.swift
[52/69] Compiling SwiftyH3 H3Cell+Inspection.swift
[53/69] Compiling SwiftyH3 H3Indexable+Inspection.swift
[54/69] Compiling SwiftyH3 H3Indexable+LosslessStringConvertible.swift
[55/69] Compiling SwiftyH3 H3Cell+Area.swift
[56/69] Compiling SwiftyH3 H3Cell+Res0Cells.swift
[57/69] Compiling SwiftyH3 H3CellResolution+Pentagons.swift
[58/69] Compiling SwiftyH3 H3CellResolution+Stats.swift
[59/69] Compiling SwiftyH3 H3DirectedEdge+Length.swift
[60/69] Compiling SwiftyH3 H3DirectedEdge+Traversal.swift
[61/69] Compiling SwiftyH3 H3Cell+ChildrenCollection.swift
[62/69] Compiling SwiftyH3 H3Cell+Compact.swift
[63/69] Compiling SwiftyH3 H3Cell+Hierarchy.swift
[64/69] Compiling SwiftyH3 H3Cell+Indexing.swift
[65/69] Compiling SwiftyH3 H3+CoreLocation.swift
[66/69] Compiling SwiftyH3 H3+MapKit+SwiftUI.swift
[67/69] Compiling SwiftyH3 H3+MapKit.swift
[68/69] Compiling SwiftyH3 H3LatLng+LatLng.swift
[69/69] Compiling SwiftyH3 H3Loop+GeoLoop.swift
Build complete! (9.33s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyH3",
  "name" : "SwiftyH3",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftyH3",
      "targets" : [
        "SwiftyH3"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyH3Tests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3Tests",
      "path" : "Tests/SwiftyH3Tests",
      "sources" : [
        "SwiftyH3Tests.swift"
      ],
      "target_dependencies" : [
        "SwiftyH3"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyH3",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyH3",
      "path" : "Sources/SwiftyH3",
      "product_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "Core Types Apple Framework Bindings/H3+CoreLocation.swift",
        "Core Types Apple Framework Bindings/H3+MapKit+SwiftUI.swift",
        "Core Types Apple Framework Bindings/H3+MapKit.swift",
        "Core Types Ch3 Bindings/H3LatLng+LatLng.swift",
        "Core Types Ch3 Bindings/H3Loop+GeoLoop.swift",
        "Core Types Ch3 Bindings/H3Loop+LinkedLatLng.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+GeoMultiPolygon.swift",
        "Core Types Ch3 Bindings/H3MultiPolygon+LinkedGeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+GeoPolygon.swift",
        "Core Types Ch3 Bindings/H3Polygon+LinkedGeoLoop.swift",
        "Core Types Helpers/H3Cell+Resolution+Zoom.swift",
        "Core Types Helpers/H3LatLng+Units.swift",
        "Core Types/H3Cell+ContainmentType.swift",
        "Core Types/H3Cell+Resolution.swift",
        "Core Types/H3Cell.swift",
        "Core Types/H3DirectedEdge.swift",
        "Core Types/H3Indexable.swift",
        "Core Types/H3LatLng.swift",
        "Core Types/H3Polygon.swift",
        "Core Types/H3Vertex.swift",
        "Core Types/SwiftyH3Error.swift",
        "Directed Edges/H3Cell+Edges.swift",
        "Directed Edges/H3Cell+Neighbors.swift",
        "Directed Edges/H3DirectedEdge+Indexing.swift",
        "Directed Edges/H3DirectedEdge+Inspection.swift",
        "Directed Edges/H3DirectedEdge+Traversal.swift",
        "Hierarchy/H3Cell+ChildrenCollection.swift",
        "Hierarchy/H3Cell+Compact.swift",
        "Hierarchy/H3Cell+Hierarchy.swift",
        "Indexing/H3Cell+Indexing.swift",
        "Indexing/H3LatLng+Indexing.swift",
        "Inspection/H3Cell+Inspection.swift",
        "Inspection/H3Indexable+Inspection.swift",
        "Inspection/H3Indexable+LosslessStringConvertible.swift",
        "Miscellaneous/H3Cell+Area.swift",
        "Miscellaneous/H3Cell+Res0Cells.swift",
        "Miscellaneous/H3CellResolution+Pentagons.swift",
        "Miscellaneous/H3CellResolution+Stats.swift",
        "Miscellaneous/H3DirectedEdge+Length.swift",
        "Miscellaneous/H3LatLng+Distance.swift",
        "Miscellaneous/SwiftyH3Error+LocalizedError.swift",
        "Regions/H3Cell+H3Polygon.swift",
        "Regions/H3Polygon+H3Cell.swift",
        "Traversal/H3Cell+Traversal.swift",
        "Vertices/H3Cell+H3Vertex.swift",
        "Vertices/H3Vertex+Indexing.swift",
        "Vertices/H3Vertex+Inspection.swift"
      ],
      "target_dependencies" : [
        "Ch3"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Ch3",
      "module_type" : "ClangTarget",
      "name" : "Ch3",
      "path" : "Sources/Ch3",
      "product_memberships" : [
        "SwiftyH3"
      ],
      "sources" : [
        "algos.c",
        "baseCells.c",
        "bbox.c",
        "coordijk.c",
        "directedEdge.c",
        "faceijk.c",
        "h3Assert.c",
        "h3Index.c",
        "iterators.c",
        "latLng.c",
        "linkedGeo.c",
        "localij.c",
        "mathExtensions.c",
        "polyfill.c",
        "polygon.c",
        "vec2d.c",
        "vec3d.c",
        "vertex.c",
        "vertexGraph.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.