Build Information
Successful build of ElementaryEffectBuilder, reference 0.2.0 (e70fc4
), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 18:59:29 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/mkj-is/ElementaryEffectBuilder.git
Reference: 0.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkj-is/ElementaryEffectBuilder
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at e70fc4a Remove unnecessary commas
Cloned https://github.com/mkj-is/ElementaryEffectBuilder.git
Revision (git rev-parse @):
e70fc4a1f7f03c99b6e969e093bf9ffe60ff3fc6
SUCCESS checkout https://github.com/mkj-is/ElementaryEffectBuilder.git at 0.2.0
Fetching https://github.com/mkj-is/Elementary.git
[2/161] Fetching elementary
Fetched https://github.com/mkj-is/Elementary.git from cache (0.65s)
Computing version for https://github.com/mkj-is/Elementary.git
Computed https://github.com/mkj-is/Elementary.git at 0.1.0 (0.63s)
Creating working copy for https://github.com/mkj-is/Elementary.git
Working copy of https://github.com/mkj-is/Elementary.git resolved at 0.1.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": "elementaryeffectbuilder",
"name": "ElementaryEffectBuilder",
"url": "https://github.com/mkj-is/ElementaryEffectBuilder.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ElementaryEffectBuilder",
"dependencies": [
{
"identity": "elementary",
"name": "Elementary",
"url": "https://github.com/mkj-is/Elementary.git",
"version": "0.1.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Elementary",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/mkj-is/ElementaryEffectBuilder.git
[1/115] Fetching elementaryeffectbuilder
Fetched https://github.com/mkj-is/ElementaryEffectBuilder.git from cache (0.67s)
Fetching https://github.com/mkj-is/Elementary.git from cache
Fetched https://github.com/mkj-is/Elementary.git from cache (0.46s)
Computing version for https://github.com/mkj-is/Elementary.git
Computed https://github.com/mkj-is/Elementary.git at 0.1.0 (0.03s)
Creating working copy for https://github.com/mkj-is/ElementaryEffectBuilder.git
Working copy of https://github.com/mkj-is/ElementaryEffectBuilder.git resolved at 0.2.0 (e70fc4a)
Creating working copy for https://github.com/mkj-is/Elementary.git
Working copy of https://github.com/mkj-is/Elementary.git resolved at 0.1.0
warning: '.resolve-product-dependencies': dependency 'elementaryeffectbuilder' is not used by any target
Found 1 product dependencies
- Elementary
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/mkj-is/ElementaryEffectBuilder.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/7] Compiling Elementary Typealiases.swift
[5/7] Compiling Elementary Effect+Join.swift
[6/7] Emitting module Elementary
[7/7] Compiling Elementary Store.swift
[8/12] Compiling ElementaryEffectBuilder build.swift
[9/12] Compiling ElementaryEffectBuilder take.swift
[10/12] Compiling ElementaryEffectBuilder takeLatest.swift
[11/12] Compiling ElementaryEffectBuilder EffectBuilder.swift
[12/12] Emitting module ElementaryEffectBuilder
Build complete! (4.47s)
Build complete.
{
"dependencies" : [
{
"identity" : "elementary",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mkj-is/Elementary.git"
}
],
"manifest_display_name" : "ElementaryEffectBuilder",
"name" : "ElementaryEffectBuilder",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "ElementaryEffectBuilder",
"targets" : [
"ElementaryEffectBuilder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ElementaryEffectBuilderTests",
"module_type" : "SwiftTarget",
"name" : "ElementaryEffectBuilderTests",
"path" : "Tests/ElementaryEffectBuilderTests",
"sources" : [
"ElementaryEffectBuilderTests.swift"
],
"target_dependencies" : [
"ElementaryEffectBuilder"
],
"type" : "test"
},
{
"c99name" : "ElementaryEffectBuilder",
"module_type" : "SwiftTarget",
"name" : "ElementaryEffectBuilder",
"path" : "Sources/ElementaryEffectBuilder",
"product_dependencies" : [
"Elementary"
],
"product_memberships" : [
"ElementaryEffectBuilder"
],
"sources" : [
"EffectBuilder.swift",
"Functions/build.swift",
"Functions/take.swift",
"Functions/takeLatest.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Done.