The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Puppy, reference 0.9.0 (80ebe6), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 10:53:09 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sushichop/Puppy.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sushichop/Puppy
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 80ebe6a Bump version to `0.9.0`
Cloned https://github.com/sushichop/Puppy.git
Revision (git rev-parse @):
80ebe6ab25fb7050904647cb96f6ad7bee77bad6
SUCCESS checkout https://github.com/sushichop/Puppy.git at 0.9.0
Fetching https://github.com/apple/swift-log.git
[1/6583] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.74s)
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
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "puppy",
      "name": "Puppy",
      "url": "https://github.com/sushichop/Puppy.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Puppy",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "swift-log",
          "name": "swift-log",
          "url": "https://github.com/apple/swift-log.git",
          "version": "1.6.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-log",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/sushichop/Puppy.git
[1/1576] Fetching puppy
Fetched https://github.com/sushichop/Puppy.git from cache (0.84s)
Fetching https://github.com/apple/swift-log.git from cache
Fetched https://github.com/apple/swift-log.git from cache (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.68s)
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.4
Creating working copy for https://github.com/sushichop/Puppy.git
Working copy of https://github.com/sushichop/Puppy.git resolved at 0.9.0 (80ebe6a)
warning: '.resolve-product-dependencies': dependency 'puppy' is not used by any target
Found 1 product dependencies
  - swift-log
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/sushichop/Puppy.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/8] Compiling Logging MetadataProvider.swift
[5/8] Compiling Logging Locks.swift
[6/8] Compiling Logging LogHandler.swift
[7/8] Emitting module Logging
[8/8] Compiling Logging Logging.swift
[9/23] Compiling Puppy FileRotationLogger.swift
[10/23] Compiling Puppy LogColor.swift
[11/23] Compiling Puppy FileLoggerable.swift
[12/23] Compiling Puppy FileManager+Windows.swift
[13/23] Compiling Puppy FileError.swift
[14/23] Compiling Puppy FileLogger.swift
[15/23] Emitting module Puppy
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:4:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
2 | import Foundation
3 |
4 | extension Date: @unchecked Sendable { }
  |                            `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
5 | extension URL: @unchecked Sendable { }
6 |
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
   |               `- note: 'Date' declares conformance to protocol 'Sendable' here
 3 |     public static let timeIntervalBetween1970AndReferenceDate: Double
 4 |     public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:5:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
3 |
4 | extension Date: @unchecked Sendable { }
5 | extension URL: @unchecked Sendable { }
  |                           `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
6 |
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
  1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
  2 | public struct URL : Equatable, Sendable, Hashable {
    |               `- note: 'URL' declares conformance to protocol 'Sendable' here
  3 |     public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
  4 |     public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
[16/23] Compiling Puppy Compatibility.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:4:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
2 | import Foundation
3 |
4 | extension Date: @unchecked Sendable { }
  |                            `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
5 | extension URL: @unchecked Sendable { }
6 |
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
   |               `- note: 'Date' declares conformance to protocol 'Sendable' here
 3 |     public static let timeIntervalBetween1970AndReferenceDate: Double
 4 |     public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:5:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
3 |
4 | extension Date: @unchecked Sendable { }
5 | extension URL: @unchecked Sendable { }
  |                           `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
6 |
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
  1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
  2 | public struct URL : Equatable, Sendable, Hashable {
    |               `- note: 'URL' declares conformance to protocol 'Sendable' here
  3 |     public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
  4 |     public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
[17/23] Compiling Puppy ConsoleLogger.swift
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:4:28: warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
2 | import Foundation
3 |
4 | extension Date: @unchecked Sendable { }
  |                            `- warning: conformance of 'Date' to protocol 'Sendable' was already stated in the type's module 'Foundation'
5 | extension URL: @unchecked Sendable { }
6 |
Foundation.Date:2:15: note: 'Date' declares conformance to protocol 'Sendable' here
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | public struct Date : Comparable, Hashable, Equatable, Sendable {
   |               `- note: 'Date' declares conformance to protocol 'Sendable' here
 3 |     public static let timeIntervalBetween1970AndReferenceDate: Double
 4 |     public static var timeIntervalSinceReferenceDate: TimeInterval { get }
/Users/admin/builder/spi-builder-workspace/Sources/Puppy/Compatibility.swift:5:27: warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
3 |
4 | extension Date: @unchecked Sendable { }
5 | extension URL: @unchecked Sendable { }
  |                           `- warning: conformance of 'URL' to protocol 'Sendable' was already stated in the type's module 'Foundation'
6 |
Foundation.URL:2:15: note: 'URL' declares conformance to protocol 'Sendable' here
  1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
  2 | public struct URL : Equatable, Sendable, Hashable {
    |               `- note: 'URL' declares conformance to protocol 'Sendable' here
  3 |     public typealias BookmarkResolutionOptions = NSURL.BookmarkResolutionOptions
  4 |     public typealias BookmarkCreationOptions = NSURL.BookmarkCreationOptions
[18/23] Compiling Puppy Puppy.swift
[19/23] Compiling Puppy PuppyLogHandler.swift
[20/23] Compiling Puppy LogFormatter.swift
[21/23] Compiling Puppy LogLevel.swift
[22/23] Compiling Puppy Loggerable.swift
[23/23] Compiling Puppy OSLogger.swift
[24/24] Compiling Puppy SystemLogger.swift
Build complete! (7.60s)
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" : "/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"
    },
    {
      "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"
}
Done.