The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncValue 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/BrentMifsud/AsyncValue.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/BrentMifsud/AsyncValue
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c04bdc3 Update README to reflect latest api changes (#9)
Cloned https://github.com/BrentMifsud/AsyncValue.git
Revision (git rev-parse @):
c04bdc325ad7f48dd2eb43bdb401c6cfaa5019e3
SUCCESS checkout https://github.com/BrentMifsud/AsyncValue.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "asyncvalue",
      "name": "AsyncValue",
      "url": "https://github.com/BrentMifsud/AsyncValue.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/AsyncValue",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/BrentMifsud/AsyncValue.git
[1/221] Fetching asyncvalue
Fetched https://github.com/BrentMifsud/AsyncValue.git (0.27s)
Creating working copy for https://github.com/BrentMifsud/AsyncValue.git
Working copy of https://github.com/BrentMifsud/AsyncValue.git resolved at main
warning: '.resolve-product-dependencies': dependency 'asyncvalue' 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/4] Compiling AsyncValue AsyncValue.swift
[2/4] Emitting module AsyncValue
[3/4] Compiling AsyncValue View+AsyncValue.swift
[4/4] Compiling AsyncValue ContinuationStorage.swift
Build complete! (10.37s)
Build complete.
Done.