Build Information
Failed to build OwlLog, reference 1.0.7 (abd81d), with Swift 6.0 for macOS (SPM) on 13 Mar 2026 11:25:11 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dewangga18/OwlLog.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dewangga18/OwlLog
* tag 1.0.7 -> FETCH_HEAD
HEAD is now at abd81d5 docs: Update Package.swift integration example to version 1.0.7.
Cloned https://github.com/dewangga18/OwlLog.git
Revision (git rev-parse @):
abd81d5356120d9b052c50da24ca5ed159cd281e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dewangga18/OwlLog.git at 1.0.7
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/dewangga18/OwlLog.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/22] Compiling OwlLog OwlHeaderParser.swift
[5/22] Compiling OwlLog OwlJSONFormatter.swift
[6/22] Compiling OwlLog ByteFormatter.swift
[7/22] Compiling OwlLog RelativeFormatter.swift
[8/22] Compiling OwlLog OwlContentFormatter.swift
[9/22] Compiling OwlLog OwlCurlBuilder.swift
[10/23] Compiling OwlLog OwlHTTPFormDataFile.swift
[11/23] Compiling OwlLog OwlHTTPRequest.swift
[12/23] Emitting module OwlLog
[13/23] Compiling OwlLog OwlHTTPCall.swift
[14/23] Compiling OwlLog OwlHTTPError.swift
[15/23] Compiling OwlLog OwlHTTPResponse.swift
[16/23] Compiling OwlLog OwlStats.swift
[17/23] Compiling OwlLog URL+QueryParameters.swift
[18/23] Compiling OwlLog OwlFormDataField.swift
[19/23] Compiling OwlLog TimeIntervalFormatter.swift
[20/23] Compiling OwlLog OwlLog.swift
[21/23] Compiling OwlLog OwlService.swift
[22/23] Compiling OwlLog OwlURLProtocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/OwlLog/Interceptor/OwlURLProtocol.swift:60:9: error: unexpected ',' separator
58 | curl: OwlCurlBuilder.generate(from: newRequest),
59 | queryParameters: newRequest.url?.queryParameters ?? [:],
60 | )
| `- error: unexpected ',' separator
61 |
62 | let call = OwlHTTPCall(
[23/23] Compiling OwlLog OwlLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/OwlLog/Interceptor/OwlURLProtocol.swift:60:9: error: unexpected ',' separator
58 | curl: OwlCurlBuilder.generate(from: newRequest),
59 | queryParameters: newRequest.url?.queryParameters ?? [:],
60 | )
| `- error: unexpected ',' separator
61 |
62 | let call = OwlHTTPCall(
BUILD FAILURE 6.0 macosSpm