Build Information
Successful build of DIFlowLayout, reference v1.0.1 (54fb84
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 21:39:01 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/danielinoa/DIFlowLayout.git
Reference: v1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielinoa/DIFlowLayout
* tag v1.0.1 -> FETCH_HEAD
HEAD is now at 54fb84b Use DIFlowLayoutEngine (#2)
Cloned https://github.com/danielinoa/DIFlowLayout.git
Revision (git rev-parse @):
54fb84be9143792052a047ce6894d5806b26a336
SUCCESS checkout https://github.com/danielinoa/DIFlowLayout.git at v1.0.1
Fetching https://github.com/danielinoa/DIFlowLayoutEngine
[1/81] Fetching diflowlayoutengine
Fetched https://github.com/danielinoa/DIFlowLayoutEngine from cache (0.66s)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main (09157af)
========================================
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": "diflowlayout",
"name": "DIFlowLayout",
"url": "https://github.com/danielinoa/DIFlowLayout.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayout",
"dependencies": [
{
"identity": "diflowlayoutengine",
"name": "DIFlowLayoutEngine",
"url": "https://github.com/danielinoa/DIFlowLayoutEngine",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayoutEngine",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/danielinoa/DIFlowLayout.git
[1/63] Fetching diflowlayout
Fetched https://github.com/danielinoa/DIFlowLayout.git from cache (0.74s)
Fetching https://github.com/danielinoa/DIFlowLayoutEngine from cache
Fetched https://github.com/danielinoa/DIFlowLayoutEngine from cache (0.46s)
Creating working copy for https://github.com/danielinoa/DIFlowLayout.git
Working copy of https://github.com/danielinoa/DIFlowLayout.git resolved at v1.0.1 (54fb84b)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main (8f0b1ba)
warning: '.resolve-product-dependencies': dependency 'diflowlayout' is not used by any target
Found 1 product dependencies
- DIFlowLayoutEngine
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/danielinoa/DIFlowLayout.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/3] Write sources
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/5] Emitting module DIFlowLayoutEngine
[5/5] Compiling DIFlowLayoutEngine DIFlowLayoutEngine.swift
[6/7] Compiling DIFlowLayout DIFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DIFlowLayout/DIFlowLayout.swift:65:13: warning: initialization of immutable value 'proposedSize' was never used; consider replacing with assignment to '_' or removing it
63 | return DIFlowLayoutEngine.Rectangle(x: .zero, y: .zero, width: size.width, height: size.height)
64 | }
65 | let proposedSize = proposal.replacingUnspecifiedDimensions(by: .zero)
| `- warning: initialization of immutable value 'proposedSize' was never used; consider replacing with assignment to '_' or removing it
66 | let bounds = DIFlowLayoutEngine.Rectangle(
67 | x: bounds.minX, y: bounds.minY, width: bounds.width, height: bounds.height
[7/7] Emitting module DIFlowLayout
Build complete! (12.42s)
Build complete.
{
"dependencies" : [
{
"identity" : "diflowlayoutengine",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/danielinoa/DIFlowLayoutEngine"
}
],
"manifest_display_name" : "DIFlowLayout",
"name" : "DIFlowLayout",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DIFlowLayout",
"targets" : [
"DIFlowLayout"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DIFlowLayoutTests",
"module_type" : "SwiftTarget",
"name" : "DIFlowLayoutTests",
"path" : "Tests/DIFlowLayoutTests",
"sources" : [
"DIFlowLayoutTests.swift"
],
"target_dependencies" : [
"DIFlowLayout"
],
"type" : "test"
},
{
"c99name" : "DIFlowLayout",
"module_type" : "SwiftTarget",
"name" : "DIFlowLayout",
"path" : "Sources/DIFlowLayout",
"product_dependencies" : [
"DIFlowLayoutEngine"
],
"product_memberships" : [
"DIFlowLayout"
],
"sources" : [
"DIFlowLayout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.