The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-custom-dump with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-custom-dump.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/pointfreeco/swift-custom-dump
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a918a38 Fix sendable warnings. (#117)
Cloned https://github.com/pointfreeco/swift-custom-dump.git
Revision (git rev-parse @):
a918a380cc8a64960e4ea98001daa5604c0069b6
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-custom-dump.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/pointfreeco/swift-custom-dump.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/2332] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.40s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (1.04s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.2
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/11] Compiling XCTestDynamicOverlay GeneratePlaceholder.swift
[5/12] Compiling XCTestDynamicOverlay XCTCurrentTestCase.swift
[6/12] Compiling XCTestDynamicOverlay Unimplemented.swift
[7/12] Compiling XCTestDynamicOverlay Deprecations.swift
[8/12] Compiling XCTestDynamicOverlay XCTFail.swift
[9/12] Compiling XCTestDynamicOverlay XCTIsTesting.swift
[10/12] Emitting module XCTestDynamicOverlay
[11/12] Compiling XCTestDynamicOverlay DefaultInitializable.swift
[12/12] Compiling XCTestDynamicOverlay RuntimeWarnings.swift
[14/38] Compiling CustomDump StoreKit.swift
[15/38] Compiling CustomDump Swift.swift
[16/38] Compiling CustomDump SwiftUI.swift
[17/38] Compiling CustomDump UIKit.swift
[18/38] Compiling CustomDump CollectionDifference.swift
[19/38] Compiling CustomDump Mirror.swift
[20/38] Compiling CustomDump String.swift
[21/41] Compiling CustomDump UserNotifications.swift
[22/41] Compiling CustomDump UserNotificationsUI.swift
[23/41] Compiling CustomDump CustomDumpReflectable.swift
[24/41] Compiling CustomDump CoreImage.swift
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:83:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:126:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:40:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: ByteCountFormatter = {
                       ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:54:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: DateFormatter = {
                       ^
[25/41] Compiling CustomDump CoreLocation.swift
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:83:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:126:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:40:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: ByteCountFormatter = {
                       ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:54:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: DateFormatter = {
                       ^
[26/41] Compiling CustomDump CoreMotion.swift
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:83:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:126:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:40:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: ByteCountFormatter = {
                       ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:54:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: DateFormatter = {
                       ^
[27/41] Compiling CustomDump Foundation.swift
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:83:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:126:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:40:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: ByteCountFormatter = {
                       ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:54:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: DateFormatter = {
                       ^
[28/41] Compiling CustomDump Unordered.swift
[29/41] Compiling CustomDump XCTAssertDifference.swift
[30/41] Compiling CustomDump XCTAssertNoDifference.swift
[31/41] Emitting module CustomDump
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:83:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/CoreLocation.swift:126:6: warning: unknown platform 'visionOS' for attribute 'available'
    @available(visionOS, unavailable)
     ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:40:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: ByteCountFormatter = {
                       ^
/host/spi-builder-workspace/Sources/CustomDump/Conformances/Foundation.swift:54:24: warning: static property 'formatter' is not concurrency-safe because it is not either conforming to 'Sendable' or isolated to a global actor; this is an error in Swift 6
    private static let formatter: DateFormatter = {
                       ^
[32/41] Compiling CustomDump GameKit.swift
[33/41] Compiling CustomDump KeyPath.swift
[34/41] Compiling CustomDump Photos.swift
[35/41] Compiling CustomDump Speech.swift
[36/41] Compiling CustomDump Dump.swift
[37/41] Compiling CustomDump AnyType.swift
[38/41] Compiling CustomDump Box.swift
[39/41] Compiling CustomDump CustomDumpRepresentable.swift
[40/41] Compiling CustomDump CustomDumpStringConvertible.swift
[41/41] Compiling CustomDump Diff.swift
Build complete! (9.37s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xctest-dynamic-overlay",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/xctest-dynamic-overlay"
    }
  ],
  "manifest_display_name" : "swift-custom-dump",
  "name" : "swift-custom-dump",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CustomDump",
      "targets" : [
        "CustomDump"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CustomDumpTests",
      "module_type" : "SwiftTarget",
      "name" : "CustomDumpTests",
      "path" : "Tests/CustomDumpTests",
      "sources" : [
        "Conformances/CoreImageTests.swift",
        "Conformances/FoundationTests.swift",
        "Conformances/SwiftTests.swift",
        "Conformances/UIKitTests.swift",
        "Conformances/UserNotificationsTests.swift",
        "DiffTests.swift",
        "DumpTests.swift",
        "Mocks.swift",
        "XCTAssertDifferenceTests.swift",
        "XCTAssertNoDifferenceTests.swift"
      ],
      "target_dependencies" : [
        "CustomDump"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CustomDump",
      "module_type" : "SwiftTarget",
      "name" : "CustomDump",
      "path" : "Sources/CustomDump",
      "product_dependencies" : [
        "XCTestDynamicOverlay"
      ],
      "product_memberships" : [
        "CustomDump"
      ],
      "sources" : [
        "Conformances/CoreImage.swift",
        "Conformances/CoreLocation.swift",
        "Conformances/CoreMotion.swift",
        "Conformances/Foundation.swift",
        "Conformances/GameKit.swift",
        "Conformances/KeyPath.swift",
        "Conformances/Photos.swift",
        "Conformances/Speech.swift",
        "Conformances/StoreKit.swift",
        "Conformances/Swift.swift",
        "Conformances/SwiftUI.swift",
        "Conformances/UIKit.swift",
        "Conformances/UserNotifications.swift",
        "Conformances/UserNotificationsUI.swift",
        "CustomDumpReflectable.swift",
        "CustomDumpRepresentable.swift",
        "CustomDumpStringConvertible.swift",
        "Diff.swift",
        "Dump.swift",
        "Internal/AnyType.swift",
        "Internal/Box.swift",
        "Internal/CollectionDifference.swift",
        "Internal/Mirror.swift",
        "Internal/String.swift",
        "Internal/Unordered.swift",
        "XCTAssertDifference.swift",
        "XCTAssertNoDifference.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.

Build Machine: Linux 1