The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Explorer 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/wendyliga/Explorer.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/wendyliga/Explorer
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at b538e66 fix bug no extension
Cloned https://github.com/wendyliga/Explorer.git
Revision (git rev-parse @):
b538e662b69792fc85d3ae477c3a597f34fc9507
SUCCESS checkout https://github.com/wendyliga/Explorer.git at master
Fetching https://github.com/wendyliga/SwiftKit.git from cache
Fetched https://github.com/wendyliga/SwiftKit.git (0.28s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.0.1 (0.69s)
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "explorer",
      "name": "Explorer",
      "url": "https://github.com/wendyliga/Explorer.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Explorer",
      "dependencies": [
        {
          "identity": "swiftkit",
          "name": "SwiftKit",
          "url": "https://github.com/wendyliga/SwiftKit.git",
          "version": "2.4.2",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/wendyliga/Explorer.git
[1/562] Fetching explorer
Fetched https://github.com/wendyliga/Explorer.git (0.52s)
Fetching https://github.com/wendyliga/SwiftKit.git from cache
Fetched https://github.com/wendyliga/SwiftKit.git (0.22s)
Computing version for https://github.com/wendyliga/SwiftKit.git
Computed https://github.com/wendyliga/SwiftKit.git at 2.4.2 (0.61s)
Creating working copy for https://github.com/wendyliga/Explorer.git
Working copy of https://github.com/wendyliga/Explorer.git resolved at master
Creating working copy for https://github.com/wendyliga/SwiftKit.git
Working copy of https://github.com/wendyliga/SwiftKit.git resolved at 2.4.2
warning: '.resolve-product-dependencies': dependency 'explorer' is not used by any target
Found 1 product dependencies
  - SwiftKit
========================================
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/5] Emitting module SwiftKit
[2/5] Compiling SwiftKit Result+Extension.swift
[3/5] Compiling SwiftKit Array+Extension.swift
[4/5] Compiling SwiftKit String+Extension.swift
[5/5] Compiling SwiftKit Error.swift
[6/7] Emitting module Explorer
[7/7] Compiling Explorer Explorer.swift
Build complete! (10.37s)
Build complete.
Done.