Build Information
Successful build of wren-swift with Swift 5.8 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helje5/wren-swift.git
Reference: 0.1.0
Initialized empty Git repository in /Users/admin/builds/vMd7uqzK/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/helje5/wren-swift
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 8c5fab5 Merge branch 'develop' into main
Cloned https://github.com/helje5/wren-swift.git
Revision (git rev-parse @):
8c5fab5bca54d28e920ac7bec79fe1a901b20758
SUCCESS checkout https://github.com/helje5/wren-swift.git at 0.1.0
error: terminated(1): /usr/bin/xcrun --sdk macosx --show-sdk-platform-path output:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling CWren wren.c
[2/10] Compiling Wren Error.swift
[3/10] Compiling Wren Foreign.swift
[4/10] Compiling Wren Handle.swift
[5/12] Emitting module Wren
[6/12] Compiling Wren Values.swift
[7/12] Compiling Wren WrenVM.swift
[8/12] Compiling Wren Slots.swift
[9/12] Compiling Wren ValueConvertible.swift
[10/12] Compiling Wren Callbacks.swift
[11/12] Compiling Wren Configuration.swift
[12/12] Compiling Wren Dynamic.swift
Build complete! (4.03s)
Build complete.
Done.