Build Information
Successful build of SafeTypes with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.30.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lucaswkuipers/SafeTypes.git
Reference: 1.0.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lucaswkuipers/SafeTypes
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 1f88a8f Update issue templates
Cloned https://github.com/lucaswkuipers/SafeTypes.git
Revision (git rev-parse @):
1f88a8f55ade8ba3526b5663b14246c5fefef267
SUCCESS checkout https://github.com/lucaswkuipers/SafeTypes.git at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "safetypes",
"name": "SafeTypes",
"url": "https://github.com/lucaswkuipers/SafeTypes.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SafeTypes",
"dependencies": [
]
}
]
}
Fetching https://github.com/lucaswkuipers/SafeTypes.git from cache
Fetched https://github.com/lucaswkuipers/SafeTypes.git (0.13s)
Creating working copy for https://github.com/lucaswkuipers/SafeTypes.git
Working copy of https://github.com/lucaswkuipers/SafeTypes.git resolved at 1.0.0
warning: '.resolve-product-dependencies': dependency 'safetypes' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/lucaswkuipers/SafeTypes.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/11] Compiling SafeTypes Number.swift
[2/12] Compiling SafeTypes ZeroToOne.swift
[3/12] Compiling SafeTypes Negative.swift
[4/12] Compiling SafeTypes NonNegative.swift
[5/12] Compiling SafeTypes NonEmptyString.swift
[6/12] Compiling SafeTypes MinusOneToOne.swift
[7/12] Compiling SafeTypes NonPositive.swift
[8/12] Compiling SafeTypes Positive.swift
[9/12] Compiling SafeTypes NonZero.swift
[10/12] Emitting module SafeTypes
[11/12] Compiling SafeTypes MultiElementsArray.swift
[12/12] Compiling SafeTypes NonEmptyArray.swift
Build complete! (0.85s)
Build complete.
Done.