Build Information
Successful build of Immutable, reference 0.6.0 (3701f7
), with Swift 6.0 for macOS (SPM) on 31 Oct 2024 01:56:30 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/devxoul/Immutable.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/Immutable
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 3701f73 Bump version to 0.6.0
Cloned https://github.com/devxoul/Immutable.git
Revision (git rev-parse @):
3701f738a11b8f65b6f740ffd0978d200b466c4a
SUCCESS checkout https://github.com/devxoul/Immutable.git at 0.6.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": "immutable",
"name": "Immutable",
"url": "https://github.com/devxoul/Immutable.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Immutable",
"dependencies": [
]
}
]
}
Fetching https://github.com/devxoul/Immutable.git
[1/160] Fetching immutable
Fetched https://github.com/devxoul/Immutable.git from cache (0.70s)
Creating working copy for https://github.com/devxoul/Immutable.git
Working copy of https://github.com/devxoul/Immutable.git resolved at 0.6.0 (3701f73)
warning: '.resolve-product-dependencies': dependency 'immutable' 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/devxoul/Immutable.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/6] Compiling Immutable FilterNil.swift
[4/6] Emitting module Immutable
[5/6] Compiling Immutable Collection.swift
[6/6] Compiling Immutable Dictionary.swift
Build complete! (2.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Immutable",
"name" : "Immutable",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "Immutable",
"targets" : [
"Immutable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "ImmutableTests",
"module_type" : "SwiftTarget",
"name" : "ImmutableTests",
"path" : "Tests/ImmutableTests",
"sources" : [
"CollectionTests.swift",
"DictinoaryTests.swift",
"FilterNilTests.swift"
],
"target_dependencies" : [
"Immutable"
],
"type" : "test"
},
{
"c99name" : "Immutable",
"module_type" : "SwiftTarget",
"name" : "Immutable",
"path" : "Sources/Immutable",
"product_memberships" : [
"Immutable"
],
"sources" : [
"Collection.swift",
"Dictionary.swift",
"FilterNil.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.