The Swift Package Index logo.Swift Package Index

Build Information

Successful build of LetMeWatch, reference v1.0.1 (b6f869), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 21:16:46 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/julianschiavo/letmewatch.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/julianschiavo/letmewatch
 * tag               v1.0.1     -> FETCH_HEAD
HEAD is now at b6f8692 Fix content info requests not working
Cloned https://github.com/julianschiavo/letmewatch.git
Revision (git rev-parse @):
b6f8692c39720c321fb95d9ed8ed76ae9651d879
SUCCESS checkout https://github.com/julianschiavo/letmewatch.git at v1.0.1
Fetching https://github.com/julianschiavo/LetMeIn.git
[1/58] Fetching letmein
Fetched https://github.com/julianschiavo/LetMeIn.git from cache (0.60s)
Computing version for https://github.com/julianschiavo/LetMeIn.git
Computed https://github.com/julianschiavo/LetMeIn.git at 1.0.0 (1.30s)
Creating working copy for https://github.com/julianschiavo/LetMeIn.git
Working copy of https://github.com/julianschiavo/LetMeIn.git resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "letmewatch",
      "name": "LetMeWatch",
      "url": "https://github.com/julianschiavo/letmewatch.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/letmewatch",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "letmein",
          "name": "LetMeIn",
          "url": "https://github.com/julianschiavo/LetMeIn.git",
          "version": "1.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/LetMeIn",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/julianschiavo/letmewatch.git
[1/62] Fetching letmewatch
Fetched https://github.com/julianschiavo/letmewatch.git from cache (0.69s)
Fetching https://github.com/julianschiavo/LetMeIn.git from cache
Fetched https://github.com/julianschiavo/LetMeIn.git from cache (0.42s)
Computing version for https://github.com/julianschiavo/LetMeIn.git
Computed https://github.com/julianschiavo/LetMeIn.git at 1.0.0 (0.48s)
Creating working copy for https://github.com/julianschiavo/LetMeIn.git
Working copy of https://github.com/julianschiavo/LetMeIn.git resolved at 1.0.0
Creating working copy for https://github.com/julianschiavo/letmewatch.git
Working copy of https://github.com/julianschiavo/letmewatch.git resolved at v1.0.1 (b6f8692)
warning: '.resolve-product-dependencies': dependency 'letmewatch' is not used by any target
Found 1 product dependencies
  - LetMeIn
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/julianschiavo/letmewatch.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/10] Compiling LetMeIn PKCS12Certificate.swift
[5/10] Compiling LetMeIn CertificateType.swift
[6/10] Compiling LetMeIn Logger-Custom.swift
[7/10] Compiling LetMeIn CertificateFile.swift
[8/10] Compiling LetMeIn Certificate.swift
[9/10] Emitting module LetMeIn
[10/10] Compiling LetMeIn ClientCertificateAuthenticator.swift
[11/26] Compiling LetMeWatch ClientCertificateAuthenticator-Package.swift
[12/26] Compiling LetMeWatch Logger-Custom.swift
[13/26] Compiling LetMeWatch URLRequest-ByteRange.swift
[14/26] Compiling LetMeWatch URLResponse-Info.swift
[15/26] Compiling LetMeWatch ResourceLoaderDelegate.swift
[16/26] Compiling LetMeWatch LetMeWatchConfiguration.swift
[17/26] Compiling LetMeWatch Request.swift
/Users/admin/builder/spi-builder-workspace/Sources/LetMeWatch/Request.swift:11:19: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 9 |
10 | /// An abstract representation of a request from an `AVAssetResourceLoader`
11 | protocol Request: class {
   |                   `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 |     var resourceURL: URL { get }
13 |     var avRequest: AVAssetResourceLoadingRequest { get }
[18/26] Compiling LetMeWatch AVResourceLoadingDataRequest-Info.swift
[19/26] Compiling LetMeWatch Aliases.swift
[20/26] Compiling LetMeWatch Result-Convenience.swift
[21/26] Compiling LetMeWatch URL-SignedScheme.swift
[22/27] Emitting module LetMeWatch
/Users/admin/builder/spi-builder-workspace/Sources/LetMeWatch/Request.swift:11:19: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
 9 |
10 | /// An abstract representation of a request from an `AVAssetResourceLoader`
11 | protocol Request: class {
   |                   `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
12 |     var resourceURL: URL { get }
13 |     var avRequest: AVAssetResourceLoadingRequest { get }
/Users/admin/builder/spi-builder-workspace/Sources/LetMeWatch/SignedAsset.swift:11:14: warning: class 'SignedAsset' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A concrete subclass of `AVURLAsset` that represents an asset loaded from a remote URL using a client certificate.
11 | public class SignedAsset: AVURLAsset {
   |              `- warning: class 'SignedAsset' must restate inherited '@unchecked Sendable' conformance
12 |     /// The asset's resource loader delegate, which handles requests made by the resource loader using a client certificate.
13 |     private var resourceLoaderDelegate: ResourceLoaderDelegate!
[23/27] Compiling LetMeWatch DataRequest.swift
[24/27] Compiling LetMeWatch AVAssetResourceLoadingContentInformationRequest-Update.swift
[25/27] Compiling LetMeWatch ByteRange.swift
[26/27] Compiling LetMeWatch ContentInfoRequest.swift
[27/27] Compiling LetMeWatch SignedAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/LetMeWatch/SignedAsset.swift:11:14: warning: class 'SignedAsset' must restate inherited '@unchecked Sendable' conformance
 9 |
10 | /// A concrete subclass of `AVURLAsset` that represents an asset loaded from a remote URL using a client certificate.
11 | public class SignedAsset: AVURLAsset {
   |              `- warning: class 'SignedAsset' must restate inherited '@unchecked Sendable' conformance
12 |     /// The asset's resource loader delegate, which handles requests made by the resource loader using a client certificate.
13 |     private var resourceLoaderDelegate: ResourceLoaderDelegate!
Build complete! (9.18s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "letmein",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/julianschiavo/LetMeIn.git"
    }
  ],
  "manifest_display_name" : "LetMeWatch",
  "name" : "LetMeWatch",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "LetMeWatch",
      "targets" : [
        "LetMeWatch"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LetMeWatch",
      "module_type" : "SwiftTarget",
      "name" : "LetMeWatch",
      "path" : "Sources/LetMeWatch",
      "product_dependencies" : [
        "LetMeIn"
      ],
      "product_memberships" : [
        "LetMeWatch"
      ],
      "sources" : [
        "ByteRange.swift",
        "ContentInfoRequest.swift",
        "DataRequest.swift",
        "Extensions/AVAssetResourceLoadingContentInformationRequest-Update.swift",
        "Extensions/AVResourceLoadingDataRequest-Info.swift",
        "Extensions/Aliases.swift",
        "Extensions/ClientCertificateAuthenticator-Package.swift",
        "Extensions/Logger-Custom.swift",
        "Extensions/Result-Convenience.swift",
        "Extensions/URL-SignedScheme.swift",
        "Extensions/URLRequest-ByteRange.swift",
        "Extensions/URLResponse-Info.swift",
        "LetMeWatchConfiguration.swift",
        "Request.swift",
        "ResourceLoaderDelegate.swift",
        "SignedAsset.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.