The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AdSearchKit, reference 1.0.2 (e23027), with Swift 6.1 for macOS (SPM) on 31 Jan 2026 17:26:43 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dimayurkovski/AdSearchKit.git
Reference: 1.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dimayurkovski/AdSearchKit
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at e230276 Update version to 1.0.2
Cloned https://github.com/dimayurkovski/AdSearchKit.git
Revision (git rev-parse @):
e230276c7fbac1be5c5b3e90dbdeeec82e51331f
SUCCESS checkout https://github.com/dimayurkovski/AdSearchKit.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dimayurkovski/AdSearchKit.git
https://github.com/dimayurkovski/AdSearchKit.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdSearchKit",
  "name" : "AdSearchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AdSearchKit",
      "targets" : [
        "AdSearchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AdSearchKit",
      "module_type" : "SwiftTarget",
      "name" : "AdSearchKit",
      "path" : "Sources",
      "product_memberships" : [
        "AdSearchKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AdSearchKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
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
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/6] Compiling AdSearchKit AdSearchKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/AdSearchKit.swift:129:17: warning: capture of 'completion' with non-sendable type 'AdSearchCompletion' (aka '(Result<AdSearch.Attribution, any Error>) -> ()') in a '@Sendable' closure
127 |         let task = URLSession.shared.dataTask(with: request) { data, response, error in
128 |             if let error {
129 |                 completion(.failure(error))
    |                 |- warning: capture of 'completion' with non-sendable type 'AdSearchCompletion' (aka '(Result<AdSearch.Attribution, any Error>) -> ()') in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
130 |             } else {
131 |                 if let data, let httpResponse = response as? HTTPURLResponse, httpResponse.statusCode == 200, let value = try? JSONDecoder().decode(Attribution.self, from: data) {
[5/6] Emitting module AdSearchKit
[6/6] Compiling AdSearchKit resource_bundle_accessor.swift
Build complete! (4.23s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AdSearchKit",
  "name" : "AdSearchKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "AdSearchKit",
      "targets" : [
        "AdSearchKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "AdSearchKit",
      "module_type" : "SwiftTarget",
      "name" : "AdSearchKit",
      "path" : "Sources",
      "product_memberships" : [
        "AdSearchKit"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "AdSearchKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.