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: develop
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/lucaswkuipers/SafeTypes
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 4dfcc7e Merge pull request #14 from lucaswkuipers/lucaswkuipers-patch-1
Cloned https://github.com/lucaswkuipers/SafeTypes.git
Revision (git rev-parse @):
4dfcc7e7f11656756e5a602199fa83342779711c
SUCCESS checkout https://github.com/lucaswkuipers/SafeTypes.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/3/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/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SafeTypes",
"dependencies": [
]
}
]
}
Fetching https://github.com/lucaswkuipers/SafeTypes.git
[1/251] Fetching safetypes
Fetched https://github.com/lucaswkuipers/SafeTypes.git (0.22s)
Creating working copy for https://github.com/lucaswkuipers/SafeTypes.git
Working copy of https://github.com/lucaswkuipers/SafeTypes.git resolved at develop
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 NonEmptyString.swift
[2/11] Compiling SafeTypes MinusOneToOne.swift
[3/11] Compiling SafeTypes Number.swift
[4/11] Compiling SafeTypes NonZero.swift
[5/11] Compiling SafeTypes NonPositive.swift
[6/11] Compiling SafeTypes Positive.swift
[7/12] Compiling SafeTypes Negative.swift
[8/12] Compiling SafeTypes NonNegative.swift
[9/12] Compiling SafeTypes MultiElementsArray.swift
[10/12] Compiling SafeTypes NonEmptyArray.swift
[11/12] Emitting module SafeTypes
[12/12] Compiling SafeTypes ZeroToOne.swift
Build complete! (0.96s)
Build complete.
Done.