The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SimpleNetworking, reference 1.1.5 (055710), with Swift 6.0 for macOS (SPM) on 10 Jan 2025 17:25:59 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: 1.1.5
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
 * tag               1.1.5      -> FETCH_HEAD
HEAD is now at 0557109 Fix posting
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
0557109b36ff4a6b7245e852a7d1b3148693e2fa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at 1.1.5
========================================
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": "simplenetworking",
      "name": "SimpleNetworking",
      "url": "https://github.com/0xWDG/SimpleNetworking.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SimpleNetworking",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xWDG/SimpleNetworking.git
[1/618] Fetching simplenetworking
Fetched https://github.com/0xWDG/SimpleNetworking.git from cache (0.96s)
Creating working copy for https://github.com/0xWDG/SimpleNetworking.git
Working copy of https://github.com/0xWDG/SimpleNetworking.git resolved at 1.1.5 (0557109)
warning: '.resolve-product-dependencies': dependency 'simplenetworking' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xWDG/SimpleNetworking.git
https://github.com/0xWDG/SimpleNetworking.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SimpleNetworking",
      "targets" : [
        "SimpleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworkingTests",
      "path" : "Tests/SimpleNetworkingTests",
      "sources" : [
        "SimpleNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "SimpleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworking",
      "path" : "Sources/SimpleNetworking",
      "product_memberships" : [
        "SimpleNetworking"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/isURL.swift",
        "Helpers/toJSON.swift",
        "SimpleNetworking.swift",
        "SimpleNetworking/WebSocket.swift",
        "SimpleNetworking/cookies.swift",
        "SimpleNetworking/createHTTPBody.swift",
        "SimpleNetworking/exec.swift",
        "SimpleNetworking/logging.swift",
        "SimpleNetworking/request.swift",
        "Structs/Debug.swift",
        "Structs/HTTPHeader.swift",
        "Structs/HTTPMethod.swift",
        "Structs/NetworkResponse.swift",
        "Structs/NetworkingError.swift",
        "Structs/POSTEncoding.swift",
        "Structs/SNMock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/20] Compiling SimpleNetworking SNMock.swift
[5/21] Compiling SimpleNetworking POSTEncoding.swift
[6/21] Compiling SimpleNetworking NetworkResponse.swift
[7/21] Compiling SimpleNetworking NetworkingError.swift
[8/21] Compiling SimpleNetworking HTTPHeader.swift
[9/21] Compiling SimpleNetworking HTTPMethod.swift
[10/21] Compiling SimpleNetworking exec.swift
[11/21] Compiling SimpleNetworking logging.swift
[12/21] Compiling SimpleNetworking request.swift
[13/21] Compiling SimpleNetworking Debug.swift
[14/21] Compiling SimpleNetworking SimpleNetworking.swift
[15/21] Compiling SimpleNetworking WebSocket.swift
[16/21] Compiling SimpleNetworking cookies.swift
[17/21] Compiling SimpleNetworking createHTTPBody.swift
[18/21] Emitting module SimpleNetworking
[19/21] Compiling SimpleNetworking isURL.swift
[20/21] Compiling SimpleNetworking toJSON.swift
[21/21] Compiling SimpleNetworking resource_bundle_accessor.swift
Build complete! (15.27s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SimpleNetworking",
  "name" : "SimpleNetworking",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SimpleNetworking",
      "targets" : [
        "SimpleNetworking"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SimpleNetworkingTests",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworkingTests",
      "path" : "Tests/SimpleNetworkingTests",
      "sources" : [
        "SimpleNetworkingTests.swift"
      ],
      "target_dependencies" : [
        "SimpleNetworking"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SimpleNetworking",
      "module_type" : "SwiftTarget",
      "name" : "SimpleNetworking",
      "path" : "Sources/SimpleNetworking",
      "product_memberships" : [
        "SimpleNetworking"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SimpleNetworking/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Helpers/isURL.swift",
        "Helpers/toJSON.swift",
        "SimpleNetworking.swift",
        "SimpleNetworking/WebSocket.swift",
        "SimpleNetworking/cookies.swift",
        "SimpleNetworking/createHTTPBody.swift",
        "SimpleNetworking/exec.swift",
        "SimpleNetworking/logging.swift",
        "SimpleNetworking/request.swift",
        "Structs/Debug.swift",
        "Structs/HTTPHeader.swift",
        "Structs/HTTPMethod.swift",
        "Structs/NetworkResponse.swift",
        "Structs/NetworkingError.swift",
        "Structs/POSTEncoding.swift",
        "Structs/SNMock.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/0xwdg/simplenetworking/1.1.5
Repository:               0xWDG/SimpleNetworking
Swift version used:       6.0
Target:                   SimpleNetworking
Extracting symbol information for 'SimpleNetworking'...
Finished extracting symbol information for 'SimpleNetworking'. (2.91s)
Building documentation for 'SimpleNetworking'...
warning: Parameter 'mock' not found in instance method declaration
   --> Sources/SimpleNetworking/SimpleNetworking.swift:100:21-100:25
98  |
99  |     /// Set mock url data
100 +     /// - Parameter mock: Mock request.
    |                     ╰─suggestion: Replace 'mock' with 'mockData'
101 |     public func set(mockData: [String: SNMock]) {
102 |         var newMockData: [String: SNMock] = [:]
warning: Parameter 'mockData' is missing documentation
   --> Sources/SimpleNetworking/SimpleNetworking.swift:100:40-100:40
98  |
99  |     /// Set mock url data
100 +     /// - Parameter mock: Mock request.
    |                                        ╰─suggestion: Document 'mockData' parameter
101 |     public func set(mockData: [String: SNMock]) {
102 |         var newMockData: [String: SNMock] = [:]
warning: External name 'add' used to document parameter
   --> Sources/SimpleNetworking/SimpleNetworking.swift:114:21-114:24
112 |
113 |     /// Add a cookie to the storage
114 +     /// - Parameter add: cookie
    |                     ╰─suggestion: Replace 'add' with 'cookie'
115 |     public func cookie(add cookie: HTTPCookie) {
116 |         cookies?.removeAll(where: { $0.name == cookie.name })
warning: External name 'add' used to document parameter
   --> Sources/SimpleNetworking/SimpleNetworking.swift:121:21-121:24
119 |
120 |     /// Add header to request
121 +     /// - Parameter add: Header to be added.
    |                     ╰─suggestion: Replace 'add' with 'header'
122 |     public func headers(add header: HTTPHeader) {
123 |         headers?.removeAll(where: { $0.name == header.name })
warning: Parameter 'url' not found in instance method declaration
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:23:11-24:74
21 |     ///
22 |     /// - Parameters:
23 +     ///   - url: A value that identifies the location of a resource, \
   |           ╰─suggestion: Remove 'url' parameter documentation
24 +     ///   such as an item on a remote server or the path to a local file.
25 |     ///   - method: The HTTP request method.
26 |     public func request(
warning: Parameter 'encoding' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'encoding' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'file' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'file' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'line' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'line' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'function' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |                                             ╰─suggestion: Document 'function' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'path' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:25:45-25:45
23 |     ///   - url: A value that identifies the location of a resource, \
24 |     ///   such as an item on a remote server or the path to a local file.
25 +     ///   - method: The HTTP request method.
   |           ╰─suggestion: Document 'path' parameter
26 |     public func request(
27 |         path: String,
warning: Parameter 'url' not found in instance method declaration
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:63:11-64:74
61 |     ///
62 |     /// - Parameters:
63 +     ///   - url: A value that identifies the location of a resource, \
   |           ╰─suggestion: Remove 'url' parameter documentation
64 +     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 |     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
warning: Parameter 'function' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'function' parameter
67 |     public func request(
68 |         path: String,
warning: Parameter 'encoding' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |           ╰─suggestion: Document 'encoding' parameter
67 |     public func request(
68 |         path: String,
warning: Parameter 'path' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
   |           ╰─suggestion: Document 'path' parameter
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
67 |     public func request(
68 |         path: String,
warning: Parameter 'file' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'file' parameter
67 |     public func request(
68 |         path: String,
warning: Parameter 'line' is missing documentation
  --> Sources/SimpleNetworking/SimpleNetworking/request.swift:66:121-66:121
64 |     ///   such as an item on a remote server or the path to a local file.
65 |     ///   - method: The HTTP request method.
66 +     ///   - completionHandler: This completion handler takes the following parameter: [NetworkResponse](NetworkResponse)
   |                                                                                                                         ╰─suggestion: Document 'line' parameter
67 |     public func request(
68 |         path: String,
warning: Parameter 'file' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:116:52-116:52
114 |
115 |         /// Decode to an Codable type
116 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'file' parameter
117 |         /// - Returns: T
118 |         public func decoded<T: Codable>(
warning: Parameter 'line' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:116:52-116:52
114 |
115 |         /// Decode to an Codable type
116 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'line' parameter
117 |         /// - Returns: T
118 |         public func decoded<T: Codable>(
warning: Parameter 'function' is missing documentation
   --> Sources/SimpleNetworking/Structs/NetworkResponse.swift:116:52-116:52
114 |
115 |         /// Decode to an Codable type
116 +         /// - Parameter strategy: decoding strategy
    |                                                    ╰─suggestion: Document 'function' parameter
117 |         /// - Returns: T
118 |         public func decoded<T: Codable>(Finished building documentation for 'SimpleNetworking' (0.37s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/1.1.5
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2048] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.27s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3254] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.61s)
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.3
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.txt
[6/53] Emitting module Snippets
[7/53] Compiling Snippets Snippet.swift
[8/53] Compiling Snippets SnippetParser.swift
[9/53] Compiling SymbolKit DeclarationFragments.swift
[10/53] Compiling SymbolKit Fragment.swift
[11/53] Compiling SymbolKit FragmentKind.swift
[12/53] Compiling SymbolKit FunctionParameter.swift
[13/53] Compiling SymbolKit FunctionSignature.swift
[14/57] Compiling SymbolKit Identifier.swift
[15/57] Compiling SymbolKit KindIdentifier.swift
[16/57] Compiling SymbolKit Location.swift
[17/57] Compiling SymbolKit Mutability.swift
[18/57] Compiling SymbolKit Symbol.swift
[19/57] Compiling SymbolKit SymbolKind.swift
[20/57] Compiling SymbolKit SymbolGraph.swift
[21/57] Compiling SymbolKit GraphCollector.swift
[22/57] Compiling SymbolKit Names.swift
[23/57] Compiling SymbolKit SPI.swift
[24/57] Compiling SymbolKit Snippet.swift
[25/57] Compiling SymbolKit Extension.swift
[26/57] Compiling SymbolKit SemanticVersion.swift
[27/57] Compiling SymbolKit AccessControl.swift
[28/57] Compiling SymbolKit Availability.swift
[29/57] Compiling SymbolKit AvailabilityItem.swift
[30/57] Compiling SymbolKit Domain.swift
[31/57] Compiling SymbolKit GenericConstraint.swift
[32/57] Compiling SymbolKit GenericParameter.swift
[33/57] Compiling SymbolKit Generics.swift
[34/57] Compiling SymbolKit Namespace.swift
[35/57] Compiling SymbolKit SourceRange.swift
[36/57] Compiling SymbolKit Metadata.swift
[37/57] Compiling SymbolKit Module.swift
[38/57] Compiling SymbolKit OperatingSystem.swift
[39/57] Compiling SymbolKit Platform.swift
[40/57] Compiling SymbolKit Mixin+Equals.swift
[41/57] Compiling SymbolKit Mixin+Hash.swift
[42/57] Compiling SymbolKit Mixin.swift
[43/57] Compiling SymbolKit LineList.swift
[44/57] Compiling SymbolKit Position.swift
[45/57] Compiling SymbolKit Relationship.swift
[46/57] Compiling SymbolKit RelationshipKind.swift
[47/57] Compiling SymbolKit SourceOrigin.swift
[48/57] Compiling SymbolKit GenericConstraints.swift
[49/57] Compiling SymbolKit Swift.swift
[50/57] Emitting module SymbolKit
[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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (5.19s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/18] Compiling SimpleNetworking SNMock.swift
[3/19] Compiling SimpleNetworking request.swift
[4/19] Compiling SimpleNetworking Debug.swift
[5/19] Compiling SimpleNetworking HTTPHeader.swift
[6/19] Compiling SimpleNetworking HTTPMethod.swift
[7/19] Compiling SimpleNetworking cookies.swift
[8/19] Compiling SimpleNetworking createHTTPBody.swift
[9/19] Compiling SimpleNetworking isURL.swift
[10/19] Compiling SimpleNetworking toJSON.swift
[11/19] Compiling SimpleNetworking POSTEncoding.swift
[12/19] Compiling SimpleNetworking SimpleNetworking.swift
[13/19] Compiling SimpleNetworking WebSocket.swift
[14/19] Emitting module SimpleNetworking
[15/19] Compiling SimpleNetworking NetworkResponse.swift
[16/19] Compiling SimpleNetworking NetworkingError.swift
[17/19] Compiling SimpleNetworking exec.swift
[18/19] Compiling SimpleNetworking logging.swift
[19/19] Compiling SimpleNetworking resource_bundle_accessor.swift
Build of target: 'SimpleNetworking' complete! (0.92s)
     200
2	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/1.1.5
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/0xwdg/simplenetworking/1.1.5
File count: 200
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-simplenetworking-1.1.5-e5cfeccd.zip to s3://spi-docs-inbox/prod-0xwdg-simplenetworking-1.1.5-e5cfeccd.zip
Copying... [13%]
Copying... [27%]
Copying... [40%]
Copying... [54%]
Copying... [67%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.