Build Information
Successful build of M3U8Decoder, reference main (ef6b1a
), with Swift 5.10 for macOS (SPM) on 25 Mar 2025 13:17:54 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ikhvorost/M3U8Decoder.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/M3U8Decoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ef6b1aa Marked M3U8Parser Sendable
Cloned https://github.com/ikhvorost/M3U8Decoder.git
Revision (git rev-parse @):
ef6b1aa7080bb62a1950ac349637f23fa7ae8790
SUCCESS checkout https://github.com/ikhvorost/M3U8Decoder.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/ikhvorost/M3U8Decoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/8] Compiling M3U8Decoder MasterPlaylist.swift
[4/8] Compiling M3U8Decoder M3U8Parser.swift
[5/8] Compiling M3U8Decoder MediaPlaylist.swift
[6/8] Compiling M3U8Decoder Atomic.swift
[7/8] Emitting module M3U8Decoder
[8/8] Compiling M3U8Decoder M3U8Decoder.swift
Build complete! (4.90s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "M3U8Decoder",
"name" : "M3U8Decoder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "M3U8Decoder",
"targets" : [
"M3U8Decoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "M3U8DecoderTests",
"module_type" : "SwiftTarget",
"name" : "M3U8DecoderTests",
"path" : "Tests/M3U8DecoderTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/M3U8DecoderTests/m3u8",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"M3U8DecoderTests.swift"
],
"target_dependencies" : [
"M3U8Decoder"
],
"type" : "test"
},
{
"c99name" : "M3U8Decoder",
"module_type" : "SwiftTarget",
"name" : "M3U8Decoder",
"path" : "Sources/M3U8Decoder",
"product_memberships" : [
"M3U8Decoder"
],
"sources" : [
"Atomic.swift",
"M3U8Decoder.swift",
"M3U8Parser.swift",
"MasterPlaylist.swift",
"MediaPlaylist.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.