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

Failed to build ThirdPartyMailer, reference main (5f08c5), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 22:35:56 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vtourraine/thirdpartymailer.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vtourraine/thirdpartymailer
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5f08c53 Merge branch 'main' of https://github.com/vtourraine/ThirdPartyMailer
Cloned https://github.com/vtourraine/thirdpartymailer.git
Revision (git rev-parse @):
5f08c53fd18667ad17b28e77909a954adaccda02
SUCCESS checkout https://github.com/vtourraine/thirdpartymailer.git at main
========================================
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": "thirdpartymailer",
      "name": "ThirdPartyMailer",
      "url": "https://github.com/vtourraine/thirdpartymailer.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/thirdpartymailer",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/vtourraine/thirdpartymailer.git
[1/847] Fetching thirdpartymailer
Fetched https://github.com/vtourraine/thirdpartymailer.git from cache (1.02s)
Creating working copy for https://github.com/vtourraine/thirdpartymailer.git
Working copy of https://github.com/vtourraine/thirdpartymailer.git resolved at main (5f08c53)
warning: '.resolve-product-dependencies': dependency 'thirdpartymailer' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vtourraine/thirdpartymailer.git
https://github.com/vtourraine/thirdpartymailer.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ThirdPartyMailer",
  "name" : "ThirdPartyMailer",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "ThirdPartyMailer",
      "targets" : [
        "ThirdPartyMailer"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ThirdPartyMailerTests",
      "module_type" : "SwiftTarget",
      "name" : "ThirdPartyMailerTests",
      "path" : "Tests/ThirdPartyMailerTests",
      "sources" : [
        "ThirdPartyMailClientsTests.swift"
      ],
      "target_dependencies" : [
        "ThirdPartyMailer"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ThirdPartyMailer",
      "module_type" : "SwiftTarget",
      "name" : "ThirdPartyMailer",
      "path" : "Sources/ThirdPartyMailer",
      "product_memberships" : [
        "ThirdPartyMailer"
      ],
      "sources" : [
        "ThirdPartyMailClient.swift",
        "ThirdPartyMailer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
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/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module ThirdPartyMailer
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
[4/5] Compiling ThirdPartyMailer ThirdPartyMailer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
[5/5] Compiling ThirdPartyMailer ThirdPartyMailClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/4] Compiling ThirdPartyMailer ThirdPartyMailer.swift
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/4] Emitting module ThirdPartyMailer
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
[4/4] Compiling ThirdPartyMailer ThirdPartyMailClient.swift
/Users/admin/builder/spi-builder-workspace/Sources/ThirdPartyMailer/ThirdPartyMailer.swift:24:8: error: no such module 'UIKit'
22 | // THE SOFTWARE.
23 |
24 | import UIKit
   |        `- error: no such module 'UIKit'
25 |
26 | /// Tests third party mail clients availability, and opens third party mail clients in compose mode.
BUILD FAILURE 6.1 macosSpm