Build Information
Successful build of Vaux, reference master (d6446f
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 06:59:53 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/dokun1/vaux.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dokun1/vaux
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d6446fe Merge pull request #23 from dokun1/public_init
Cloned https://github.com/dokun1/vaux.git
Revision (git rev-parse @):
d6446fe44b301400e3bb789efd6e35ab1b571409
SUCCESS checkout https://github.com/dokun1/vaux.git at master
========================================
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": "vaux",
"name": "Vaux",
"url": "https://github.com/dokun1/vaux.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/vaux",
"dependencies": [
]
}
]
}
Fetching https://github.com/dokun1/vaux.git
[1/612] Fetching vaux
Fetched https://github.com/dokun1/vaux.git from cache (0.80s)
Creating working copy for https://github.com/dokun1/vaux.git
Working copy of https://github.com/dokun1/vaux.git resolved at master (d6446fe)
warning: '.resolve-product-dependencies': dependency 'vaux' 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/dokun1/vaux.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/17] Compiling Vaux SVG.swift
[4/17] Compiling Vaux FileHelper.swift
[5/17] Compiling Vaux HTML.swift
[6/17] Compiling Vaux Enums.swift
[7/17] Compiling Vaux Errors.swift
[8/17] Compiling Vaux Attributes.swift
[9/17] Compiling Vaux Builders.swift
[10/17] Emitting module Vaux
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - HTMLBuilder
11 | /// A function builder that provides transformations for control flow concepts into HTML components.
12 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct HTMLBuilder {
14 |
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/SVG/SVGBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - SVGBuilder
11 | /// A function builder that provides transformations for control flow concepts into SVG components.
12 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct SVGBuilder {
14 |
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLOutputStream.swift:126:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
124 | }
125 |
126 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
127 | public func write(_ string: String) {
128 | write(Data(string.utf8))
[11/17] Compiling Vaux SVGBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/SVG/SVGBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - SVGBuilder
11 | /// A function builder that provides transformations for control flow concepts into SVG components.
12 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct SVGBuilder {
14 |
[12/17] Compiling Vaux SVGNode.swift
[13/17] Compiling Vaux SVGExtensions.swift
[14/17] Compiling Vaux HTMLBuilder.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - HTMLBuilder
11 | /// A function builder that provides transformations for control flow concepts into HTML components.
12 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct HTMLBuilder {
14 |
[15/17] Compiling Vaux HTMLExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLBuilder.swift:12:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
10 | // MARK: - HTMLBuilder
11 | /// A function builder that provides transformations for control flow concepts into HTML components.
12 | @_functionBuilder
| `- warning: '@_functionBuilder' has been renamed to '@resultBuilder'
13 | public struct HTMLBuilder {
14 |
[16/17] Compiling Vaux HTMLNode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLOutputStream.swift:126:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
124 | }
125 |
126 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
127 | public func write(_ string: String) {
128 | write(Data(string.utf8))
[17/17] Compiling Vaux HTMLOutputStream.swift
/Users/admin/builder/spi-builder-workspace/Sources/Vaux/HTML/HTMLOutputStream.swift:126:1: warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
124 | }
125 |
126 | extension FileHandle: TextOutputStream {
| |- warning: extension declares a conformance of imported type 'FileHandle' to imported protocol 'TextOutputStream'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
127 | public func write(_ string: String) {
128 | write(Data(string.utf8))
[18/18] Compiling Vaux Vaux.swift
Build complete! (14.78s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Vaux",
"name" : "Vaux",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Vaux",
"targets" : [
"Vaux"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VauxTests",
"module_type" : "SwiftTarget",
"name" : "VauxTests",
"path" : "Tests/VauxTests",
"sources" : [
"VauxTableTests.swift",
"VauxTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"Vaux"
],
"type" : "test"
},
{
"c99name" : "Vaux",
"module_type" : "SwiftTarget",
"name" : "Vaux",
"path" : "Sources/Vaux",
"product_memberships" : [
"Vaux"
],
"sources" : [
"Attributes.swift",
"Builders.swift",
"Enums.swift",
"Errors.swift",
"FileHelper.swift",
"HTML/HTML.swift",
"HTML/HTMLBuilder.swift",
"HTML/HTMLExtensions.swift",
"HTML/HTMLNode.swift",
"HTML/HTMLOutputStream.swift",
"SVG/SVG.swift",
"SVG/SVGBuilder.swift",
"SVG/SVGExtensions.swift",
"SVG/SVGNode.swift",
"Vaux.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.