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 FLet, reference main (0ca1cd), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 13:50:48 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/FLet.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/FLet
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 0ca1cd5 Update c to 1.0.0
Cloned https://github.com/0xOpenBytes/FLet.git
Revision (git rev-parse @):
0ca1cd5a70e9f790bd3ef6f99c14e721bbce2386
SUCCESS checkout https://github.com/0xOpenBytes/FLet.git at main
Fetching https://github.com/0xOpenBytes/c
Fetching https://github.com/0xOpenBytes/o
Fetching https://github.com/0xOpenBytes/t
[1/248] Fetching o
[49/616] Fetching o, t
[406/853] Fetching o, t, c
Fetched https://github.com/0xOpenBytes/t from cache (0.97s)
Fetched https://github.com/0xOpenBytes/o from cache (0.97s)
Fetched https://github.com/0xOpenBytes/c from cache (0.97s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.2.1 (0.74s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.0.0 (0.94s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (0.67s)
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.0
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.0.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 0.2.1
========================================
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": "flet",
      "name": "FLet",
      "url": "https://github.com/0xOpenBytes/FLet.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/FLet",
      "dependencies": [
        {
          "identity": "t",
          "name": "t",
          "url": "https://github.com/0xOpenBytes/t",
          "version": "0.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
          "dependencies": [
          ]
        },
        {
          "identity": "c",
          "name": "c",
          "url": "https://github.com/0xOpenBytes/c",
          "version": "1.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/c",
          "dependencies": [
            {
              "identity": "t",
              "name": "t",
              "url": "https://github.com/0xOpenBytes/t",
              "version": "0.2.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
              "dependencies": [
              ]
            }
          ]
        },
        {
          "identity": "o",
          "name": "o",
          "url": "https://github.com/0xOpenBytes/o",
          "version": "0.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/o",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xOpenBytes/FLet.git
[1/27] Fetching flet
Fetched https://github.com/0xOpenBytes/FLet.git from cache (0.56s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetching https://github.com/0xOpenBytes/c from cache
Fetching https://github.com/0xOpenBytes/o from cache
Fetched https://github.com/0xOpenBytes/t from cache (0.55s)
Fetched https://github.com/0xOpenBytes/c from cache (0.55s)
Fetched https://github.com/0xOpenBytes/o from cache (0.55s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 0.2.0 (0.03s)
Computing version for https://github.com/0xOpenBytes/o
Computed https://github.com/0xOpenBytes/o at 0.3.0 (0.02s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 1.2.0 (0.02s)
Creating working copy for https://github.com/0xOpenBytes/FLet.git
Working copy of https://github.com/0xOpenBytes/FLet.git resolved at main (0ca1cd5)
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 1.2.0
Creating working copy for https://github.com/0xOpenBytes/o
Working copy of https://github.com/0xOpenBytes/o resolved at 0.3.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 0.2.0
warning: '.resolve-product-dependencies': dependency 'flet' is not used by any target
Found 3 product dependencies
  - t
  - c
  - o
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xOpenBytes/FLet.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--7754E27361AE5C74.txt
[6/22] Compiling t t.swift
[7/22] Emitting module o
[8/22] Compiling o NotificationPost.swift
[9/23] Compiling o o.swift
[10/23] Compiling o NotificationAuthorization.swift
[11/23] Compiling o NotificationDelegate.swift
[12/23] Compiling o NotificationDelete.swift
[13/23] Compiling o o+console.swift
[14/23] Compiling o o+file.swift
[15/23] Compiling o NotificationGet.swift
[16/23] Compiling o NotificationUpdate.swift
[17/23] Compiling o o+notification.swift
[18/23] Compiling o o+url.swift
[19/23] Compiling t t+Structure.swift
[20/23] Compiling t t+Assertion.swift
[21/23] Compiling t t+Factories.swift
[22/23] Emitting module t
[23/23] Compiling t t+Logging.swift
[24/25] Emitting module c
[25/25] Compiling c c.swift
[26/27] Compiling FLet FLet.swift
[27/27] Emitting module FLet
Build complete! (18.20s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "t",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/t"
    },
    {
      "identity" : "c",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/c"
    },
    {
      "identity" : "o",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/o"
    }
  ],
  "manifest_display_name" : "FLet",
  "name" : "FLet",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "FLet",
      "targets" : [
        "FLet"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FLetTests",
      "module_type" : "SwiftTarget",
      "name" : "FLetTests",
      "path" : "Tests/FLetTests",
      "sources" : [
        "FLetTests.swift"
      ],
      "target_dependencies" : [
        "FLet"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FLet",
      "module_type" : "SwiftTarget",
      "name" : "FLet",
      "path" : "Sources/FLet",
      "product_dependencies" : [
        "t",
        "c",
        "o"
      ],
      "product_memberships" : [
        "FLet"
      ],
      "sources" : [
        "FLet.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.