Build Information
Successful build of wren-swift 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/helje5/wren-swift.git
Reference: develop
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/helje5/wren-swift
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 3b47faa Update README.md
Cloned https://github.com/helje5/wren-swift.git
Revision (git rev-parse @):
3b47faaaf46c95ba551113d9ef49f483081354b3
SUCCESS checkout https://github.com/helje5/wren-swift.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "wren-swift",
"name": "wren-swift",
"url": "https://github.com/helje5/wren-swift.git",
"version": "unspecified",
"path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/wren-swift",
"dependencies": [
]
}
]
}
Fetching https://github.com/helje5/wren-swift.git
[1/101] Fetching wren-swift
Fetched https://github.com/helje5/wren-swift.git (0.32s)
Creating working copy for https://github.com/helje5/wren-swift.git
Working copy of https://github.com/helje5/wren-swift.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'wren-swift' 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/1] Compiling CWren wren.c
[2/11] Compiling Wren Values.swift
[3/11] Compiling Wren ValueConvertible.swift
[4/11] Compiling Wren Foreign.swift
[5/11] Emitting module Wren
[6/11] Compiling Wren Callbacks.swift
[7/11] Compiling Wren Configuration.swift
[8/11] Compiling Wren Dynamic.swift
[9/11] Compiling Wren Error.swift
[10/11] Compiling Wren Slots.swift
[11/11] Compiling Wren Handle.swift
[12/12] Compiling Wren WrenVM.swift
Build complete! (10.62s)
Build complete.
Done.