The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-copying, reference 1.2.0 (c205a4), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 08:27:29 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/yysskk/swift-copying.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yysskk/swift-copying
 * tag               1.2.0      -> FETCH_HEAD
HEAD is now at c205a4c Merge pull request #5 from yysskk/feat/support-actor
Cloned https://github.com/yysskk/swift-copying.git
Revision (git rev-parse @):
c205a4c099493029e552b98d2af9639d5db5e30b
SUCCESS checkout https://github.com/yysskk/swift-copying.git at 1.2.0
Fetching https://github.com/swiftlang/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (4.55s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (7.95s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/602.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip (0.30s)
========================================
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": "swift-copying",
      "name": "swift-copying",
      "url": "https://github.com/yysskk/swift-copying.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-copying",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/yysskk/swift-copying.git
[1/96] Fetching swift-copying
Fetched https://github.com/yysskk/swift-copying.git from cache (0.65s)
Fetching https://github.com/swiftlang/swift-syntax.git from cache
Fetched https://github.com/swiftlang/swift-syntax.git from cache (0.89s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 602.0.0 (0.97s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 602.0.0
Creating working copy for https://github.com/yysskk/swift-copying.git
Working copy of https://github.com/yysskk/swift-copying.git resolved at 1.2.0 (c205a4c)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/yysskk/swift-copying.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/11] Write sources
[0/11] Write CopyingClient-entitlement.plist
[0/11] Write sources
[5/11] Write swift-version--6988338F2F200930.txt
[7/13] Emitting module CopyingMacros
[8/13] Compiling CopyingMacros CopyingMacro.swift
[8/13] Write Objects.LinkFileList
[9/13] Linking CopyingMacros-tool
[11/17] Compiling Copying Copying.swift
[12/17] Emitting module Copying
[13/17] Compiling Copying Copying.swift
[14/17] Emitting module Copying
[15/19] Compiling CopyingClient main.swift
[16/19] Emitting module CopyingClient
[16/19] Write Objects.LinkFileList
[17/19] Linking CopyingClient
[18/19] Applying CopyingClient
Build complete! (5.25s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "602.0.0",
            "upper_bound" : "603.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swiftlang/swift-syntax.git"
    }
  ],
  "manifest_display_name" : "swift-copying",
  "name" : "swift-copying",
  "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" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Copying",
      "targets" : [
        "Copying"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "CopyingClient",
      "targets" : [
        "CopyingClient"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "CopyingMacros",
      "targets" : [
        "CopyingMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CopyingTests",
      "module_type" : "SwiftTarget",
      "name" : "CopyingTests",
      "path" : "Tests/CopyingTests",
      "sources" : [
        "CopyingTests.swift"
      ],
      "target_dependencies" : [
        "Copying"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CopyingMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "CopyingMacrosTests",
      "path" : "Tests/CopyingMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosGenericTestSupport"
      ],
      "sources" : [
        "CopyingMacrosTests.swift",
        "assertMacroExpansionForTesting.swift"
      ],
      "target_dependencies" : [
        "CopyingMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CopyingMacros",
      "module_type" : "SwiftTarget",
      "name" : "CopyingMacros",
      "path" : "Sources/CopyingMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Copying",
        "CopyingClient",
        "CopyingMacros"
      ],
      "sources" : [
        "CopyingMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "CopyingClient",
      "module_type" : "SwiftTarget",
      "name" : "CopyingClient",
      "path" : "Sources/CopyingClient",
      "product_memberships" : [
        "CopyingClient"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Copying"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Copying",
      "module_type" : "SwiftTarget",
      "name" : "Copying",
      "path" : "Sources/Copying",
      "product_memberships" : [
        "Copying",
        "CopyingClient"
      ],
      "sources" : [
        "Copying.swift"
      ],
      "target_dependencies" : [
        "CopyingMacros"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.