Build Information
Failed to build M3U8Decoder, reference 2.0.0 (3548e6
), with Swift 5.8 for macOS (SPM) on 23 Jul 2024 07:53:09 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.47.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ikhvorost/M3U8Decoder.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/M3U8Decoder
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 3548e64 Updated tests
Cloned https://github.com/ikhvorost/M3U8Decoder.git
Revision (git rev-parse @):
3548e64395c9324aaf4dd336b70e98a4e441ee98
SUCCESS checkout https://github.com/ikhvorost/M3U8Decoder.git at 2.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $PWD
https://github.com/ikhvorost/M3U8Decoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/5] Compiling M3U8Decoder MediaPlaylist.swift
[2/5] Compiling M3U8Decoder MasterPlaylist.swift
[3/5] Compiling M3U8Decoder M3U8Parser.swift
/Users/admin/builder/spi-builder-workspace/Sources/M3U8Decoder/M3U8Parser.swift:327:21: error: expected initial value after '='
let value = if let parseHandler {
^
/Users/admin/builder/spi-builder-workspace/Sources/M3U8Decoder/M3U8Parser.swift:327:20: error: consecutive statements on a line must be separated by ';'
let value = if let parseHandler {
^
;
/Users/admin/builder/spi-builder-workspace/Sources/M3U8Decoder/M3U8Parser.swift:330:15: warning: result of call to 'parse(tag:attributes:)' is unused
parse(tag: tag, attributes: attributes)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/M3U8Decoder/M3U8Parser.swift:333:15: warning: expression of type 'Any' is unused
value
^~~~~
/Users/admin/builder/spi-builder-workspace/Sources/M3U8Decoder/M3U8Parser.swift:337:11: warning: result of call to 'parse(tag:attributes:)' is unused
parse(tag: tag, attributes: attributes)
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[4/5] Compiling M3U8Decoder M3U8Decoder.swift
[5/5] Emitting module M3U8Decoder
BUILD FAILURE 5.8 macosSpm