Build Information
Successful build of SwiftASCII, reference main (399c33
), with Swift 6.0 for macOS (SPM) on 27 Jan 2025 22:52:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orchetect/SwiftASCII.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/orchetect/SwiftASCII
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 399c336 Updated GitHub CI
Cloned https://github.com/orchetect/SwiftASCII.git
Revision (git rev-parse @):
399c33602397a1b26e46446463567300c8fa8a8d
SUCCESS checkout https://github.com/orchetect/SwiftASCII.git at main
========================================
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": "swiftascii",
"name": "SwiftASCII",
"url": "https://github.com/orchetect/SwiftASCII.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftASCII",
"dependencies": [
]
}
]
}
Fetching https://github.com/orchetect/SwiftASCII.git
[1/345] Fetching swiftascii
Fetched https://github.com/orchetect/SwiftASCII.git from cache (0.79s)
Creating working copy for https://github.com/orchetect/SwiftASCII.git
Working copy of https://github.com/orchetect/SwiftASCII.git resolved at main (399c336)
warning: '.resolve-product-dependencies': dependency 'swiftascii' 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/orchetect/SwiftASCII.git
https://github.com/orchetect/SwiftASCII.git
{
"dependencies" : [
],
"manifest_display_name" : "SwiftASCII",
"name" : "SwiftASCII",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftASCII",
"targets" : [
"SwiftASCII"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftASCIITests",
"module_type" : "SwiftTarget",
"name" : "SwiftASCIITests",
"path" : "Tests/SwiftASCIITests",
"sources" : [
"ASCIICharacter Tests.swift",
"ASCIIString Tests.swift",
"String Tests.swift"
],
"target_dependencies" : [
"SwiftASCII"
],
"type" : "test"
},
{
"c99name" : "SwiftASCII",
"module_type" : "SwiftTarget",
"name" : "SwiftASCII",
"path" : "Sources/SwiftASCII",
"product_memberships" : [
"SwiftASCII"
],
"sources" : [
"ASCIICharacter.swift",
"ASCIIString.swift",
"CharacterSet.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.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-5BDAB9E9C0126B9D.txt
[3/7] Compiling SwiftASCII ASCIIString.swift
[4/7] Compiling SwiftASCII String.swift
[5/7] Compiling SwiftASCII CharacterSet.swift
[6/7] Compiling SwiftASCII ASCIICharacter.swift
[7/7] Emitting module SwiftASCII
Build complete! (7.15s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftASCII",
"name" : "SwiftASCII",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "SwiftASCII",
"targets" : [
"SwiftASCII"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftASCIITests",
"module_type" : "SwiftTarget",
"name" : "SwiftASCIITests",
"path" : "Tests/SwiftASCIITests",
"sources" : [
"ASCIICharacter Tests.swift",
"ASCIIString Tests.swift",
"String Tests.swift"
],
"target_dependencies" : [
"SwiftASCII"
],
"type" : "test"
},
{
"c99name" : "SwiftASCII",
"module_type" : "SwiftTarget",
"name" : "SwiftASCII",
"path" : "Sources/SwiftASCII",
"product_memberships" : [
"SwiftASCII"
],
"sources" : [
"ASCIICharacter.swift",
"ASCIIString.swift",
"CharacterSet.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.