The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Wand, reference main (a13218), with Swift 6.2 for macOS (SPM) on 2 Mar 2026 22:49:47 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/The-Wand/Wand.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/The-Wand/Wand
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a132182 3.0.5
Cloned https://github.com/The-Wand/Wand.git
Revision (git rev-parse @):
a132182b3ebe58d71fdeaab119a4a8e68805a6a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/The-Wand/Wand.git at main
Fetching https://github.com/The-Wand/Any.git
[1/277] Fetching any
Fetched https://github.com/The-Wand/Any.git from cache (1.26s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.93s)
Creating working copy for https://github.com/The-Wand/Any.git
Working copy of https://github.com/The-Wand/Any.git resolved at 1.0.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",
  "dependencies": [
    {
      "identity": "wand",
      "name": "Wand",
      "url": "https://github.com/The-Wand/Wand.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Wand",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/The-Wand/Wand.git
[1/8965] Fetching wand
Fetched https://github.com/The-Wand/Wand.git from cache (1.43s)
Creating working copy for https://github.com/The-Wand/Wand.git
Working copy of https://github.com/The-Wand/Wand.git resolved at main (a132182)
warning: '.resolve-product-dependencies': dependency 'wand' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/The-Wand/Wand.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/39] Emitting module Wand
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[4/42] Compiling Wand ?.swift
[5/42] Compiling Wand Error.swift
[6/42] Compiling Wand Error?.swift
[7/42] Compiling Wand Option.swift
[8/42] Compiling Wand WandFramerProtocol.swift
[9/42] Compiling Wand Wanded.swift
[10/42] Compiling Wand |.swift
[11/42] Compiling Wand Core+Wanded.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[12/42] Compiling Wand NW.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[13/42] Compiling Wand Obtainable.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[14/42] Compiling Wand Ubiquitous.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[15/42] Compiling Wand Counting.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[16/42] Compiling Wand Sequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[17/42] Compiling Wand Task.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[18/42] Compiling Wand Ask.Nil.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[19/42] Compiling Wand Describing.swift
[20/42] Compiling Wand Describing_Character.swift
[21/42] Compiling Wand Describing_Data.swift
[22/42] Compiling Wand Expecting.swift
[23/42] Compiling Wand Memory.swift
[24/42] Compiling Wand Addons.swift
[25/42] Compiling Wand All.swift
[26/42] Compiling Wand Any.swift
[27/42] Compiling Wand Ask.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[28/42] Compiling Wand Core.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[29/42] Compiling Wand Expressible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[30/42] Compiling Wand ExpressibleByArray.swift
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:240:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
238 |     @inlinable
239 |     public
240 |     func dynamicallyCall<T>(withKeywordArguments args: T) where T == KeyValuePairs<String, Any> {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
241 |         for (key, object) in args {
242 |
/Users/admin/builder/spi-builder-workspace/Sources/Wand/Core/Core.swift:226:10: warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
224 |     @inlinable
225 |     public
226 |     func put<T>(sequence: T) where T == any Sequence {
    |          `- warning: same-type requirement makes generic parameter 'T' non-generic; this is an error in the Swift 6 language mode
227 |         sequence.forEach { object in
228 |
[31/42] Compiling Wand &.swift
[32/42] Compiling Wand AndT.swift
[33/42] Compiling Wand AndU.swift
[34/42] Compiling Wand Operation.swift
[35/42] Compiling Wand ExpressibleByDictionary.swift
[36/42] Compiling Wand Key.swift
[37/42] Compiling Wand Weak.swift
[38/42] Compiling Wand Log.swift
[39/42] Compiling Wand Ask.T.swift
[40/42] Compiling Wand CoreGraphics_Convertable.swift
[41/42] Compiling Wand Numbers_Convertable.swift
[42/42] Compiling Wand String_Convertable.swift
Build complete! (3.84s)
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Sources/Wand/Wand.md
Build complete.
{
  "dependencies" : [
    {
      "identity" : "any",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/The-Wand/Any.git"
    }
  ],
  "manifest_display_name" : "Wand",
  "name" : "Wand",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    }
  ],
  "products" : [
    {
      "name" : "Wand",
      "targets" : [
        "Wand"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WandTests",
      "module_type" : "SwiftTarget",
      "name" : "WandTests",
      "path" : "Tests/WandTests",
      "product_dependencies" : [
        "Any_"
      ],
      "sources" : [
        "Cases/&/AndT_Tests.swift",
        "Cases/&/AndU_Tests.swift",
        "Cases/?/Ask_Dependencies_Tests.swift",
        "Cases/?/Errors_Tests.swift",
        "Cases/Ask/Ask_Tests.swift",
        "Cases/Ask/Askable_Tests.swift",
        "Cases/Core/Add/Add_Tests.swift",
        "Cases/Core/Attach_Tests.swift",
        "Cases/Core/Clean_Tests.swift",
        "Cases/Core/Contains_Tests.swift",
        "Cases/Core/Extract_Tests.swift",
        "Cases/Core/Get/Get_Tests.swift",
        "Cases/Core/HighLoad_Tests.swift",
        "Cases/Core/Init/Core_Init_Tests.swift",
        "Cases/Core/Init/Core_To_Array_Tests.swift",
        "Cases/Core/Init/Core_To_Dictionary_Tests.swift",
        "Cases/Core/Init/Core_To_Tests.swift",
        "Cases/Core/Init/Core_Utils_Tests.swift",
        "Cases/Core/Put/Core_Put_Default_Tests.swift",
        "Cases/Core/Put/Core_Put_Dynamic_Tests.swift",
        "Cases/Core/Put/Core_Put_Tests.swift",
        "Cases/Core/Wanded/Obtainable_Tests.swift",
        "Cases/Core/Wanded/Ubiquitous_Tests.swift",
        "Cases/|/Addons/Ask_All_Tests.swift",
        "Cases/|/Addons/Ask_Any_Tests.swift",
        "Cases/|/Addons/Counting_Tests.swift",
        "Cases/|/Addons/Sequence_Tests.swift",
        "Cases/|/Addons/Task_Tests.swift",
        "Cases/|/Convertable/CoreGraphics_Tests.swift",
        "Cases/|/Convertable/Numbers_Tests.swift",
        "Cases/|/Describing_Tests.swift",
        "Cases/|/String_Tests.swift",
        "Unit/DefaultTests.swift",
        "Unit/Objects.swift",
        "Unit/Performance.swift",
        "Unit/T_Tests.swift",
        "Unit/Unit.swift",
        "Unit/XCTestCase.swift"
      ],
      "target_dependencies" : [
        "Wand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Wand",
      "module_type" : "SwiftTarget",
      "name" : "Wand",
      "path" : "Sources/Wand",
      "product_memberships" : [
        "Wand"
      ],
      "sources" : [
        "&/&.swift",
        "&/AndT.swift",
        "&/AndU.swift",
        "&/Operation.swift",
        "?/?.swift",
        "?/Error.swift",
        "?/Error?.swift",
        "?/Option.swift",
        "Ask.swift",
        "Core/Core.swift",
        "Core/Expressible/Expressible.swift",
        "Core/Expressible/ExpressibleByArray.swift",
        "Core/Expressible/ExpressibleByDictionary.swift",
        "Core/Key.swift",
        "Core/Weak.swift",
        "Core/tools/Log.swift",
        "Core/tools/Memory.swift",
        "|/Addons/Addons.swift",
        "|/Addons/All.swift",
        "|/Addons/Any.swift",
        "|/Addons/Counting.swift",
        "|/Addons/Sequence.swift",
        "|/Addons/Task.swift",
        "|/Ask.Nil.swift",
        "|/Ask.T.swift",
        "|/Convertable/CoreGraphics_Convertable.swift",
        "|/Convertable/Numbers_Convertable.swift",
        "|/Convertable/String_Convertable.swift",
        "|/Describing/Describing.swift",
        "|/Describing/Describing_Character.swift",
        "|/Describing/Describing_Data.swift",
        "|/Expecting.swift",
        "|/Wanded/Core+Wanded.swift",
        "|/Wanded/NW.swift",
        "|/Wanded/Obtainable.swift",
        "|/Wanded/Ubiquitous.swift",
        "|/Wanded/WandFramerProtocol.swift",
        "|/Wanded/Wanded.swift",
        "|/|.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/the-wand/wand/main
Repository:               The-Wand/Wand
Swift version used:       6.2
Target:                   Wand
Extracting symbol information for 'Wand'...
Finished extracting symbol information for 'Wand'. (1.83s)
Building documentation for 'Wand'...
Finished building documentation for 'Wand' (0.23s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/the-wand/wand/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/The-Wand/Any.git
Updated https://github.com/The-Wand/Any.git (0.43s)
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.16s)
Computing version for https://github.com/The-Wand/Any.git
Computed https://github.com/The-Wand/Any.git at 1.0.3 (1.80s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.63s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3666] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.21s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.89s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit Relationship.swift
[8/57] Compiling SymbolKit RelationshipKind.swift
[9/57] Compiling SymbolKit SourceOrigin.swift
[10/57] Compiling SymbolKit GenericConstraints.swift
[11/57] Compiling SymbolKit Swift.swift
[12/57] Compiling SymbolKit Names.swift
[13/57] Compiling SymbolKit SPI.swift
[14/57] Compiling SymbolKit Snippet.swift
[15/57] Compiling SymbolKit Extension.swift
[16/57] Compiling SymbolKit SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling Snippets Snippet.swift
[27/57] Compiling Snippets SnippetParser.swift
[28/57] Emitting module Snippets
[29/57] Compiling SymbolKit Identifier.swift
[30/57] Compiling SymbolKit KindIdentifier.swift
[31/57] Compiling SymbolKit Location.swift
[32/57] Compiling SymbolKit Mutability.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit Mixin+Equals.swift
[38/57] Compiling SymbolKit Mixin+Hash.swift
[39/57] Compiling SymbolKit Mixin.swift
[40/57] Compiling SymbolKit LineList.swift
[41/57] Compiling SymbolKit Position.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.24s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'Wand' complete! (0.18s)
     468
4	/Users/admin/builder/spi-builder-workspace/.docs/the-wand/wand/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/the-wand/wand/main
File count: 468
Doc size:   4.0MB
Preparing doc bundle ...
Uploading prod-the-wand-wand-main-36bd2a7a.zip to s3://spi-docs-inbox/prod-the-wand-wand-main-36bd2a7a.zip
Copying... [17%]
Copying... [26%]
Copying... [34%]
Copying... [43%]
Copying... [52%]
Copying... [60%]
Copying... [78%]
Copying... [86%]
Copying... [95%]
Copying... [100%]
Done.