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 SwiftyXcActivityLog, reference main (d4108a), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 19:26:25 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 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KS1019/SwiftyXcActivityLog.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KS1019/SwiftyXcActivityLog
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d4108a2 Update README.md
Cloned https://github.com/KS1019/SwiftyXcActivityLog.git
Revision (git rev-parse @):
d4108a25581d3a59b97384ec9bb2b2f8ba0108f3
SUCCESS checkout https://github.com/KS1019/SwiftyXcActivityLog.git at main
Fetching https://github.com/JohnSundell/Files
Fetching https://github.com/1024jp/GzipSwift
[1/1549] Fetching gzipswift
[187/2785] Fetching gzipswift, files
Fetched https://github.com/1024jp/GzipSwift from cache (0.82s)
Fetched https://github.com/JohnSundell/Files from cache (0.82s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.1.1 (1.41s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.57s)
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.1.1
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
========================================
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": "swiftyxcactivitylog",
      "name": "SwiftyXcActivityLog",
      "url": "https://github.com/KS1019/SwiftyXcActivityLog.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftyXcActivityLog",
      "dependencies": [
        {
          "identity": "files",
          "name": "Files",
          "url": "https://github.com/JohnSundell/Files",
          "version": "4.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Files",
          "dependencies": [
          ]
        },
        {
          "identity": "gzipswift",
          "name": "Gzip",
          "url": "https://github.com/1024jp/GzipSwift",
          "version": "5.2.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/GzipSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/KS1019/SwiftyXcActivityLog.git
[1/120] Fetching swiftyxcactivitylog
Fetched https://github.com/KS1019/SwiftyXcActivityLog.git from cache (0.64s)
Fetching https://github.com/1024jp/GzipSwift from cache
Fetching https://github.com/JohnSundell/Files from cache
Fetched https://github.com/1024jp/GzipSwift from cache (0.45s)
Fetched https://github.com/JohnSundell/Files from cache (0.46s)
Computing version for https://github.com/JohnSundell/Files
Computed https://github.com/JohnSundell/Files at 4.2.0 (0.52s)
Computing version for https://github.com/1024jp/GzipSwift
Computed https://github.com/1024jp/GzipSwift at 5.2.0 (0.52s)
Creating working copy for https://github.com/JohnSundell/Files
Working copy of https://github.com/JohnSundell/Files resolved at 4.2.0
Creating working copy for https://github.com/KS1019/SwiftyXcActivityLog.git
Working copy of https://github.com/KS1019/SwiftyXcActivityLog.git resolved at main (d4108a2)
Creating working copy for https://github.com/1024jp/GzipSwift
Working copy of https://github.com/1024jp/GzipSwift resolved at 5.2.0
warning: '.resolve-product-dependencies': dependency 'swiftyxcactivitylog' is not used by any target
Found 2 product dependencies
  - Files
  - Gzip
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/KS1019/SwiftyXcActivityLog.git
https://github.com/KS1019/SwiftyXcActivityLog.git
{
  "dependencies" : [
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift"
    }
  ],
  "manifest_display_name" : "SwiftyXcActivityLog",
  "name" : "SwiftyXcActivityLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXcActivityLog",
      "targets" : [
        "SwiftyXcActivityLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXcActivityLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXcActivityLogTests",
      "path" : "Tests/SwiftyXcActivityLogTests",
      "sources" : [
        "SwiftyXcActivityLogTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXcActivityLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXcActivityLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXcActivityLog",
      "path" : "Sources/SwiftyXcActivityLog",
      "product_dependencies" : [
        "Files",
        "Gzip"
      ],
      "product_memberships" : [
        "SwiftyXcActivityLog"
      ],
      "sources" : [
        "Execution.swift",
        "Extensions.swift",
        "XcActivityLog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
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/5] Write sources
[3/5] Compiling system-zlib anchor.c
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/9] Emitting module Gzip
[7/9] Compiling Gzip Data+Gzip.swift
[8/9] Emitting module Files
[9/9] Compiling Files Files.swift
[10/13] Compiling SwiftyXcActivityLog Extensions.swift
[11/13] Compiling SwiftyXcActivityLog Execution.swift
[12/13] Compiling SwiftyXcActivityLog XcActivityLog.swift
[13/13] Emitting module SwiftyXcActivityLog
Build complete! (7.14s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "files",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/JohnSundell/Files"
    },
    {
      "identity" : "gzipswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.1",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/1024jp/GzipSwift"
    }
  ],
  "manifest_display_name" : "SwiftyXcActivityLog",
  "name" : "SwiftyXcActivityLog",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.11"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyXcActivityLog",
      "targets" : [
        "SwiftyXcActivityLog"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyXcActivityLogTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXcActivityLogTests",
      "path" : "Tests/SwiftyXcActivityLogTests",
      "sources" : [
        "SwiftyXcActivityLogTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftyXcActivityLog"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyXcActivityLog",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyXcActivityLog",
      "path" : "Sources/SwiftyXcActivityLog",
      "product_dependencies" : [
        "Files",
        "Gzip"
      ],
      "product_memberships" : [
        "SwiftyXcActivityLog"
      ],
      "sources" : [
        "Execution.swift",
        "Extensions.swift",
        "XcActivityLog.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.