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 Ciao, reference master (0d0fce), with Swift 5.9 for macOS (SPM) on 7 Jan 2025 17:44:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AlTavares/Ciao.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AlTavares/Ciao
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 0d0fce4 Merge pull request #9 from joshbillions/fix/update_installation_instructions
Cloned https://github.com/AlTavares/Ciao.git
Revision (git rev-parse @):
0d0fce4d163442c8f9ba6fb379206bb2c177f988
SUCCESS checkout https://github.com/AlTavares/Ciao.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/AlTavares/Ciao.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling Ciao ServiceType.swift
[2/7] Compiling Ciao Logger.swift
[3/7] Compiling Ciao NetServiceExtension.swift
[4/7] Compiling Ciao CiaoResolver.swift
[5/7] Compiling Ciao CiaoServer.swift
[6/7] Emitting module Ciao
[7/7] Compiling Ciao CiaoBrowser.swift
Build complete! (7.54s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Ciao",
  "name" : "Ciao",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Ciao",
      "targets" : [
        "Ciao"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CiaoTests",
      "module_type" : "SwiftTarget",
      "name" : "CiaoTests",
      "path" : "Tests/CiaoTests",
      "sources" : [
        "CiaoBrowserTests.swift",
        "CiaoServerTests.swift",
        "TestWithExpectation.swift"
      ],
      "target_dependencies" : [
        "Ciao"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Ciao",
      "module_type" : "SwiftTarget",
      "name" : "Ciao",
      "path" : "Sources/Ciao",
      "product_memberships" : [
        "Ciao"
      ],
      "sources" : [
        "CiaoBrowser.swift",
        "CiaoResolver.swift",
        "CiaoServer.swift",
        "Logger.swift",
        "NetServiceExtension.swift",
        "ServiceType.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.