Build Information
Successful build of ENSNormalize, reference main (d848cc), with Swift 6.1 for macOS (SPM) on 23 Apr 2026 00:36:09 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adraffy/ENSNormalize.swift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adraffy/ENSNormalize.swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d848cc5 update to 17
Cloned https://github.com/adraffy/ENSNormalize.swift.git
Revision (git rev-parse @):
d848cc56f5ba8a9cb60dc26b61c96ca51509ef52
SUCCESS checkout https://github.com/adraffy/ENSNormalize.swift.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adraffy/ENSNormalize.swift.git
https://github.com/adraffy/ENSNormalize.swift.git
{
"dependencies" : [
],
"manifest_display_name" : "ENSNormalize",
"name" : "ENSNormalize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ENSNormalize",
"targets" : [
"ENSNormalize"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ENSNormalizeTests",
"module_type" : "SwiftTarget",
"name" : "ENSNormalizeTests",
"path" : "Tests/ENSNormalizeTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ENSNormalizeTests/tests/nf-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ENSNormalizeTests/tests/tests.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ENSNormalizeTests.swift"
],
"target_dependencies" : [
"ENSNormalize"
],
"type" : "test"
},
{
"c99name" : "ENSNormalize",
"module_type" : "SwiftTarget",
"name" : "ENSNormalize",
"path" : "Sources/ENSNormalize",
"product_memberships" : [
"ENSNormalize"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ENSNormalize/data/nf.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ENSNormalize/data/spec.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Cp.swift",
"Decoder.swift",
"ENSIP15.swift",
"EmojiNode.swift",
"EmojiSequence.swift",
"Group.swift",
"NF.swift",
"NormError.swift",
"OutputToken.swift",
"StringExt.swift",
"Whole.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/4] Write sources
[0/4] Copying spec.bin
[1/4] Copying nf.bin
[3/4] Write swift-version-2F0A5646E1D333AE.txt
[5/16] Compiling ENSNormalize StringExt.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/16] Compiling ENSNormalize Whole.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/16] Compiling ENSNormalize Group.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/16] Compiling ENSNormalize OutputToken.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/16] Compiling ENSNormalize NormError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/17] Compiling ENSNormalize NF.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/17] Compiling ENSNormalize EmojiSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/17] Compiling ENSNormalize ENSIP15.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/17] Compiling ENSNormalize EmojiNode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/17] Compiling ENSNormalize Cp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/17] Compiling ENSNormalize Decoder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/17] Emitting module ENSNormalize
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/17] Compiling ENSNormalize resource_bundle_accessor.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (4.85s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "ENSNormalize",
"name" : "ENSNormalize",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ENSNormalize",
"targets" : [
"ENSNormalize"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ENSNormalizeTests",
"module_type" : "SwiftTarget",
"name" : "ENSNormalizeTests",
"path" : "Tests/ENSNormalizeTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ENSNormalizeTests/tests/nf-tests.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/ENSNormalizeTests/tests/tests.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ENSNormalizeTests.swift"
],
"target_dependencies" : [
"ENSNormalize"
],
"type" : "test"
},
{
"c99name" : "ENSNormalize",
"module_type" : "SwiftTarget",
"name" : "ENSNormalize",
"path" : "Sources/ENSNormalize",
"product_memberships" : [
"ENSNormalize"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ENSNormalize/data/nf.bin",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/ENSNormalize/data/spec.bin",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Cp.swift",
"Decoder.swift",
"ENSIP15.swift",
"EmojiNode.swift",
"EmojiSequence.swift",
"Group.swift",
"NF.swift",
"NormError.swift",
"OutputToken.swift",
"StringExt.swift",
"Whole.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.