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 main (ef6b1a), with Swift 5.9 for macOS (SPM) on 25 Mar 2025 13:16:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.2.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.9
Building package at path:  $PWD
https://github.com/ikhvorost/M3U8Decoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling M3U8Decoder MediaPlaylist.swift
[2/6] Compiling M3U8Decoder MasterPlaylist.swift
[3/6] Compiling M3U8Decoder Atomic.swift
[4/6] Emitting module M3U8Decoder
[5/6] Compiling M3U8Decoder M3U8Parser.swift
[6/6] Compiling M3U8Decoder M3U8Decoder.swift
Build complete! (5.12s)
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.