Build Information
Successful build of PinterestLikeGrid, reference main (3dddb6
), with Swift 6.0 for macOS (SPM) on 3 Nov 2024 15:20:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thaisrfernandes/PinterestLikeGrid.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thaisrfernandes/PinterestLikeGrid
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3dddb6a Update README.md
Cloned https://github.com/thaisrfernandes/PinterestLikeGrid.git
Revision (git rev-parse @):
3dddb6afd7a55248c0dd8b5eac2e552023635c5e
SUCCESS checkout https://github.com/thaisrfernandes/PinterestLikeGrid.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "pinterestlikegrid",
"name": "PinterestLikeGrid",
"url": "https://github.com/thaisrfernandes/PinterestLikeGrid.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PinterestLikeGrid",
"dependencies": [
]
}
]
}
Fetching https://github.com/thaisrfernandes/PinterestLikeGrid.git
[1/49] Fetching pinterestlikegrid
Fetched https://github.com/thaisrfernandes/PinterestLikeGrid.git from cache (1.15s)
Creating working copy for https://github.com/thaisrfernandes/PinterestLikeGrid.git
Working copy of https://github.com/thaisrfernandes/PinterestLikeGrid.git resolved at main (3dddb6a)
warning: '.resolve-product-dependencies': dependency 'pinterestlikegrid' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/thaisrfernandes/PinterestLikeGrid.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Compiling PinterestLikeGrid PinterestLikeGrid.swift
[4/5] Compiling PinterestLikeGrid Helper.swift
[5/5] Emitting module PinterestLikeGrid
Build complete! (11.95s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PinterestLikeGrid",
"name" : "PinterestLikeGrid",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
}
],
"products" : [
{
"name" : "PinterestLikeGrid",
"targets" : [
"PinterestLikeGrid"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PinterestLikeGridTests",
"module_type" : "SwiftTarget",
"name" : "PinterestLikeGridTests",
"path" : "Tests/PinterestLikeGridTests",
"sources" : [
"PinterestLikeGridTests.swift"
],
"target_dependencies" : [
"PinterestLikeGrid"
],
"type" : "test"
},
{
"c99name" : "PinterestLikeGrid",
"module_type" : "SwiftTarget",
"name" : "PinterestLikeGrid",
"path" : "Sources/PinterestLikeGrid",
"product_memberships" : [
"PinterestLikeGrid"
],
"sources" : [
"Helper.swift",
"PinterestLikeGrid.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.