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 main (e6c9dc), with Swift 6.0 for macOS (SPM) on 20 Feb 2025 22:25:48 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.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SimpleNetworking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SimpleNetworking
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at e6c9dcb Update README.md
Cloned https://github.com/0xWDG/SimpleNetworking.git
Revision (git rev-parse @):
e6c9dcbb9030fc1566ab5f6410a577a200efc2af
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SimpleNetworking.git at main
========================================
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/621] Fetching simplenetworking
Fetched https://github.com/0xWDG/SimpleNetworking.git from cache (1.00s)
Creating working copy for https://github.com/0xWDG/SimpleNetworking.git
Working copy of https://github.com/0xWDG/SimpleNetworking.git resolved at main (e6c9dcb)
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 NetworkResponse.swift
[5/20] Compiling SimpleNetworking NetworkingError.swift
[6/20] Compiling SimpleNetworking POSTEncoding.swift
[7/20] Compiling SimpleNetworking HTTPHeader.swift
[8/20] Compiling SimpleNetworking HTTPMethod.swift
[9/20] Compiling SimpleNetworking SNMock.swift
[10/21] Compiling SimpleNetworking request.swift
[11/21] Compiling SimpleNetworking Debug.swift
[12/21] Compiling SimpleNetworking SimpleNetworking.swift
[13/21] Compiling SimpleNetworking WebSocket.swift
[14/21] Compiling SimpleNetworking cookies.swift
[15/21] Compiling SimpleNetworking createHTTPBody.swift
[16/21] Emitting module SimpleNetworking
[17/21] Compiling SimpleNetworking exec.swift
[18/21] Compiling SimpleNetworking logging.swift
[19/21] Compiling SimpleNetworking isURL.swift
[20/21] Compiling SimpleNetworking toJSON.swift
[21/21] Compiling SimpleNetworking resource_bundle_accessor.swift
Build complete! (13.59s)
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/main
Repository:               0xWDG/SimpleNetworking
Swift version used:       6.0
Target:                   SimpleNetworking
Extracting symbol information for 'SimpleNetworking'...
Finished extracting symbol information for 'SimpleNetworking'. (3.02s)
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 '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 '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 '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 '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 '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 '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 '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 '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 '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>(
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>(Finished building documentation for 'SimpleNetworking' (0.39s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.34s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3310] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.58s)
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
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
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] Emitting module SymbolKit
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Compiling SymbolKit DeclarationFragments.swift
[15/57] Compiling SymbolKit Fragment.swift
[16/57] Compiling SymbolKit FragmentKind.swift
[17/57] Compiling SymbolKit FunctionParameter.swift
[18/57] Compiling SymbolKit FunctionSignature.swift
[19/57] Compiling SymbolKit SemanticVersion.swift
[20/57] Compiling SymbolKit AccessControl.swift
[21/57] Compiling SymbolKit Availability.swift
[22/57] Compiling SymbolKit AvailabilityItem.swift
[23/57] Compiling SymbolKit Domain.swift
[24/57] Compiling SymbolKit Identifier.swift
[25/57] Compiling SymbolKit KindIdentifier.swift
[26/57] Compiling SymbolKit Location.swift
[27/57] Compiling SymbolKit Mutability.swift
[28/57] Compiling SymbolKit SourceRange.swift
[29/57] Compiling SymbolKit Metadata.swift
[30/57] Compiling SymbolKit Module.swift
[31/57] Compiling SymbolKit OperatingSystem.swift
[32/57] Compiling SymbolKit Platform.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit GenericConstraint.swift
[48/57] Compiling SymbolKit GenericParameter.swift
[49/57] Compiling SymbolKit Generics.swift
[50/57] Compiling SymbolKit Namespace.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] 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.30s)
Building for debugging...
[0/1] Write swift-version-5BDAB9E9C0126B9D.txt
[2/18] Compiling SimpleNetworking SNMock.swift
[3/19] Compiling SimpleNetworking HTTPHeader.swift
[4/19] Compiling SimpleNetworking HTTPMethod.swift
[5/19] Compiling SimpleNetworking request.swift
[6/19] Compiling SimpleNetworking Debug.swift
[7/19] Compiling SimpleNetworking isURL.swift
[8/19] Compiling SimpleNetworking toJSON.swift
[9/19] Compiling SimpleNetworking exec.swift
[10/19] Compiling SimpleNetworking logging.swift
[11/19] Compiling SimpleNetworking cookies.swift
[12/19] Compiling SimpleNetworking createHTTPBody.swift
[13/19] Compiling SimpleNetworking SimpleNetworking.swift
[14/19] Compiling SimpleNetworking WebSocket.swift
[15/19] Emitting module SimpleNetworking
[16/19] Compiling SimpleNetworking NetworkResponse.swift
[17/19] Compiling SimpleNetworking NetworkingError.swift
[18/19] Compiling SimpleNetworking POSTEncoding.swift
[19/19] Compiling SimpleNetworking resource_bundle_accessor.swift
Build of target: 'SimpleNetworking' complete! (1.02s)
     200
2	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/simplenetworking/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/0xwdg/simplenetworking/main
File count: 200
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-simplenetworking-main-30ab2d77.zip to s3://spi-docs-inbox/prod-0xwdg-simplenetworking-main-30ab2d77.zip
Copying... [13%]
Copying... [27%]
Copying... [40%]
Copying... [54%]
Copying... [67%]
Copying... [81%]
Copying... [94%]
Copying... [100%]
Done.