The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of HLSCore, reference master (283520), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 07:56:38 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fcanas/hlscore.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fcanas/hlscore
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2835209 Migrate CI to GitHub Actions
Cloned https://github.com/fcanas/hlscore.git
Revision (git rev-parse @):
2835209970afdaaaf137fd7073d9c0ab2beb2905
SUCCESS checkout https://github.com/fcanas/hlscore.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fcanas/hlscore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[4/7] Write swift-version-1EA4D86E10B52AF.txt
[6/18] Compiling Types Playlist.swift
[7/18] Emitting module Types
[8/18] Compiling Types URL.swift
[9/18] Compiling FFCParserCombinator FFCParserCombinator.swift
[10/18] Compiling FFCParserCombinator StringParsing.swift
[11/18] Emitting module FFCParserCombinator
[12/18] Compiling Types AttributeTypes.swift
[13/18] Compiling Types Logging.swift
[14/18] Compiling Types Language.swift
[15/18] Compiling Types EncryptionKey.swift
[16/18] Compiling Types HLSCore.swift
[17/29] Compiling Parsing AttributeList.swift
[18/29] Compiling Serialization Serializable.swift
[19/29] Emitting module Serialization
[20/29] Compiling Parsing AttributeValueParsers.swift
[21/29] Emitting module Parsing
[22/29] Compiling Parsing CharacterSet.swift
[23/29] Compiling Parsing MasterPlaylistParser.swift
[24/29] Compiling Parsing CoreInitializers.swift
[25/29] Compiling Parsing Tags.swift
[26/29] Compiling Parsing TypeParsers.swift
[27/29] Compiling Parsing MediaPlaylistParser.swift
[27/29] Write Objects.LinkFileList
[28/29] Archiving libHLSCore.a
Build complete! (8.56s)
Fetching https://github.com/fcanas/FFCParserCombinator.git
[1/370] Fetching ffcparsercombinator
Fetched https://github.com/fcanas/FFCParserCombinator.git from cache (0.83s)
Computing version for https://github.com/fcanas/FFCParserCombinator.git
Computed https://github.com/fcanas/FFCParserCombinator.git at 1.0.2 (2.79s)
Creating working copy for https://github.com/fcanas/FFCParserCombinator.git
Working copy of https://github.com/fcanas/FFCParserCombinator.git resolved at 1.0.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "ffcparsercombinator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fcanas/FFCParserCombinator.git"
    }
  ],
  "manifest_display_name" : "HLSCore",
  "name" : "HLSCore",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.12"
    },
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "HLSCore",
      "targets" : [
        "Types",
        "Serialization",
        "Parsing"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TypesTests",
      "module_type" : "SwiftTarget",
      "name" : "TypesTests",
      "path" : "Tests/TypesTests",
      "sources" : [
        "HLSCoreTests.swift",
        "StringTests.swift",
        "URLTests.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Types",
      "module_type" : "SwiftTarget",
      "name" : "Types",
      "path" : "Sources/Types",
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "AttributeTypes.swift",
        "EncryptionKey.swift",
        "HLSCore.swift",
        "Language.swift",
        "Logging.swift",
        "Playlist.swift",
        "URL.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SerializationTests",
      "module_type" : "SwiftTarget",
      "name" : "SerializationTests",
      "path" : "Tests/SerializationTests",
      "sources" : [
        "AutoEncoding.swift",
        "MultilineMatching.swift",
        "SerializationTests.swift"
      ],
      "target_dependencies" : [
        "Serialization"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Serialization",
      "module_type" : "SwiftTarget",
      "name" : "Serialization",
      "path" : "Sources/Serialization",
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "Serializable.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ParsingTests",
      "module_type" : "SwiftTarget",
      "name" : "ParsingTests",
      "path" : "Tests/ParsingTests",
      "sources" : [
        "AttributeTests.swift",
        "PlaylistParsingTests.swift",
        "TagTests.swift",
        "Test Utilities/FakeOutputStream.swift"
      ],
      "target_dependencies" : [
        "Parsing"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Parsing",
      "module_type" : "SwiftTarget",
      "name" : "Parsing",
      "path" : "Sources/Parsing",
      "product_dependencies" : [
        "FFCParserCombinator"
      ],
      "product_memberships" : [
        "HLSCore"
      ],
      "sources" : [
        "AttributeList.swift",
        "AttributeValueParsers.swift",
        "CharacterSet.swift",
        "CoreInitializers.swift",
        "MasterPlaylistParser.swift",
        "MediaPlaylistParser.swift",
        "Tags.swift",
        "TypeParsers.swift"
      ],
      "target_dependencies" : [
        "Types"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.