Build Information
Successful build of CoreTextSwift, reference master (833177
), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 22:25:47 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/krzyzanowskim/CoreTextSwift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/krzyzanowskim/CoreTextSwift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8331772 Use NSAttributedString.Key
Cloned https://github.com/krzyzanowskim/CoreTextSwift.git
Revision (git rev-parse @):
833177201d6421e6322296f39fce6ff6ae52618a
SUCCESS checkout https://github.com/krzyzanowskim/CoreTextSwift.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": "coretextswift",
"name": "CoreTextSwift",
"url": "https://github.com/krzyzanowskim/CoreTextSwift.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreTextSwift",
"dependencies": [
]
}
]
}
Fetching https://github.com/krzyzanowskim/CoreTextSwift.git
[1/98] Fetching coretextswift
Fetched https://github.com/krzyzanowskim/CoreTextSwift.git from cache (0.78s)
Creating working copy for https://github.com/krzyzanowskim/CoreTextSwift.git
Working copy of https://github.com/krzyzanowskim/CoreTextSwift.git resolved at master (8331772)
warning: '.resolve-product-dependencies': dependency 'coretextswift' 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/krzyzanowskim/CoreTextSwift.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/13] Compiling CoreTextSwift CTStringAttribute.swift
[4/13] Compiling CoreTextSwift CTLine+Swift.swift
[5/14] Compiling CoreTextSwift CTRun+Swift.swift
[6/14] Compiling CoreTextSwift FontManager+Swift.swift
[7/14] Compiling CoreTextSwift CTFramesetter+Swift.swift
[8/14] Compiling CoreTextSwift CTGlyphInfo+Swift.swift
[9/14] Compiling CoreTextSwift CTFont+Swift.swift
[10/14] Compiling CoreTextSwift CTFrame+Swift.swift
[11/14] Compiling CoreTextSwift NSRange+Helpers.swift
[12/14] Emitting module CoreTextSwift
[13/14] Compiling CoreTextSwift Array+CGGlyph.swift
[14/14] Compiling CoreTextSwift CFAttributedString+CoreText.swift
Build complete! (15.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "CoreTextSwift",
"name" : "CoreTextSwift",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CoreTextSwift",
"targets" : [
"CoreTextSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CoreTextSwift",
"module_type" : "SwiftTarget",
"name" : "CoreTextSwift",
"path" : "Sources/CoreTextSwift",
"product_memberships" : [
"CoreTextSwift"
],
"sources" : [
"Array+CGGlyph.swift",
"CFAttributedString+CoreText.swift",
"CTFont+Swift.swift",
"CTFrame+Swift.swift",
"CTFramesetter+Swift.swift",
"CTGlyphInfo+Swift.swift",
"CTLine+Swift.swift",
"CTRun+Swift.swift",
"CTStringAttribute.swift",
"FontManager+Swift.swift",
"NSRange+Helpers.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.