The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DVR 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/venmo/DVR.git
Reference: master
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/venmo/DVR
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 65beaf9 Select response based on request headers (#96)
Cloned https://github.com/venmo/DVR.git
Revision (git rev-parse @):
65beaf91fc0d7a46d4860028d1087ee5dbb8e382
SUCCESS checkout https://github.com/venmo/DVR.git at master
========================================
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": "dvr",
      "name": "DVR",
      "url": "https://github.com/venmo/DVR.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DVR",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/venmo/DVR.git from cache
Fetched https://github.com/venmo/DVR.git (0.22s)
Creating working copy for https://github.com/venmo/DVR.git
Working copy of https://github.com/venmo/DVR.git resolved at master
warning: '.resolve-product-dependencies': dependency 'dvr' 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/9] Compiling DVR SessionUploadTask.swift
[2/9] Compiling DVR SessionDownloadTask.swift
[3/9] Compiling DVR URLRequest.swift
[4/9] Compiling DVR SessionDataTask.swift
[5/10] Emitting module DVR
[6/10] Compiling DVR Interaction.swift
[7/10] Compiling DVR Cassette.swift
[8/10] Compiling DVR HTTPURLResponse.swift
[9/10] Compiling DVR Session.swift
[10/10] Compiling DVR URLResponse.swift
Build complete! (11.08s)
Build complete.
Done.