The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryCodable 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/jverkoey/BinaryCodable.git
Reference: develop
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/jverkoey/BinaryCodable
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 4caa9de Remove empty requirements section.
Cloned https://github.com/jverkoey/BinaryCodable.git
Revision (git rev-parse @):
4caa9de7d9c51b0777fc4524a6c19221fa42538f
SUCCESS checkout https://github.com/jverkoey/BinaryCodable.git at develop
========================================
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": "binarycodable",
      "name": "BinaryCodable",
      "url": "https://github.com/jverkoey/BinaryCodable.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BinaryCodable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jverkoey/BinaryCodable.git
[1/762] Fetching binarycodable
Fetched https://github.com/jverkoey/BinaryCodable.git (0.33s)
Creating working copy for https://github.com/jverkoey/BinaryCodable.git
Working copy of https://github.com/jverkoey/BinaryCodable.git resolved at develop
warning: '.resolve-product-dependencies': dependency 'binarycodable' 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/8] Compiling BinaryCodable BinaryDecodable.swift
[2/8] Compiling BinaryCodable BinaryCodable.swift
[3/8] Compiling BinaryCodable BufferedData.swift
[4/8] Compiling BinaryCodable BinaryEncodable.swift
[5/8] Emitting module BinaryCodable
[6/8] Compiling BinaryCodable ByteRepresentations.swift
[7/8] Compiling BinaryCodable BinaryDataDecoder.swift
[8/8] Compiling BinaryCodable BinaryDataEncoder.swift
Build complete! (8.03s)
Build complete.
Done.