Build Information
Failed to build PerfectZip with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectlysoft/perfect-zip.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/perfectlysoft/perfect-zip
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c2dabad Merge pull request #4 from florianreinhart/master
Cloned https://github.com/perfectlysoft/perfect-zip.git
Revision (git rev-parse @):
c2dabad5a8f7e1eadaa5682bb5794b21d015ae2d
SUCCESS checkout https://github.com/perfectlysoft/perfect-zip.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/perfectlysoft/perfect-zip.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/15] Write swift-version-6F35C1178C84523A.txt
[1/15] Compiling fileenc.c
[2/15] Compiling minizip ioapi.c
[3/15] Compiling aeskey.c
[4/15] Write sources
[6/15] Compiling sha1.c
[7/15] Compiling minizip unzip.c
[8/15] Compiling pwd2key.c
[9/15] Compiling minizip zip.c
[10/25] Compiling aescrypt.c
[11/25] Compiling hmac.c
[12/25] Compiling prng.c
[13/25] Compiling entropy.c
[14/25] Compiling aestab.c
[16/25] Compiling PerfectLib SysProcess.swift
[17/25] Compiling PerfectLib PerfectServer.swift
[18/25] Compiling PerfectLib PerfectError.swift
[19/25] Compiling PerfectLib Bytes.swift
[20/25] Compiling PerfectLib Dir.swift
[21/25] Compiling PerfectLib JSONConvertible.swift
[22/25] Compiling PerfectLib File.swift
[23/25] Emitting module PerfectLib
[24/25] Compiling PerfectLib Utilities.swift
[25/25] Compiling PerfectLib Log.swift
/Users/admin/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>>')
71 | #if os(Linux) || os(macOS)
72 | withVaList(args) {
73 | vsyslog(priority, "%s", $0)
| `- error: cannot convert value of type 'CVaListPointer' to expected argument type '__darwin_va_list?' (aka 'Optional<UnsafeMutablePointer<Int8>>')
74 | }
75 | #else
Fetching https://github.com/PerfectlySoft/PerfectLib.git
Fetching https://github.com/PerfectlySoft/Perfect-CZlib-src.git
[1/337] Fetching perfect-czlib-src
[15/11121] Fetching perfect-czlib-src, perfectlib
Fetched https://github.com/PerfectlySoft/Perfect-CZlib-src.git from cache (2.65s)
Fetched https://github.com/PerfectlySoft/PerfectLib.git from cache (2.65s)
Computing version for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Computed https://github.com/PerfectlySoft/Perfect-CZlib-src.git at 0.0.4 (0.66s)
Computing version for https://github.com/PerfectlySoft/PerfectLib.git
Computed https://github.com/PerfectlySoft/PerfectLib.git at 3.1.4 (0.66s)
Creating working copy for https://github.com/PerfectlySoft/Perfect-CZlib-src.git
Working copy of https://github.com/PerfectlySoft/Perfect-CZlib-src.git resolved at 0.0.4
Creating working copy for https://github.com/PerfectlySoft/PerfectLib.git
Working copy of https://github.com/PerfectlySoft/PerfectLib.git resolved at 3.1.4
BUILD FAILURE 6.0 macosSpm