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 (3548e6), with Swift 5.10 for macOS (Xcode) using Xcode 15.4 on 23 Jul 2024 07:53:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme M3U8Decoder -destination platform=macOS,arch=arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.47.0
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 3548e64 Updated tests
Cloned https://github.com/ikhvorost/M3U8Decoder.git
Revision (git rev-parse @):
3548e64395c9324aaf4dd336b70e98a4e441ee98
SUCCESS checkout https://github.com/ikhvorost/M3U8Decoder.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             5.10
Building package at path:  $PWD
https://github.com/ikhvorost/M3U8Decoder.git
Command line invocation:
    /Applications/Xcode-15.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEPackageSupportUseBuiltinSCM = YES
Resolve Package Graph
Resolved source packages:
  M3U8Decoder: /Users/admin/builder/spi-builder-workspace
resolved source packages: M3U8Decoder
{
  "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" : [
        "M3U8Decoder.swift",
        "M3U8Parser.swift",
        "MasterPlaylist.swift",
        "MediaPlaylist.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "M3U8Decoder"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme M3U8Decoder -destination platform=macOS,arch=arm64
Build complete.
Done.