Build Information
Successful build of EmailValidation, reference main (43ca6b), with Swift 6.2 for macOS (SPM) on 30 Oct 2025 16:51:35 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/josetorronteras/EmailValidationMacro.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/josetorronteras/EmailValidationMacro
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 43ca6b1 build(deps): bump github.com/apple/swift-syntax from 601.0.1 to 602.0.0 (#12)
Cloned https://github.com/josetorronteras/EmailValidationMacro.git
Revision (git rev-parse @):
43ca6b13ab08a295f64de5d1bf187eab2f492ab4
SUCCESS checkout https://github.com/josetorronteras/EmailValidationMacro.git at main
Fetching https://github.com/apple/swift-syntax.git
[1/72653] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (3.47s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (6.56s)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.2.0.19.9-MacroSupport-macos_aarch64.zip (0.17s)
========================================
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": "emailvalidationmacro",
"name": "EmailValidation",
"url": "https://github.com/josetorronteras/EmailValidationMacro.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/EmailValidationMacro",
"dependencies": [
{
"identity": "swift-syntax",
"name": "swift-syntax",
"url": "https://github.com/apple/swift-syntax.git",
"version": "602.0.0",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-syntax",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/josetorronteras/EmailValidationMacro.git
[1/166] Fetching emailvalidationmacro
Fetched https://github.com/josetorronteras/EmailValidationMacro.git from cache (0.64s)
Fetching https://github.com/apple/swift-syntax.git from cache
Fetched https://github.com/apple/swift-syntax.git from cache (0.84s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 602.0.0 (0.93s)
Creating working copy for https://github.com/josetorronteras/EmailValidationMacro.git
Working copy of https://github.com/josetorronteras/EmailValidationMacro.git resolved at main (43ca6b1)
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 602.0.0
Found 1 product dependencies
- swift-syntax
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/josetorronteras/EmailValidationMacro.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/10] Write sources
[2/10] Write EmailValidationClient-entitlement.plist
[4/10] Write swift-version-49B95AFC49DCD68C.txt
[6/13] Compiling EmailValidationMacros EmailValidationMacro.swift
/Users/admin/builder/spi-builder-workspace/Sources/EmailValidationMacros/EmailValidationMacro.swift:27:35: warning: 'argumentList' is deprecated: renamed to 'arguments' [#DeprecatedDeclaration]
25 | in context: some MacroExpansionContext
26 | ) throws -> ExprSyntax {
27 | guard let argument = node.argumentList.first?.expression,
| |- warning: 'argumentList' is deprecated: renamed to 'arguments' [#DeprecatedDeclaration]
| `- note: use 'arguments' instead
28 | let segments = argument.as(StringLiteralExprSyntax.self)?.segments,
29 | segments.count == 1,
[#DeprecatedDeclaration]: <https://docs.swift.org/compiler/documentation/diagnostics/deprecated-declaration>
[7/13] Emitting module EmailValidationMacros
[8/13] Compiling EmailValidationMacros EmailValidationMacroError.swift
[8/13] Write Objects.LinkFileList
[9/13] Linking EmailValidationMacros-tool
[11/15] Emitting module EmailValidation
[12/15] Compiling EmailValidation EmailValidation.swift
[13/17] Compiling EmailValidationClient main.swift
[14/17] Emitting module EmailValidationClient
[14/17] Write Objects.LinkFileList
[15/17] Linking EmailValidationClient
[16/17] Applying EmailValidationClient
Build complete! (6.18s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-syntax",
"requirement" : {
"range" : [
{
"lower_bound" : "602.0.0",
"upper_bound" : "603.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-syntax.git"
}
],
"manifest_display_name" : "EmailValidation",
"name" : "EmailValidation",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "EmailValidation",
"targets" : [
"EmailValidation"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "EmailValidationClient",
"targets" : [
"EmailValidationClient"
],
"type" : {
"executable" : null
}
},
{
"name" : "EmailValidationMacros",
"targets" : [
"EmailValidationMacros"
],
"type" : {
"macro" : null
}
}
],
"targets" : [
{
"c99name" : "EmailValidationTests",
"module_type" : "SwiftTarget",
"name" : "EmailValidationTests",
"path" : "Tests/EmailValidationTests",
"product_dependencies" : [
"SwiftSyntaxMacrosTestSupport"
],
"sources" : [
"EmailValidationTests.swift"
],
"target_dependencies" : [
"EmailValidationMacros"
],
"type" : "test"
},
{
"c99name" : "EmailValidationMacros",
"module_type" : "SwiftTarget",
"name" : "EmailValidationMacros",
"path" : "Sources/EmailValidationMacros",
"product_dependencies" : [
"SwiftSyntaxMacros",
"SwiftCompilerPlugin"
],
"product_memberships" : [
"EmailValidation",
"EmailValidationClient",
"EmailValidationMacros"
],
"sources" : [
"EmailValidationMacro.swift",
"EmailValidationMacroError.swift"
],
"type" : "macro"
},
{
"c99name" : "EmailValidationClient",
"module_type" : "SwiftTarget",
"name" : "EmailValidationClient",
"path" : "Sources/EmailValidationClient",
"product_memberships" : [
"EmailValidationClient"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"EmailValidation"
],
"type" : "executable"
},
{
"c99name" : "EmailValidation",
"module_type" : "SwiftTarget",
"name" : "EmailValidation",
"path" : "Sources/EmailValidation",
"product_memberships" : [
"EmailValidation",
"EmailValidationClient"
],
"sources" : [
"EmailValidation.swift"
],
"target_dependencies" : [
"EmailValidationMacros"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Done.