The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PListKit with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/PListKit.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/orchetect/PListKit
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f7e1c56 Updated GitHub CI
Cloned https://github.com/orchetect/PListKit.git
Revision (git rev-parse @):
f7e1c56ac2907b9812803722cc63c115fe29e325
SUCCESS checkout https://github.com/orchetect/PListKit.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "plistkit",
      "name": "PListKit",
      "url": "https://github.com/orchetect/PListKit.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PListKit",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/orchetect/PListKit.git from cache
Fetched https://github.com/orchetect/PListKit.git (0.17s)
Creating working copy for https://github.com/orchetect/PListKit.git
Working copy of https://github.com/orchetect/PListKit.git resolved at main
warning: '.resolve-product-dependencies': dependency 'plistkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/20] Compiling PListKit PListDictionary Subscripts.swift
[2/20] Compiling PListKit PListDictionary.swift
[3/20] Compiling PListKit PListProtocol init.swift
[4/20] Emitting module PListKit
[5/20] Compiling PListKit DictionaryPList.swift
[6/20] Compiling PListKit PList.swift
[7/20] Compiling PListKit PListArray Subscripts.swift
[8/20] Compiling PListKit PListProtocol rawData.swift
[9/20] Compiling PListKit PListProtocol read.swift
[10/20] Compiling PListKit PListProtocol save.swift
[11/20] Compiling PListKit PListLoadError.swift
[12/20] Compiling PListKit AnyPList.swift
[13/20] Compiling PListKit ArrayPList.swift
[14/20] Compiling PListKit PListFormat.swift
[15/20] Compiling PListKit RawPListArray.swift
[16/20] Compiling PListKit PListArray.swift
[17/20] Compiling PListKit PListDictionary Keys.swift
[18/20] Compiling PListKit PListDictionary PListNode.swift
[19/20] Compiling PListKit PListProtocol.swift
[20/20] Compiling PListKit PListValue.swift
[21/22] Compiling PListKit RawPListDictionary.swift
[22/22] Compiling PListKit Utilities.swift
Build complete! (7.55s)
Build complete.
Done.