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, reference main (510741), with Swift 6.0 for Linux on 3 Nov 2024 05:10:09 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sushichop/Puppy.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sushichop/Puppy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-log.git
[1/3660] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.29s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.5.4 (0.44s)
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.4
Building for debugging...
[0/4] Write sources
[2/4] Compiling CPuppy.c
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Compiling Logging Locks.swift
[6/9] Emitting module Logging
[7/9] Compiling Logging Logging.swift
[8/9] Compiling Logging LogHandler.swift
[9/9] Compiling Logging MetadataProvider.swift
[11/25] Compiling Puppy Loggerable.swift
[12/25] Compiling Puppy OSLogger.swift
[13/25] Compiling Puppy LogFormatter.swift
[14/25] Compiling Puppy LogLevel.swift
[15/26] Compiling Puppy FileRotationLogger.swift
[16/26] Compiling Puppy LogColor.swift
[17/26] Compiling Puppy Compatibility.swift
[18/26] Compiling Puppy ConsoleLogger.swift
[19/26] Emitting module Puppy
[20/26] Compiling Puppy FileError.swift
[21/26] Compiling Puppy FileLogger.swift
[22/26] Compiling Puppy FileLoggerable.swift
[23/26] Compiling Puppy FileManager+Windows.swift
[24/26] Compiling Puppy Puppy.swift
[25/26] Compiling Puppy PuppyLogHandler.swift
[26/26] Compiling Puppy SystemLogger.swift
Build complete! (12.24s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.