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 Sutinky, reference main (5f26cd), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 05:55:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/D-Integral/Sutinky.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/D-Integral/Sutinky
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 5f26cde Update README.md
Cloned https://github.com/D-Integral/Sutinky.git
Revision (git rev-parse @):
5f26cdec1e01eeae6b5b572f20159f2ad44321e6
SUCCESS checkout https://github.com/D-Integral/Sutinky.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/D-Integral/Sutinky.git
https://github.com/D-Integral/Sutinky.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sutinky",
  "name" : "Sutinky",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Sutinky",
      "targets" : [
        "Sutinky"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SutinkyTests",
      "module_type" : "SwiftTarget",
      "name" : "SutinkyTests",
      "path" : "Tests/SutinkyTests",
      "sources" : [
        "SutinkyTests.swift"
      ],
      "target_dependencies" : [
        "Sutinky"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sutinky",
      "module_type" : "SwiftTarget",
      "name" : "Sutinky",
      "path" : "Sources/Sutinky",
      "product_memberships" : [
        "Sutinky"
      ],
      "sources" : [
        "DayInMonthView.swift",
        "DayInMonthViewModel.swift",
        "DaysOfMonthView.swift",
        "MonthAndYearHeaderView.swift",
        "NavigationButtonsView.swift",
        "NextNavigationButtonView.swift",
        "PreviousNavigationButtonView.swift",
        "Sutinky.swift",
        "ViewModel.swift",
        "WeekdaysHeaderView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Sutinky Sutinky.swift
[4/13] Compiling Sutinky ViewModel.swift
[5/13] Compiling Sutinky PreviousNavigationButtonView.swift
[6/13] Compiling Sutinky MonthAndYearHeaderView.swift
[7/13] Compiling Sutinky DaysOfMonthView.swift
[8/13] Compiling Sutinky DayInMonthViewModel.swift
[9/13] Compiling Sutinky NavigationButtonsView.swift
[10/13] Compiling Sutinky DayInMonthView.swift
[11/13] Compiling Sutinky NextNavigationButtonView.swift
[12/13] Emitting module Sutinky
[13/13] Compiling Sutinky WeekdaysHeaderView.swift
Build complete! (11.80s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Sutinky",
  "name" : "Sutinky",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    }
  ],
  "products" : [
    {
      "name" : "Sutinky",
      "targets" : [
        "Sutinky"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SutinkyTests",
      "module_type" : "SwiftTarget",
      "name" : "SutinkyTests",
      "path" : "Tests/SutinkyTests",
      "sources" : [
        "SutinkyTests.swift"
      ],
      "target_dependencies" : [
        "Sutinky"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Sutinky",
      "module_type" : "SwiftTarget",
      "name" : "Sutinky",
      "path" : "Sources/Sutinky",
      "product_memberships" : [
        "Sutinky"
      ],
      "sources" : [
        "DayInMonthView.swift",
        "DayInMonthViewModel.swift",
        "DaysOfMonthView.swift",
        "MonthAndYearHeaderView.swift",
        "NavigationButtonsView.swift",
        "NextNavigationButtonView.swift",
        "PreviousNavigationButtonView.swift",
        "Sutinky.swift",
        "ViewModel.swift",
        "WeekdaysHeaderView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.