The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SkavokNetworking, reference 1.0.7 (c2397f), with Swift 6.1 for macOS (SPM) on 12 May 2025 12:44:08 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Livsy90/SkavokNetworking.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Livsy90/SkavokNetworking
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at c2397f1 Mac OS Support
Cloned https://github.com/Livsy90/SkavokNetworking.git
Revision (git rev-parse @):
c2397f1b036133fc5146c777018603c364ce62e9
SUCCESS checkout https://github.com/Livsy90/SkavokNetworking.git at 1.0.7
========================================
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",
  "dependencies": [
    {
      "identity": "skavoknetworking",
      "name": "SkavokNetworking",
      "url": "https://github.com/Livsy90/SkavokNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SkavokNetworking",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Livsy90/SkavokNetworking.git
[1/91] Fetching skavoknetworking
Fetched https://github.com/Livsy90/SkavokNetworking.git from cache (0.69s)
Creating working copy for https://github.com/Livsy90/SkavokNetworking.git
Working copy of https://github.com/Livsy90/SkavokNetworking.git resolved at 1.0.7 (c2397f1)
warning: '.resolve-product-dependencies': dependency 'skavoknetworking' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Livsy90/SkavokNetworking.git
https://github.com/Livsy90/SkavokNetworking.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SkavokNetworking",
  "name" : "SkavokNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SkavokNetworking",
      "targets" : [
        "SkavokNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SkavokNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SkavokNetworking",
      "path" : "Sources/SkavokNetworking",
      "product_memberships" : [
        "SkavokNetworking"
      ],
      "sources" : [
        "APIClient.swift",
        "APIClientDelegate.swift",
        "APIClientProtocol.swift",
        "DataLoader.swift",
        "Models/APIConfiguration.swift",
        "Models/Request.swift",
        "Models/Response.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/10] Compiling SkavokNetworking Request.swift
[4/10] Compiling SkavokNetworking APIClientDelegate.swift
[5/10] Emitting module SkavokNetworking
[6/10] Compiling SkavokNetworking APIClient.swift
[7/10] Compiling SkavokNetworking APIConfiguration.swift
[8/10] Compiling SkavokNetworking APIClientProtocol.swift
[9/10] Compiling SkavokNetworking DataLoader.swift
[10/10] Compiling SkavokNetworking Response.swift
Build complete! (5.51s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SkavokNetworking",
  "name" : "SkavokNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SkavokNetworking",
      "targets" : [
        "SkavokNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5",
    "6"
  ],
  "targets" : [
    {
      "c99name" : "SkavokNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SkavokNetworking",
      "path" : "Sources/SkavokNetworking",
      "product_memberships" : [
        "SkavokNetworking"
      ],
      "sources" : [
        "APIClient.swift",
        "APIClientDelegate.swift",
        "APIClientProtocol.swift",
        "DataLoader.swift",
        "Models/APIConfiguration.swift",
        "Models/Request.swift",
        "Models/Response.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.