Build Information
Successful build of SwiftEmailValidator with Swift 6.0 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekscrypto/SwiftEmailValidator.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekscrypto/SwiftEmailValidator
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 521eaed Merge pull request #9 from Aloisius/public-mailbox-vars
Cloned https://github.com/ekscrypto/SwiftEmailValidator.git
Revision (git rev-parse @):
521eaed505350164ae5a3ad80457fa8639d0c3a6
SUCCESS checkout https://github.com/ekscrypto/SwiftEmailValidator.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/ekscrypto/SwiftEmailValidator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[2/4] Copying registry.json
[3/4] Write swift-version-6F35C1178C84523A.txt
[5/10] Compiling SwiftPublicSuffixList resource_bundle_accessor.swift
[6/10] Emitting module SwiftPublicSuffixList
[7/10] Compiling SwiftPublicSuffixList PublicSuffixList.swift
[8/10] Compiling SwiftPublicSuffixList PublicSuffixMatcher.swift
[9/10] Compiling SwiftPublicSuffixList PublicSuffixRulesRegistry.swift
[10/10] Compiling SwiftPublicSuffixList PublicSuffixOnlineRegistryFetcher.swift
[11/14] Emitting module SwiftEmailValidator
[12/14] Compiling SwiftEmailValidator EmailSyntaxValidator.swift
[13/14] Compiling SwiftEmailValidator IPAddressSyntaxValidator.swift
[14/14] Compiling SwiftEmailValidator RFC2047Coder.swift
Build complete! (21.56s)
Fetching https://github.com/ekscrypto/SwiftPublicSuffixList.git
[1/147] Fetching swiftpublicsuffixlist
Fetched https://github.com/ekscrypto/SwiftPublicSuffixList.git from cache (0.90s)
Computing version for https://github.com/ekscrypto/SwiftPublicSuffixList.git
Computed https://github.com/ekscrypto/SwiftPublicSuffixList.git at 1.1.6 (0.68s)
Creating working copy for https://github.com/ekscrypto/SwiftPublicSuffixList.git
Working copy of https://github.com/ekscrypto/SwiftPublicSuffixList.git resolved at 1.1.6
Build complete.
{
"dependencies" : [
{
"identity" : "swiftpublicsuffixlist",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.5",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ekscrypto/SwiftPublicSuffixList.git"
}
],
"manifest_display_name" : "SwiftEmailValidator",
"name" : "SwiftEmailValidator",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "ios",
"version" : "11.0"
},
{
"name" : "tvos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "SwiftEmailValidator",
"targets" : [
"SwiftEmailValidator"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftEmailValidatorTests",
"module_type" : "SwiftTarget",
"name" : "SwiftEmailValidatorTests",
"path" : "Tests/SwiftEmailValidatorTests",
"product_dependencies" : [
"SwiftPublicSuffixList"
],
"sources" : [
"EmailSyntaxValidatorTests.swift",
"IPAddressValidatorTests.swift",
"RFC2047CoderTests.swift"
],
"target_dependencies" : [
"SwiftEmailValidator"
],
"type" : "test"
},
{
"c99name" : "SwiftEmailValidator",
"module_type" : "SwiftTarget",
"name" : "SwiftEmailValidator",
"path" : "Sources/SwiftEmailValidator",
"product_dependencies" : [
"SwiftPublicSuffixList"
],
"product_memberships" : [
"SwiftEmailValidator"
],
"sources" : [
"EmailSyntaxValidator.swift",
"IPAddressSyntaxValidator.swift",
"RFC2047Coder.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.