Build Information
Successful build of CodableProperty, reference 1.0.0 (42ac9d
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 01:24:46 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gcharita/CodableProperty.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gcharita/CodableProperty
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 42ac9d8 Merge pull request #3 from gcharita/change/CodableTransformer
Cloned https://github.com/gcharita/CodableProperty.git
Revision (git rev-parse @):
42ac9d86db08418834cc0373f0a897bb7eaecca0
SUCCESS checkout https://github.com/gcharita/CodableProperty.git at 1.0.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": "codableproperty",
"name": "CodableProperty",
"url": "https://github.com/gcharita/CodableProperty.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CodableProperty",
"dependencies": [
]
}
]
}
Fetching https://github.com/gcharita/CodableProperty.git
[5/244] Fetching codableproperty
Fetched https://github.com/gcharita/CodableProperty.git from cache (0.64s)
Creating working copy for https://github.com/gcharita/CodableProperty.git
Working copy of https://github.com/gcharita/CodableProperty.git resolved at 1.0.0 (42ac9d8)
warning: '.resolve-product-dependencies': dependency 'codableproperty' 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/gcharita/CodableProperty.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/5] Compiling CodableProperty CodableTransformer.swift
[4/5] Compiling CodableProperty CodableProperty.swift
[5/5] Emitting module CodableProperty
Build complete! (5.62s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CodableProperty",
"name" : "CodableProperty",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "CodableProperty",
"targets" : [
"CodableProperty"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CodableProperty",
"module_type" : "SwiftTarget",
"name" : "CodableProperty",
"path" : "CodableProperty/Classes",
"product_memberships" : [
"CodableProperty"
],
"sources" : [
"CodableProperty.swift",
"CodableTransformer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.