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 BerkananCompression, reference master (8c1b9a), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 03:22:46 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/zssz/BerkananCompression.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/zssz/BerkananCompression
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8c1b9ac Add watchOS support Remove tests
Cloned https://github.com/zssz/BerkananCompression.git
Revision (git rev-parse @):
8c1b9ac74a6f54fd87a2c365ec52b5afc6e0c14b
SUCCESS checkout https://github.com/zssz/BerkananCompression.git at master
========================================
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": "berkanancompression",
      "name": "BerkananCompression",
      "url": "https://github.com/zssz/BerkananCompression.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BerkananCompression",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/zssz/BerkananCompression.git
[1/45] Fetching berkanancompression
Fetched https://github.com/zssz/BerkananCompression.git from cache (0.67s)
Creating working copy for https://github.com/zssz/BerkananCompression.git
Working copy of https://github.com/zssz/BerkananCompression.git resolved at master (8c1b9ac)
warning: '.resolve-product-dependencies': dependency 'berkanancompression' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/zssz/BerkananCompression.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/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/6] Compiling BerkananCompression DataProtocol+Compression.swift
[4/6] Emitting module BerkananCompression
/Users/admin/builder/spi-builder-workspace/Sources/BerkananCompression/Algorithm+CustomStringConvertible.swift:12:1: warning: extension declares a conformance of imported type 'Algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
10 |
11 | @available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
12 | extension Algorithm: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |
14 |   public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/BerkananCompression/Data+Compression.swift:163:1: warning: extension declares a conformance of imported type 'compression_algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
161 | }
162 |
163 | extension compression_algorithm: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'compression_algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
164 |
165 |   public var description: String {
[5/6] Compiling BerkananCompression Algorithm+CustomStringConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/BerkananCompression/Algorithm+CustomStringConvertible.swift:12:1: warning: extension declares a conformance of imported type 'Algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
10 |
11 | @available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
12 | extension Algorithm: CustomStringConvertible {
   | |- warning: extension declares a conformance of imported type 'Algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
13 |
14 |   public var description: String {
[6/6] Compiling BerkananCompression Data+Compression.swift
/Users/admin/builder/spi-builder-workspace/Sources/BerkananCompression/Data+Compression.swift:163:1: warning: extension declares a conformance of imported type 'compression_algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
161 | }
162 |
163 | extension compression_algorithm: CustomStringConvertible {
    | |- warning: extension declares a conformance of imported type 'compression_algorithm' to imported protocol 'CustomStringConvertible'; this will not behave correctly if the owners of 'Compression' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
164 |
165 |   public var description: String {
Build complete! (6.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BerkananCompression",
  "name" : "BerkananCompression",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BerkananCompression",
      "targets" : [
        "BerkananCompression"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BerkananCompression",
      "module_type" : "SwiftTarget",
      "name" : "BerkananCompression",
      "path" : "Sources/BerkananCompression",
      "product_memberships" : [
        "BerkananCompression"
      ],
      "sources" : [
        "Algorithm+CustomStringConvertible.swift",
        "Data+Compression.swift",
        "DataProtocol+Compression.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.