The Swift Package Index logo.Swift Package Index

Build Information

Successful build of iosMath with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tophatmonocle/iosMath.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/tophatmonocle/iosMath
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c65dab Bumped podspec to 1.1.2
Cloned https://github.com/tophatmonocle/iosMath.git
Revision (git rev-parse @):
8c65dab2295100c02d9d844f6dc5646ab9d57b42
SUCCESS checkout https://github.com/tophatmonocle/iosMath.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "iosmath",
      "name": "iosMath",
      "url": "https://github.com/tophatmonocle/iosMath.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/iosMath",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tophatmonocle/iosMath.git
[1/1850] Fetching iosmath
Fetched https://github.com/tophatmonocle/iosMath.git (3.66s)
Creating working copy for https://github.com/tophatmonocle/iosMath.git
Working copy of https://github.com/tophatmonocle/iosMath.git resolved at master
warning: '.resolve-product-dependencies': dependency 'iosmath' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Copying latinmodern-math.plist
[0/23] Copying xits-math.plist
[0/23] Copying texgyretermes-math.plist
[3/23] Copying xits-math.otf
[4/23] Copying texgyretermes-math.otf
[5/23] Copying latinmodern-math.otf
[6/23] Compiling iosMath resource_bundle_accessor.m
[7/23] Compiling iosMath MTUnicode.m
[8/23] Compiling iosMath UIColor+HexString.m
[9/23] Compiling iosMath MTMathListIndex.m
[10/23] Compiling iosMath MTMathListBuilder.m
[11/23] Compiling iosMath MTMathList.m
[12/23] Compiling iosMath MTMathAtomFactory.m
[13/23] Compiling iosMath MTFontMathTable.m
[14/23] Compiling iosMath MTFontManager.m
[15/23] Compiling iosMath MTFont.m
[16/23] Compiling iosMath MTLabel.m
[17/23] Compiling iosMath NSBezierPath+addLineToPoint.m
[18/23] Compiling iosMath NSView+backgroundColor.m
/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/MTMathListDisplay.m:445:25: warning: implicit conversion from enumeration type 'enum CGLineCap' to different enumeration type 'NSLineCapStyle' (aka 'enum NSLineCapStyle') [-Wenum-conversion]
    path.lineCapStyle = kCGLineCapRound;
                      ~ ^~~~~~~~~~~~~~~
1 warning generated.
[19/23] Compiling iosMath MTMathListDisplay.m
[20/23] Compiling iosMath MTMathUILabel.m
[21/23] Compiling iosMath MTTypesetter.m
[22/23] Compiling iosMath NSColor+HexString.m
Build complete! (10.98s)
Build complete.
Done.