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 SLazeKit, reference master (2b3a27), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 22:26:09 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/shial4/SLazeKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/shial4/SLazeKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 2b3a27c [3.0.0] Update to swift 5
Cloned https://github.com/shial4/SLazeKit.git
Revision (git rev-parse @):
2b3a27c65090784e4ee850959fa6857de5fee4ca
SUCCESS checkout https://github.com/shial4/SLazeKit.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/shial4/SLazeKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Emitting module SLazeKit
[4/9] Compiling SLazeKit Decodable.swift
[5/9] Compiling SLazeKit SLazeKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:20:13: warning: capture of non-sendable type 'Config.Type' in an isolated closure
 18 |         }
 19 |         let task = Config.urlSession.dataTask(with: req) { (data, response, error) in
 20 |             Config.handle(response as? HTTPURLResponse)
    |             `- warning: capture of non-sendable type 'Config.Type' in an isolated closure
 21 |             handler((data, response as? HTTPURLResponse), error)
 22 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:34:13: warning: capture of non-sendable type 'Config.Type' in an isolated closure
 32 |         }
 33 |         let task = Config.urlSession.dataTask(with: req) { (data, response, error) in
 34 |             Config.handle(response as? HTTPURLResponse)
    |             `- warning: capture of non-sendable type 'Config.Type' in an isolated closure
 35 |             if let data = data, error == nil {
 36 |                 do {
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:37:53: warning: capture of non-sendable type 'T.Type' in an isolated closure
 35 |             if let data = data, error == nil {
 36 |                 do {
 37 |                     let object = try Config.decoder.decode(T.self, from: data)
    |                                                     `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 38 |                     Config.synchronize(object)
 39 |                     handler((data, response as? HTTPURLResponse), object, nil)
/Users/admin/builder/spi-builder-workspace/Sources/SLazeKit/SLazeKit.swift:27:63: warning: capture of non-sendable type 'T.Type' in an isolated closure
 25 |     }
 26 |
 27 |     class func networkTask<T: Decodable>(request: URLRequest, handler: @escaping (_ response: NetworkResponse, _ result: T?, _ error: Error?) -> Void) -> URLSessionDataTask? {
    |                                                               `- warning: capture of non-sendable type 'T.Type' in an isolated closure
 28 |         guard let req = Config.setup(request) else {
 29 |             handler((nil,nil),nil, NSError(domain: "", code: NSURLErrorCancelled,
[6/9] Compiling SLazeKit String.swift
[7/9] Compiling SLazeKit StringInitializable.swift
[8/9] Compiling SLazeKit Laze.swift
[9/9] Compiling SLazeKit LazeConfiguration.swift
Build complete! (3.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SLazeKit",
  "name" : "SLazeKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SLazeKit",
      "targets" : [
        "SLazeKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SLazeKitTests",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKitTests",
      "path" : "Tests/SLazeKitTests",
      "sources" : [
        "SLazeKitTests.swift",
        "StringInitializableTests.swift",
        "StringPathTests.swift"
      ],
      "target_dependencies" : [
        "SLazeKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SLazeKit",
      "module_type" : "SwiftTarget",
      "name" : "SLazeKit",
      "path" : "Sources/SLazeKit",
      "product_memberships" : [
        "SLazeKit"
      ],
      "sources" : [
        "Extensions/Decodable.swift",
        "Extensions/String.swift",
        "Laze.swift",
        "Protocols/LazeConfiguration.swift",
        "Protocols/StringInitializable.swift",
        "SLazeKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.