The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of PKLogManager, reference main (591140), with Swift 5.10 for macOS (SPM) on 25 Jul 2024 17:58:23 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/prabhatk/PKLogManager.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/prabhatk/PKLogManager
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5911408 PKLogManager first commit v 1.0.0
Cloned https://github.com/prabhatk/PKLogManager.git
Revision (git rev-parse @):
591140832517d1056b48a9c2e97cb5531e9669ba
SUCCESS checkout https://github.com/prabhatk/PKLogManager.git at main
Fetching https://github.com/marmelroy/Zip.git
[1/1963] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (1.85s)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
========================================
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": "pklogmanager",
      "name": "PKLogManager",
      "url": "https://github.com/prabhatk/PKLogManager.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PKLogManager",
      "dependencies": [
        {
          "identity": "zip",
          "name": "Zip",
          "url": "https://github.com/marmelroy/Zip.git",
          "version": "2.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Zip",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/prabhatk/PKLogManager.git
[1/12] Fetching pklogmanager
Fetched https://github.com/prabhatk/PKLogManager.git from cache (0.59s)
Fetching https://github.com/marmelroy/Zip.git from cache
Fetched https://github.com/marmelroy/Zip.git from cache (0.49s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (0.57s)
Creating working copy for https://github.com/prabhatk/PKLogManager.git
Working copy of https://github.com/prabhatk/PKLogManager.git resolved at main (5911408)
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.2
warning: '.resolve-product-dependencies': dependency 'pklogmanager' is not used by any target
Found 1 product dependencies
  - Zip
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/prabhatk/PKLogManager.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Write sources
[2/6] Write swift-version-33747A42983211AE.txt
[3/6] Compiling Minizip zip.c
[4/6] Compiling Minizip ioapi.c
[5/6] Compiling Minizip unzip.c
[7/10] Compiling Zip QuickZip.swift
[8/10] Compiling Zip ZipUtilities.swift
[9/10] Compiling Zip Zip.swift
[10/10] Emitting module Zip
[11/12] Emitting module PKLogManager
[12/12] Compiling PKLogManager PKLogManager.swift
Build complete! (5.23s)
Build complete.
Done.