The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Images 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/elegantchaos/Images.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/elegantchaos/Images
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 507b558 newer ActionStatus
Cloned https://github.com/elegantchaos/Images.git
Revision (git rev-parse @):
507b5580d93e76692cd1cc184f4ffea4e620936e
SUCCESS checkout https://github.com/elegantchaos/Images.git at main
Fetching https://github.com/elegantchaos/ThreadExtensions.git from cache
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetched https://github.com/elegantchaos/ThreadExtensions.git (0.24s)
Fetched https://github.com/elegantchaos/Logger.git (0.24s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.0 (0.65s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.6.0 (0.73s)
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.0
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.6.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "images",
      "name": "Images",
      "url": "https://github.com/elegantchaos/Images.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Images",
      "dependencies": [
        {
          "identity": "logger",
          "name": "Logger",
          "url": "https://github.com/elegantchaos/Logger.git",
          "version": "1.8.1",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Logger",
          "dependencies": [
          ]
        },
        {
          "identity": "threadextensions",
          "name": "ThreadExtensions",
          "url": "https://github.com/elegantchaos/ThreadExtensions.git",
          "version": "1.0.1",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ThreadExtensions",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/elegantchaos/Images.git from cache
Fetched https://github.com/elegantchaos/Images.git (0.20s)
Fetching https://github.com/elegantchaos/Logger.git from cache
Fetching https://github.com/elegantchaos/ThreadExtensions.git from cache
Fetched https://github.com/elegantchaos/Logger.git (0.20s)
Fetched https://github.com/elegantchaos/ThreadExtensions.git (0.20s)
Computing version for https://github.com/elegantchaos/ThreadExtensions.git
Computed https://github.com/elegantchaos/ThreadExtensions.git at 1.0.1 (0.02s)
Computing version for https://github.com/elegantchaos/Logger.git
Computed https://github.com/elegantchaos/Logger.git at 1.8.1 (0.02s)
Creating working copy for https://github.com/elegantchaos/Logger.git
Working copy of https://github.com/elegantchaos/Logger.git resolved at 1.8.1
Creating working copy for https://github.com/elegantchaos/ThreadExtensions.git
Working copy of https://github.com/elegantchaos/ThreadExtensions.git resolved at 1.0.1
Creating working copy for https://github.com/elegantchaos/Images.git
Working copy of https://github.com/elegantchaos/Images.git resolved at main
warning: '.resolve-product-dependencies': dependency 'images' is not used by any target
Found 2 product dependencies
  - Logger
  - ThreadExtensions
========================================
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/10] Compiling Logger PrintHandler.swift
[2/10] Compiling Logger OSLogHandler.swift
[3/10] Compiling ThreadExtensions ThreadExtensions.swift
[4/10] Emitting module ThreadExtensions
[5/10] Compiling Logger NSLogHandler.swift
[6/10] Compiling Logger Handler.swift
[7/10] Compiling Logger Channel.swift
[8/10] Emitting module Logger
[9/10] Compiling Logger Manager.swift
[10/10] Compiling Logger Context.swift
[11/17] Compiling Images ImageCache.swift
[12/17] Compiling Images Image+Extensions.swift
[13/17] Compiling Images ImageFactory.swift
[14/17] Emitting module Images
[15/17] Compiling Images Image+UIKit.swift
[16/17] Compiling Images Image+AppKit.swift
[17/17] Compiling Images AsyncImage.swift
Build complete! (11.31s)
Build complete.
Done.