The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Light, reference master (6c3557), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 00:51:51 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/dreymonde/light.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dreymonde/light
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 6c3557b rename to HTTPProxy
Cloned https://github.com/dreymonde/light.git
Revision (git rev-parse @):
6c3557b2618ac629160aa21bac85e6f44857c208
SUCCESS checkout https://github.com/dreymonde/light.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dreymonde/light.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/17] Compiling Shallows SyncStorage.swift
[5/17] Compiling Shallows WriteOnlyStorage.swift
[6/18] Compiling Shallows Zip.swift
[7/18] Compiling Shallows DiskExtensions.swift
[8/18] Compiling Shallows DiskStorage.swift
[9/18] Compiling Shallows ShallowsResult.swift
[10/18] Compiling Shallows Storage.swift
[11/18] Compiling Shallows Shallows.swift
[12/18] Compiling Shallows NSCacheStorage.swift
[13/18] Compiling Shallows ReadOnlyStorage.swift
[14/18] Emitting module Shallows
[15/18] Compiling Shallows Filename.swift
[16/18] Compiling Shallows MemoryStorage.swift
[17/18] Compiling Shallows Async.swift
[18/18] Compiling Shallows Composition.swift
[19/23] Compiling Light WebAPIProtocol.swift
[20/23] Compiling Light Light.swift
[21/23] Compiling Light URLSession+WebAPI.swift
/Users/admin/builder/spi-builder-workspace/Sources/Light/URLSession+WebAPI.swift:11:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  9 | import Shallows
 10 |
 11 | extension URLSession : ReadOnlyStorageProtocol {
    | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |
 13 |     public typealias Request = WebAPI.Request
[22/23] Emitting module Light
/Users/admin/builder/spi-builder-workspace/Sources/Light/URLSession+WebAPI.swift:11:1: warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
  9 | import Shallows
 10 |
 11 | extension URLSession : ReadOnlyStorageProtocol {
    | |- warning: extension declares a conformance of imported type 'URLSession' to imported protocols 'ReadOnlyStorageProtocol', 'ReadableStorageProtocol', 'StorageDesign'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
 12 |
 13 |     public typealias Request = WebAPI.Request
[23/23] Compiling Light WebAPI.swift
Build complete! (8.72s)
Fetching https://github.com/dreymonde/Shallows.git
[1/1076] Fetching shallows
Fetched https://github.com/dreymonde/Shallows.git from cache (0.78s)
Computing version for https://github.com/dreymonde/Shallows.git
Computed https://github.com/dreymonde/Shallows.git at 0.13.4 (2.72s)
Creating working copy for https://github.com/dreymonde/Shallows.git
Working copy of https://github.com/dreymonde/Shallows.git resolved at 0.13.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "shallows",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.11.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/dreymonde/Shallows.git"
    }
  ],
  "manifest_display_name" : "Light",
  "name" : "Light",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Light",
      "targets" : [
        "Light"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "LightTests",
      "module_type" : "SwiftTarget",
      "name" : "LightTests",
      "path" : "Tests/LightTests",
      "sources" : [
        "LightTests.swift"
      ],
      "target_dependencies" : [
        "Light"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Light",
      "module_type" : "SwiftTarget",
      "name" : "Light",
      "path" : "Sources/Light",
      "product_dependencies" : [
        "Shallows"
      ],
      "product_memberships" : [
        "Light"
      ],
      "sources" : [
        "Light.swift",
        "URLSession+WebAPI.swift",
        "WebAPI.swift",
        "WebAPIProtocol.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.