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 IPSWDownloads, reference 1.0.1 (23c21e), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 08:24:44 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/IPSWDownloads.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/brightdigit/IPSWDownloads
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at 23c21e7 updating OSVer
Cloned https://github.com/brightdigit/IPSWDownloads.git
Revision (git rev-parse @):
23c21e7159af77445d0af2f75d095a48a8169133
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/IPSWDownloads.git at 1.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/brightdigit/IPSWDownloads.git
https://github.com/brightdigit/IPSWDownloads.git
{
  "dependencies" : [
    {
      "identity" : "osver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/OSVer"
    },
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "IPSWDownloads",
  "name" : "IPSWDownloads",
  "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" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "IPSWDownloads",
      "targets" : [
        "IPSWDownloads"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IPSWDownloadsTests",
      "module_type" : "SwiftTarget",
      "name" : "IPSWDownloadsTests",
      "path" : "Tests/IPSWDownloadsTests",
      "sources" : [
        "DataTest.swift",
        "IPSWDownloadsTest.swift"
      ],
      "target_dependencies" : [
        "IPSWDownloads"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IPSWDownloads",
      "module_type" : "SwiftTarget",
      "name" : "IPSWDownloads",
      "path" : "Sources/IPSWDownloads",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OSVer"
      ],
      "product_memberships" : [
        "IPSWDownloads"
      ],
      "sources" : [
        "Board.swift",
        "Data.swift",
        "Device.swift",
        "Firmware.swift",
        "FirmwareType.swift",
        "Generated/Client.swift",
        "Generated/Types.swift",
        "IPSWDownloads.swift",
        "RuntimeError.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
[1/1] Compiling plugin OpenAPIGeneratorCommand
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/11] Write sources
[10/11] Write swift-version-2F0A5646E1D333AE.txt
[12/45] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[13/45] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/45] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[15/46] Compiling InternalCollectionsUtilities Debugging.swift
[16/46] Compiling InternalCollectionsUtilities Descriptions.swift
[17/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[18/46] Compiling InternalCollectionsUtilities Specialize.swift
[19/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[20/46] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[21/46] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[22/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[23/46] Emitting module InternalCollectionsUtilities
[24/46] Compiling InternalCollectionsUtilities Integer rank.swift
[25/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[27/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[28/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[29/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[30/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[31/62] Compiling DequeModule Deque+Equatable.swift
[32/62] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[33/63] Compiling DequeModule Deque+Extras.swift
[34/63] Compiling DequeModule Deque+Hashable.swift
[35/63] Compiling DequeModule _UnsafeWrappedBuffer.swift
[36/63] Compiling DequeModule Deque+Testing.swift
[37/63] Compiling DequeModule Deque._Storage.swift
[38/63] Compiling DequeModule Deque._UnsafeHandle.swift
[39/63] Compiling DequeModule Deque.swift
[40/63] Compiling DequeModule _DequeBuffer.swift
[41/63] Compiling DequeModule _DequeBufferHeader.swift
[42/63] Compiling DequeModule _DequeSlot.swift
[43/63] Compiling DequeModule Deque+Codable.swift
[44/63] Compiling DequeModule Deque+Collection.swift
[45/63] Compiling DequeModule Deque+CustomReflectable.swift
[46/63] Compiling DequeModule Deque+Descriptions.swift
[47/63] Emitting module DequeModule
[48/63] Compiling HTTPTypes HTTPRequest.swift
[49/63] Compiling HTTPTypes HTTPParsedFields.swift
[50/63] Compiling HTTPTypes ISOLatin1String.swift
[51/63] Compiling HTTPTypes HTTPResponse.swift
[52/63] Compiling HTTPTypes NIOLock.swift
[53/63] Compiling HTTPTypes HTTPFieldName.swift
[54/63] Compiling HTTPTypes HTTPField.swift
[55/63] Emitting module HTTPTypes
[56/63] Compiling HTTPTypes HTTPFields.swift
[57/126] Compiling OSVer OSVerParseable.swift
[58/126] Compiling OSVer OSVer+CustomStringConvertible.swift
[59/126] Compiling OSVer OSVer+Comparable.swift
[60/126] Compiling OSVer OSVer+Init.swift
[61/126] Compiling OSVer OSVer+Hashable.swift
[62/126] Emitting module OSVer
[63/126] Compiling OSVer OSVer.swift
[64/126] Emitting module OpenAPIRuntime
[65/132] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[66/132] Compiling OpenAPIRuntime UndocumentedPayload.swift
[67/132] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[68/132] Compiling OpenAPIRuntime CodableExtensions.swift
[69/132] Compiling OpenAPIRuntime Configuration.swift
[70/132] Compiling OpenAPIRuntime Converter+Client.swift
[71/132] Compiling OpenAPIRuntime Converter+Common.swift
[72/132] Compiling OpenAPIRuntime Converter+Server.swift
[73/132] Compiling OpenAPIRuntime Converter.swift
[74/132] Compiling OpenAPIRuntime CurrencyExtensions.swift
[75/132] Compiling OpenAPIRuntime ErrorExtensions.swift
[76/132] Compiling OpenAPIRuntime FoundationExtensions.swift
[77/132] Compiling OpenAPIRuntime ParameterStyles.swift
[78/132] Compiling OpenAPIRuntime ServerVariable.swift
[79/132] Compiling OpenAPIRuntime URIDecoder.swift
[80/132] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[81/132] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[82/132] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[83/132] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[84/132] Compiling OpenAPIRuntime URIEncoder.swift
[85/132] Compiling OpenAPIRuntime Acceptable.swift
[86/132] Compiling OpenAPIRuntime Base64EncodedData.swift
[87/132] Compiling OpenAPIRuntime ByteUtilities.swift
[88/132] Compiling OpenAPIRuntime ContentDisposition.swift
[89/132] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[90/132] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[91/132] Compiling OpenAPIRuntime OpenAPIValue.swift
[92/132] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[93/132] Compiling OpenAPIRuntime MultipartValidation.swift
[94/132] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[95/132] Compiling OpenAPIRuntime URICodeCodingKey.swift
[96/132] Compiling OpenAPIRuntime URICoderConfiguration.swift
[97/132] Compiling OpenAPIRuntime URIEncodedNode.swift
[98/132] Compiling OpenAPIRuntime URIParsedTypes.swift
[99/132] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[100/132] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[101/132] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[102/132] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[103/132] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[104/132] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[105/132] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[106/132] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[107/132] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[108/132] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[109/132] Compiling OpenAPIRuntime ServerSentEvents.swift
[110/132] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[111/132] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[112/132] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[113/132] Compiling OpenAPIRuntime URLExtensions.swift
[114/132] Compiling OpenAPIRuntime Deprecated.swift
[115/132] Compiling OpenAPIRuntime ClientError.swift
[116/132] Compiling OpenAPIRuntime CodingErrors.swift
[117/132] Compiling OpenAPIRuntime RuntimeError.swift
[118/132] Compiling OpenAPIRuntime ServerError.swift
[119/132] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[120/132] Compiling OpenAPIRuntime ClientTransport.swift
[121/132] Compiling OpenAPIRuntime CurrencyTypes.swift
[122/132] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[123/132] Compiling OpenAPIRuntime HTTPBody.swift
[124/132] Compiling OpenAPIRuntime ServerTransport.swift
[125/132] Compiling OpenAPIRuntime UniversalClient.swift
[126/132] Compiling OpenAPIRuntime UniversalServer.swift
[127/132] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[128/132] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[129/132] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[130/132] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[131/132] Compiling OpenAPIRuntime URIParser.swift
[132/132] Compiling OpenAPIRuntime URISerializer.swift
[133/139] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[134/139] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[135/139] Compiling OpenAPIURLSession Lock.swift
[136/139] Compiling OpenAPIURLSession URLSession+Extensions.swift
[137/139] Compiling OpenAPIURLSession URLSessionTransport.swift
[138/139] Emitting module OpenAPIURLSession
[139/139] Compiling OpenAPIURLSession BufferedStream.swift
[140/149] Compiling IPSWDownloads RuntimeError.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/RuntimeError.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | internal enum RuntimeError: Error, Sendable {
[141/150] Compiling IPSWDownloads URL.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[142/150] Compiling IPSWDownloads Client.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:2:25: warning: public import of 'OpenAPIRuntime' was not used in public declarations or inlinable code
  1 | // Generated by swift-openapi-generator, do not modify.
  2 | @_spi(Generated) public import OpenAPIRuntime
    |                         `- warning: public import of 'OpenAPIRuntime' was not used in public declarations or inlinable code
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:8:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  6 | @preconcurrency public import struct Foundation.Date
  7 | #else
  8 | public import struct Foundation.URL
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  9 | public import struct Foundation.Data
 10 | public import struct Foundation.Date
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:9:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  7 | #else
  8 | public import struct Foundation.URL
  9 | public import struct Foundation.Data
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 10 | public import struct Foundation.Date
 11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:10:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  8 | public import struct Foundation.URL
  9 | public import struct Foundation.Data
 10 | public import struct Foundation.Date
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 11 | #endif
 12 | public import HTTPTypes
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:12:8: warning: public import of 'HTTPTypes' was not used in public declarations or inlinable code
 10 | public import struct Foundation.Date
 11 | #endif
 12 | public import HTTPTypes
    |        `- warning: public import of 'HTTPTypes' was not used in public declarations or inlinable code
 13 | /// Download current and previous versions of Apple's iOS Firmware, iTunes and OTA updates.
 14 | internal struct Client: APIProtocol {
[143/150] Compiling IPSWDownloads IPSWDownloads.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[144/150] Compiling IPSWDownloads FirmwareType.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/FirmwareType.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// Type of Firmware file.
[145/150] Compiling IPSWDownloads Data.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Data.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | extension Data {
[146/150] Compiling IPSWDownloads Firmware.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
[147/150] Compiling IPSWDownloads Device.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Device.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A struct representing an Apple device along with its firmware and supported boards.
[148/150] Compiling IPSWDownloads Board.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Board.swift:30:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
28 | //
29 |
30 | public import Foundation
   |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
31 |
32 | /// A struct representing a board with configuration details.
[149/150] Compiling IPSWDownloads Types.swift
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:2:25: warning: public import of 'OpenAPIRuntime' was not used in public declarations or inlinable code
  1 | // Generated by swift-openapi-generator, do not modify.
  2 | @_spi(Generated) public import OpenAPIRuntime
    |                         `- warning: public import of 'OpenAPIRuntime' was not used in public declarations or inlinable code
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:8:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  6 | @preconcurrency public import struct Foundation.Date
  7 | #else
  8 | public import struct Foundation.URL
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  9 | public import struct Foundation.Data
 10 | public import struct Foundation.Date
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:9:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  7 | #else
  8 | public import struct Foundation.URL
  9 | public import struct Foundation.Data
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 10 | public import struct Foundation.Date
 11 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:10:8: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  8 | public import struct Foundation.URL
  9 | public import struct Foundation.Data
 10 | public import struct Foundation.Date
    |        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
 11 | #endif
 12 | /// A type that performs HTTP operations defined by the OpenAPI document.
[150/150] Emitting module IPSWDownloads
<unknown>:0: warning: upcoming feature 'RegionBasedIsolation' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
Build complete! (31.72s)
Fetching https://github.com/brightdigit/OSVer
Fetching https://github.com/apple/swift-openapi-urlsession
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-generator
[1/961] Fetching swift-openapi-urlsession
[69/6633] Fetching swift-openapi-urlsession, swift-openapi-runtime
[192/6894] Fetching swift-openapi-urlsession, swift-openapi-runtime, osver
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.79s)
Fetched https://github.com/brightdigit/OSVer from cache (0.80s)
[1532/5672] Fetching swift-openapi-runtime
[2043/21140] Fetching swift-openapi-runtime, swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (1.37s)
Fetched https://github.com/apple/swift-openapi-generator from cache (1.37s)
Computing version for https://github.com/brightdigit/OSVer
Computed https://github.com/brightdigit/OSVer at 1.0.0 (1.87s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.50s)
Fetching https://github.com/apple/swift-http-types from cache
Fetched https://github.com/apple/swift-http-types from cache (0.53s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (1.62s)
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/jpsim/Yams from cache
Fetching https://github.com/apple/swift-collections from cache
Fetching https://github.com/apple/swift-algorithms from cache
Fetching https://github.com/apple/swift-argument-parser from cache
[1/78494] Fetching openapikit
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (3.50s)
Fetched https://github.com/apple/swift-algorithms from cache (3.50s)
Fetched https://github.com/apple/swift-argument-parser from cache (3.50s)
Fetched https://github.com/jpsim/Yams from cache (3.50s)
Fetched https://github.com/apple/swift-collections from cache (3.53s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (4.30s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.59s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.74s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.50s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.48s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.57s)
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.5.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/apple/swift-openapi-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.7.2
Creating working copy for https://github.com/brightdigit/OSVer
Working copy of https://github.com/brightdigit/OSVer resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "osver",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/brightdigit/OSVer"
    },
    {
      "identity" : "swift-openapi-generator",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.7.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-generator"
    },
    {
      "identity" : "swift-openapi-runtime",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.8.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-runtime"
    },
    {
      "identity" : "swift-openapi-urlsession",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-openapi-urlsession"
    }
  ],
  "manifest_display_name" : "IPSWDownloads",
  "name" : "IPSWDownloads",
  "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" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "IPSWDownloads",
      "targets" : [
        "IPSWDownloads"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IPSWDownloadsTests",
      "module_type" : "SwiftTarget",
      "name" : "IPSWDownloadsTests",
      "path" : "Tests/IPSWDownloadsTests",
      "sources" : [
        "DataTest.swift",
        "IPSWDownloadsTest.swift"
      ],
      "target_dependencies" : [
        "IPSWDownloads"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IPSWDownloads",
      "module_type" : "SwiftTarget",
      "name" : "IPSWDownloads",
      "path" : "Sources/IPSWDownloads",
      "product_dependencies" : [
        "OpenAPIRuntime",
        "OpenAPIURLSession",
        "OSVer"
      ],
      "product_memberships" : [
        "IPSWDownloads"
      ],
      "sources" : [
        "Board.swift",
        "Data.swift",
        "Device.swift",
        "Firmware.swift",
        "FirmwareType.swift",
        "Generated/Client.swift",
        "Generated/Types.swift",
        "IPSWDownloads.swift",
        "RuntimeError.swift",
        "URL.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.