Build Information
Failed to build StORM with Swift 5.9 for macOS (SPM).
Build Command
Build command unavailable
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SwiftORM/Storm.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SwiftORM/Storm
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6b29b65 Switched back moment repo
Cloned https://github.com/SwiftORM/Storm.git
Revision (git rev-parse @):
6b29b65bae2b15c7c32c151141f9b3345ec7c881
SUCCESS checkout https://github.com/SwiftORM/Storm.git at master
Fetching https://github.com/iamjono/SwiftMoment.git from cache
Fetching https://github.com/PerfectlySoft/PerfectLib.git from cache
Fetched https://github.com/iamjono/SwiftMoment.git (0.20s)
Fetched https://github.com/PerfectlySoft/PerfectLib.git (0.20s)
Computing version for https://github.com/iamjono/SwiftMoment.git
Computed https://github.com/iamjono/SwiftMoment.git at 1.3.0 (0.02s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.02s)
Creating working copy for https://github.com/iamjono/SwiftMoment.git
Working copy of https://github.com/iamjono/SwiftMoment.git resolved at 1.3.0
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "storm",
"name": "StORM",
"url": "https://github.com/SwiftORM/Storm.git",
"version": "unspecified",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Storm",
"dependencies": [
{
"identity": "perfectlib",
"name": "PerfectLib",
"url": "https://github.com/PerfectlySoft/PerfectLib.git",
"version": "3.1.4",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PerfectLib",
"dependencies": [
]
},
{
"identity": "swiftmoment",
"name": "SwiftMoment",
"url": "https://github.com/iamjono/SwiftMoment.git",
"version": "1.3.0",
"path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMoment",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SwiftORM/Storm.git
[1/702] Fetching storm
Fetched https://github.com/SwiftORM/Storm.git (0.31s)
Fetching https://github.com/iamjono/SwiftMoment.git from cache
Fetching https://github.com/PerfectlySoft/PerfectLib.git from cache
Fetched https://github.com/PerfectlySoft/PerfectLib.git (0.22s)
Fetched https://github.com/iamjono/SwiftMoment.git (0.22s)
Computing version for https://github.com/iamjono/SwiftMoment.git
Computed https://github.com/iamjono/SwiftMoment.git at 1.3.0 (0.03s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.02s)
Creating working copy for https://github.com/iamjono/SwiftMoment.git
Working copy of https://github.com/iamjono/SwiftMoment.git resolved at 1.3.0
Creating working copy for https://github.com/SwiftORM/Storm.git
Working copy of https://github.com/SwiftORM/Storm.git resolved at master
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
warning: '.resolve-product-dependencies': dependency 'storm' is not used by any target
Found 2 product dependencies
- PerfectLib
- SwiftMoment
========================================
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...
[1/16] Compiling SwiftMoment TimeUnit.swift
[2/16] Compiling SwiftMoment Operators.swift
[3/16] Compiling PerfectLib PerfectServer.swift
[4/16] Compiling PerfectLib SysProcess.swift
[5/16] Compiling PerfectLib PerfectError.swift
[6/17] Compiling PerfectLib File.swift
[7/17] Compiling PerfectLib Bytes.swift
[8/17] Compiling PerfectLib Dir.swift
[9/17] Emitting module PerfectLib
[10/17] Compiling PerfectLib JSONConvertible.swift
[11/17] Compiling PerfectLib Log.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/PerfectLib/Sources/PerfectLib/Log.swift:73:28: error: cannot convert value of type 'CVaListPointer' to expected argument type '__darwin_va_list?' (aka 'Optional<UnsafeMutablePointer<Int8>>')
vsyslog(priority, "%s", $0)
^
[12/17] Compiling SwiftMoment MomentFromNow.swift
[13/17] Compiling SwiftMoment Duration.swift
[14/17] Compiling SwiftMoment Extensions.swift
[15/17] Emitting module SwiftMoment
[16/17] Compiling SwiftMoment Moment.swift
[17/17] Compiling PerfectLib Utilities.swift
error: fatalError
[0/1] Planning build
Building for debugging...
[1/2] Compiling PerfectLib Log.swift
/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/PerfectLib/Sources/PerfectLib/Log.swift:73:28: error: cannot convert value of type 'CVaListPointer' to expected argument type '__darwin_va_list?' (aka 'Optional<UnsafeMutablePointer<Int8>>')
vsyslog(priority, "%s", $0)
^
[2/2] Emitting module PerfectLib
error: fatalError
BUILD FAILURE 5.9 macosSpm