The Swift Package Index logo.Swift Package Index

Build Information

Failed to build HLSVideoCache, reference main (41291e), with Swift 6.1 for macOS (SPM) on 9 Nov 2025 17:30:21 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/garynewby/HLSVideoCache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/garynewby/HLSVideoCache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 41291ed Readme update
Cloned https://github.com/garynewby/HLSVideoCache.git
Revision (git rev-parse @):
41291ed4f88aecd8e9dc885693f908ea58888257
SUCCESS checkout https://github.com/garynewby/HLSVideoCache.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/garynewby/HLSVideoCache.git
https://github.com/garynewby/HLSVideoCache.git
{
  "dependencies" : [
    {
      "identity" : "cache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "7.4.0",
            "upper_bound" : "8.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hyperoslo/Cache"
    },
    {
      "identity" : "gcdwebserver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.5.7",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/yene/GCDWebServer"
    }
  ],
  "manifest_display_name" : "HLSVideoCache",
  "name" : "HLSVideoCache",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "HLSVideoCache",
      "targets" : [
        "HLSVideoCache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HLSVideoCache",
      "module_type" : "SwiftTarget",
      "name" : "HLSVideoCache",
      "path" : "Source",
      "product_dependencies" : [
        "Cache",
        "GCDWebServer"
      ],
      "product_memberships" : [
        "HLSVideoCache"
      ],
      "sources" : [
        "HLSVideoCache.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Fetching https://github.com/yene/GCDWebServer
Fetching https://github.com/hyperoslo/Cache
[1/78] Fetching gcdwebserver
[79/6296] Fetching gcdwebserver, cache
Fetched https://github.com/yene/GCDWebServer from cache (1.15s)
Fetched https://github.com/hyperoslo/Cache from cache (1.15s)
Computing version for https://github.com/yene/GCDWebServer
Computed https://github.com/yene/GCDWebServer at 3.5.7 (1.74s)
Computing version for https://github.com/hyperoslo/Cache
Computed https://github.com/hyperoslo/Cache at 7.4.0 (0.57s)
Creating working copy for https://github.com/yene/GCDWebServer
Working copy of https://github.com/yene/GCDWebServer resolved at 3.5.7
Creating working copy for https://github.com/hyperoslo/Cache
Working copy of https://github.com/hyperoslo/Cache resolved at 7.4.0
error: the library 'HLSVideoCache' requires macos 10.13, but depends on the product 'GCDWebServer' which requires macos 10.15; consider changing the library 'HLSVideoCache' to require macos 10.15 or later, or the product 'GCDWebServer' to require macos 10.13 or earlier.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
error: the library 'HLSVideoCache' requires macos 10.13, but depends on the product 'GCDWebServer' which requires macos 10.15; consider changing the library 'HLSVideoCache' to require macos 10.15 or later, or the product 'GCDWebServer' to require macos 10.13 or earlier.
BUILD FAILURE 6.1 macosSpm