The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of M3U8Decoder, reference 2.1.2 (ef6b1a), with Swift 5.10 for macOS (SPM) on 25 Mar 2025 13:17:15 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: 2.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/M3U8Decoder
 * tag               2.1.2      -> FETCH_HEAD
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 2.1.2
========================================
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] Emitting module M3U8Decoder
[7/8] Compiling M3U8Decoder Atomic.swift
[8/8] Compiling M3U8Decoder M3U8Decoder.swift
Build complete! (4.78s)
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.