Build Information
Successful build of CBORCoding 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/SomeRandomiOSDev/CBORCoding.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/CBORCoding
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6fbd643 Merge pull request #30 from SomeRandomiOSDev/bulk-updates
Submodule path 'Half': checked out 'bb32fc7a5d5cfcee01e5442b1381450b1fcd4803'
Submodule 'Half' (https://github.com/SomeRandomiOSDev/Half) registered for path 'Half'
Cloning into '/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Half'...
Cloned https://github.com/SomeRandomiOSDev/CBORCoding.git
Revision (git rev-parse @):
6fbd643c64cf6ef7a98391820c372d05fa9ed9ab
SUCCESS checkout https://github.com/SomeRandomiOSDev/CBORCoding.git at main
Fetching https://github.com/SomeRandomiOSDev/Half from cache
Fetched https://github.com/SomeRandomiOSDev/Half (0.32s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.4.1 (0.02s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.4.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "cborcoding",
"name": "CBORCoding",
"url": "https://github.com/SomeRandomiOSDev/CBORCoding.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CBORCoding",
"dependencies": [
{
"identity": "half",
"name": "Half",
"url": "https://github.com/SomeRandomiOSDev/Half",
"version": "1.4.2",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Half",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/SomeRandomiOSDev/CBORCoding.git from cache
Fetched https://github.com/SomeRandomiOSDev/CBORCoding.git (0.28s)
Fetching https://github.com/SomeRandomiOSDev/Half from cache
Fetched https://github.com/SomeRandomiOSDev/Half (0.19s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.4.2 (0.26s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.4.2
Creating working copy for https://github.com/SomeRandomiOSDev/CBORCoding.git
Working copy of https://github.com/SomeRandomiOSDev/CBORCoding.git resolved at main
warning: '.resolve-product-dependencies': dependency 'cborcoding' is not used by any target
Found 1 product dependencies
- Half
========================================
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...
[0/3] Compiling fp_extend.cpp
[0/3] Compiling fp_trunc.cpp
[2/3] Compiling half.c
[4/7] Compiling Half Half+Coding.swift
[5/7] Compiling Half Half.swift
[6/7] Emitting module Half
[7/7] Compiling Half Functions.swift
[8/15] Compiling CBORCoding CBOREncoder.swift
[9/15] Compiling CBORCoding Containers.swift
[10/15] Compiling CBORCoding CBOR+Equatable.swift
[11/15] Emitting module CBORCoding
[12/15] Compiling CBORCoding CBOR+Codable.swift
[13/15] Compiling CBORCoding CBORDecoder.swift
[14/15] Compiling CBORCoding CBOR.swift
[15/15] Compiling CBORCoding CBORParser.swift
Build complete! (10.99s)
Build complete.
Done.