The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftEmailValidator, reference 1.0.4 (521eae), with Swift 6.0 for macOS (SPM) on 15 Sep 2024 12:55:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ekscrypto/SwiftEmailValidator.git
Reference: 1.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ekscrypto/SwiftEmailValidator
 * tag               1.0.4      -> FETCH_HEAD
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 1.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ekscrypto/SwiftEmailValidator.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun 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
[0/4] Copying registry.json
[3/4] Write swift-version-117DEE11B69C53C9.txt
[5/10] Compiling SwiftPublicSuffixList PublicSuffixMatcher.swift
[6/10] Compiling SwiftPublicSuffixList resource_bundle_accessor.swift
[7/10] Emitting module SwiftPublicSuffixList
[8/10] Compiling SwiftPublicSuffixList PublicSuffixList.swift
[9/10] Compiling SwiftPublicSuffixList PublicSuffixOnlineRegistryFetcher.swift
[10/10] Compiling SwiftPublicSuffixList PublicSuffixRulesRegistry.swift
[11/14] Compiling SwiftEmailValidator IPAddressSyntaxValidator.swift
[12/14] Compiling SwiftEmailValidator RFC2047Coder.swift
[13/14] Compiling SwiftEmailValidator EmailSyntaxValidator.swift
[14/14] Emitting module SwiftEmailValidator
Build complete! (11.11s)
Fetching https://github.com/ekscrypto/SwiftPublicSuffixList.git
[3/147] Fetching swiftpublicsuffixlist
Fetched https://github.com/ekscrypto/SwiftPublicSuffixList.git from cache (0.79s)
Computing version for https://github.com/ekscrypto/SwiftPublicSuffixList.git
Computed https://github.com/ekscrypto/SwiftPublicSuffixList.git at 1.1.6 (0.70s)
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.