This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 Puppy with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 1

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sushichop/Puppy.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sushichop/Puppy
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 510741f fix: init date format otherwise no timestamp is present in logs (#88)
Cloned https://github.com/sushichop/Puppy.git
Revision (git rev-parse @):
510741ffa55e364a991ba1243266c05a9f7a15c6
SUCCESS checkout https://github.com/sushichop/Puppy.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/sushichop/Puppy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-6F35C1178C84523A.txt
[4/8] Compiling Logging LogHandler.swift
[5/8] Compiling Logging MetadataProvider.swift
[6/8] Compiling Logging Logging.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Locks.swift
[9/23] Compiling Puppy Puppy.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Puppy.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  1 | @preconcurrency import Dispatch
    |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  2 | import Foundation
  3 | #if canImport(Darwin)
[10/23] Compiling Puppy PuppyLogHandler.swift
[11/24] Compiling Puppy Loggerable.swift
[12/24] Compiling Puppy OSLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/OSLogger.swift:2:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 1 | #if canImport(Darwin)
 2 | @preconcurrency import Dispatch
   |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 3 | @preconcurrency import os
 4 | import Foundation
[13/24] Compiling Puppy FileRotationLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  1 | @preconcurrency import Dispatch
    |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  2 | import Foundation
  3 |
[14/24] Compiling Puppy LogColor.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  1 | @preconcurrency import Dispatch
    |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
  2 | import Foundation
  3 |
[15/24] Compiling Puppy FileLoggerable.swift
[16/24] Compiling Puppy FileManager+Windows.swift
[17/24] Compiling Puppy LogFormatter.swift
[18/24] Compiling Puppy LogLevel.swift
[19/24] Compiling Puppy FileError.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/FileLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 1 | @preconcurrency import Dispatch
   |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 2 | import Foundation
 3 |
[20/24] Compiling Puppy FileLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/FileLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 1 | @preconcurrency import Dispatch
   |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 2 | import Foundation
 3 |
[21/24] Compiling Puppy Compatibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/ConsoleLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 1 | @preconcurrency import Dispatch
   |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 2 | import Foundation
 3 |
[22/24] Compiling Puppy ConsoleLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/ConsoleLogger.swift:1:17: warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 1 | @preconcurrency import Dispatch
   |                 `- warning: '@preconcurrency' attribute on module 'Dispatch' has no effect
 2 | import Foundation
 3 |
[23/24] Emitting module Puppy
[24/24] Compiling Puppy SystemLogger.swift
Build complete! (23.35s)
Fetching https://github.com/apple/swift-log.git
[1/3361] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.10s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.2 (0.67s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.5.2
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "1.6.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "Puppy",
  "name" : "Puppy",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "Puppy",
      "targets" : [
        "Puppy"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "PuppyTests",
      "module_type" : "SwiftTarget",
      "name" : "PuppyTests",
      "path" : "Tests/PuppyTests",
      "sources" : [
        "FileLoggerTests.swift",
        "FileManager+WindowsTests.swift",
        "FileRotationLoggerTests.swift",
        "LogFormatterTests.swift",
        "LoggerableTests.swift",
        "MockLogger.swift",
        "OSLoggerTests.swift",
        "PuppyLogHandlerTests.swift",
        "PuppyTests.swift",
        "SystemLoggerTests.swift"
      ],
      "target_dependencies" : [
        "Puppy"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Puppy",
      "module_type" : "SwiftTarget",
      "name" : "Puppy",
      "path" : "Sources/Puppy",
      "product_dependencies" : [
        "Logging"
      ],
      "product_memberships" : [
        "Puppy"
      ],
      "sources" : [
        "Compatibility.swift",
        "ConsoleLogger.swift",
        "FileError.swift",
        "FileLogger.swift",
        "FileLoggerable.swift",
        "FileManager+Windows.swift",
        "FileRotationLogger.swift",
        "LogColor.swift",
        "LogFormatter.swift",
        "LogLevel.swift",
        "Loggerable.swift",
        "OSLogger.swift",
        "Puppy.swift",
        "PuppyLogHandler.swift",
        "SystemLogger.swift"
      ],
      "target_dependencies" : [
        "CPuppy"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CPuppy",
      "module_type" : "ClangTarget",
      "name" : "CPuppy",
      "path" : "Sources/CPuppy",
      "product_memberships" : [
        "Puppy"
      ],
      "sources" : [
        "src/CPuppy.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.