The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Puppy, reference main (c4c61e), with Swift 5.10 for Linux on 10 Jun 2025 23:25:47 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 c4c61ec Fix typo about Swift version
Cloned https://github.com/sushichop/Puppy.git
Revision (git rev-parse @):
c4c61ece799649132f7fd052724233b15bb73c70
SUCCESS checkout https://github.com/sushichop/Puppy.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/sushichop/Puppy.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.55s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/4] Write sources
[2/4] Compiling CPuppy.c
[2/4] Write swift-version-24593BA9C3E375BF.txt
[5/9] Emitting module Logging
[6/9] Compiling Logging Locks.swift
[7/9] Compiling Logging MetadataProvider.swift
[8/9] Compiling Logging Logging.swift
[9/9] Compiling Logging LogHandler.swift
[11/25] Compiling Puppy Compatibility.swift
[12/25] Compiling Puppy ConsoleLogger.swift
[13/25] Emitting module Puppy
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:16:17: warning: stored property 'dateFormat' of 'Sendable'-conforming struct 'FileRotationLogger' has non-sendable type 'DateFormatter'
    private var dateFormat: DateFormatter
                ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[14/26] Compiling Puppy Loggerable.swift
[15/26] Compiling Puppy OSLogger.swift
[16/26] Compiling Puppy LogFormatter.swift
[17/26] Compiling Puppy LogLevel.swift
[18/26] Compiling Puppy FileRotationLogger.swift
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:16:17: warning: stored property 'dateFormat' of 'Sendable'-conforming struct 'FileRotationLogger' has non-sendable type 'DateFormatter'
    private var dateFormat: DateFormatter
                ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[19/26] Compiling Puppy LogColor.swift
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:16:17: warning: stored property 'dateFormat' of 'Sendable'-conforming struct 'FileRotationLogger' has non-sendable type 'DateFormatter'
    private var dateFormat: DateFormatter
                ^
Foundation.DateFormatter:1:12: note: class 'DateFormatter' does not conform to the 'Sendable' protocol
open class DateFormatter : Formatter {
           ^
/host/spi-builder-workspace/Sources/Puppy/FileRotationLogger.swift:2:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
[20/26] Compiling Puppy FileError.swift
[21/26] Compiling Puppy FileLogger.swift
[22/26] Compiling Puppy FileLoggerable.swift
/host/spi-builder-workspace/Sources/Puppy/FileLoggerable.swift:185:72: warning: unrecognized platform name 'visionOS'
        if #available(macOS 10.15.4, iOS 13.4, tvOS 13.4, watchOS 6.2, visionOS 1.0, macCatalyst 13.4, *) {
                                                                       ^
/host/spi-builder-workspace/Sources/Puppy/FileLoggerable.swift:193:72: warning: unrecognized platform name 'visionOS'
        if #available(macOS 10.15.4, iOS 13.4, tvOS 13.4, watchOS 6.2, visionOS 1.0, macCatalyst 13.4, *) {
                                                                       ^
[23/26] Compiling Puppy FileManager+Windows.swift
/host/spi-builder-workspace/Sources/Puppy/FileLoggerable.swift:185:72: warning: unrecognized platform name 'visionOS'
        if #available(macOS 10.15.4, iOS 13.4, tvOS 13.4, watchOS 6.2, visionOS 1.0, macCatalyst 13.4, *) {
                                                                       ^
/host/spi-builder-workspace/Sources/Puppy/FileLoggerable.swift:193:72: warning: unrecognized platform name 'visionOS'
        if #available(macOS 10.15.4, iOS 13.4, tvOS 13.4, watchOS 6.2, visionOS 1.0, macCatalyst 13.4, *) {
                                                                       ^
[24/26] Compiling Puppy Puppy.swift
[25/26] Compiling Puppy PuppyLogHandler.swift
[26/26] Compiling Puppy SystemLogger.swift
Build complete! (10.79s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.6.3",
            "upper_bound" : "1.7.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"
    },
    {
      "name" : "visionos",
      "version" : "1.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.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:aa1999fda62728f989ec9f885e6a69f8a206ad63b6efcfc03397a00c96f5855b
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.