Build Information
Successful build of QuickConstraint, reference v0.10.0 (349f3b
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 15:41:55 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/nakkht/quick-constraint.git
Reference: v0.10.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nakkht/quick-constraint
* tag v0.10.0 -> FETCH_HEAD
HEAD is now at 349f3b4 Updated changelog
Cloned https://github.com/nakkht/quick-constraint.git
Revision (git rev-parse @):
349f3b4afb27a557a2d69f0690d4cf254cbf681a
SUCCESS checkout https://github.com/nakkht/quick-constraint.git at v0.10.0
========================================
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": "quick-constraint",
"name": "QuickConstraint",
"url": "https://github.com/nakkht/quick-constraint.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/quick-constraint",
"dependencies": [
]
}
]
}
Fetching https://github.com/nakkht/quick-constraint.git
[1/1101] Fetching quick-constraint
Fetched https://github.com/nakkht/quick-constraint.git from cache (1.03s)
Creating working copy for https://github.com/nakkht/quick-constraint.git
Working copy of https://github.com/nakkht/quick-constraint.git resolved at v0.10.0 (349f3b4)
warning: '.resolve-product-dependencies': dependency 'quick-constraint' 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/nakkht/quick-constraint.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/12] Compiling QuickConstraint Typealias.swift
[4/12] Compiling QuickConstraint LayoutConstraint.swift
[5/12] Compiling QuickConstraint Dimension.swift
[6/12] Compiling QuickConstraint UICollectionView.swift
[7/12] Compiling QuickConstraint UICollectionReusableView.swift
[8/12] Compiling QuickConstraint Anchor.swift
[9/12] Compiling QuickConstraint StackView.swift
[10/12] Emitting module QuickConstraint
[11/12] Compiling QuickConstraint Axis.swift
[12/12] Compiling QuickConstraint View+AutoLayout.swift
Build complete! (14.46s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "QuickConstraint",
"name" : "QuickConstraint",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "QuickConstraint",
"targets" : [
"QuickConstraint"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "QuickConstraint",
"module_type" : "SwiftTarget",
"name" : "QuickConstraint",
"path" : "Sources/QuickConstraint",
"product_memberships" : [
"QuickConstraint"
],
"sources" : [
"Anchor.swift",
"Axis.swift",
"CollectionView/UICollectionReusableView.swift",
"CollectionView/UICollectionView.swift",
"Dimension.swift",
"LayoutConstraint.swift",
"StackView/StackView.swift",
"Typealias.swift",
"View+AutoLayout.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.