The Swift Package Index logo.Swift Package Index

Build Information

Failed to build OwlLog, reference main (abd81d), with Swift 6.0 for macOS (SPM) on 13 Mar 2026 11:22:52 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dewangga18/OwlLog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dewangga18/OwlLog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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 ByteFormatter.swift
[5/22] Compiling OwlLog RelativeFormatter.swift
[6/22] Compiling OwlLog OwlHTTPCall.swift
[7/22] Compiling OwlLog OwlHTTPError.swift
[8/22] Compiling OwlLog URL+QueryParameters.swift
[9/22] Compiling OwlLog OwlFormDataField.swift
[10/22] Emitting module OwlLog
[11/22] Compiling OwlLog OwlHTTPFormDataFile.swift
[12/22] Compiling OwlLog OwlHTTPRequest.swift
[13/23] Compiling OwlLog TimeIntervalFormatter.swift
[14/23] Compiling OwlLog OwlHeaderParser.swift
[15/23] Compiling OwlLog OwlJSONFormatter.swift
[16/23] Compiling OwlLog OwlHTTPResponse.swift
[17/23] Compiling OwlLog OwlStats.swift
[18/23] Compiling OwlLog OwlLog.swift
[19/23] Compiling OwlLog OwlService.swift
[20/23] Compiling OwlLog OwlContentFormatter.swift
[21/23] Compiling OwlLog OwlCurlBuilder.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