Build Information
Successful build of PerfectValidation with Swift 5.10 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/perfectaccelerators/perfectvalidation.git
Reference: 0.1.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/perfectaccelerators/perfectvalidation
* tag 0.1.0 -> FETCH_HEAD
HEAD is now at 9d80efe A test is added
Cloned https://github.com/perfectaccelerators/perfectvalidation.git
Revision (git rev-parse @):
9d80efe05cc3925e2594e6afa93214adb3481957
SUCCESS checkout https://github.com/perfectaccelerators/perfectvalidation.git at 0.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "perfectvalidation",
"name": "PerfectValidation",
"url": "https://github.com/perfectaccelerators/perfectvalidation.git",
"version": "unspecified",
"path": "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/perfectvalidation",
"dependencies": [
]
}
]
}
Fetching https://github.com/perfectaccelerators/perfectvalidation.git
[1/29] Fetching perfectvalidation
Fetched https://github.com/perfectaccelerators/perfectvalidation.git from cache (0.28s)
Creating working copy for https://github.com/perfectaccelerators/perfectvalidation.git
Working copy of https://github.com/perfectaccelerators/perfectvalidation.git resolved at 0.1.0 (9d80efe)
warning: '.resolve-product-dependencies': dependency 'perfectvalidation' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/perfectaccelerators/perfectvalidation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6044DDE57671499D.txt
[3/6] Compiling PerfectValidation ValidationError.swift
[4/6] Compiling PerfectValidation Rule.swift
[5/6] Emitting module PerfectValidation
[6/6] Compiling PerfectValidation Validation.swift
Build complete! (2.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PerfectValidation",
"name" : "PerfectValidation",
"path" : "/Users/builder/builds/UKfvDsi8u/2/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PerfectValidation",
"targets" : [
"PerfectValidation"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PerfectValidationTests",
"module_type" : "SwiftTarget",
"name" : "PerfectValidationTests",
"path" : "Tests/PerfectValidationTests",
"sources" : [
"Account.swift",
"PerfectValidationTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PerfectValidation"
],
"type" : "test"
},
{
"c99name" : "PerfectValidation",
"module_type" : "SwiftTarget",
"name" : "PerfectValidation",
"path" : "Sources/PerfectValidation",
"product_memberships" : [
"PerfectValidation"
],
"sources" : [
"Rule.swift",
"Validation.swift",
"ValidationError.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.