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.0 for Linux on 15 Jan 2025 23:43:30 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/IPSWDownloads.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/brightdigit/IPSWDownloads.git
https://github.com/brightdigit/IPSWDownloads.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/brightdigit/OSVer
Fetching https://github.com/apple/swift-openapi-urlsession
[1/258] Fetching osver
[259/5751] Fetching osver, swift-openapi-runtime
[260/6529] Fetching osver, swift-openapi-runtime, swift-openapi-urlsession
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.20s)
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.27s)
[1/15098] Fetching swift-openapi-generator
Fetched https://github.com/brightdigit/OSVer from cache (0.61s)
Fetched https://github.com/apple/swift-openapi-generator from cache (0.62s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.0 (0.51s)
Fetching https://github.com/apple/swift-http-types
[1/754] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.20s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.0 (1.92s)
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/mattpolzin/OpenAPIKit
[1/5624] Fetching swift-algorithms
[620/15632] Fetching swift-algorithms, yams
[4002/31242] Fetching swift-algorithms, yams, swift-collections
[15545/43651] Fetching swift-algorithms, yams, swift-collections, swift-argument-parser
[34827/101346] Fetching swift-algorithms, yams, swift-collections, swift-argument-parser, openapikit
Fetched https://github.com/jpsim/Yams from cache (0.99s)
[54991/91338] Fetching swift-algorithms, swift-collections, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-collections from cache (1.13s)
[47458/75728] Fetching swift-algorithms, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-algorithms from cache (2.47s)
Fetched https://github.com/apple/swift-argument-parser from cache (2.47s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (2.51s)
Computing version for https://github.com/brightdigit/OSVer
Computed https://github.com/brightdigit/OSVer at 1.0.0 (0.47s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.3.0 (0.54s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.69s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.0 (0.52s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.34s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.0.2 (0.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.52s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.49s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.52s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.1.3 (0.52s)
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.0
Creating working copy for https://github.com/mattpolzin/OpenAPIKit
Working copy of https://github.com/mattpolzin/OpenAPIKit resolved at 3.3.0
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-openapi-runtime
Working copy of https://github.com/apple/swift-openapi-runtime resolved at 1.8.0
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.1.3
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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.0
Creating working copy for https://github.com/apple/swift-openapi-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.0.2
Creating working copy for https://github.com/brightdigit/OSVer
Working copy of https://github.com/brightdigit/OSVer resolved at 1.0.0
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin OpenAPIGenerator
[3/3] Compiling plugin OpenAPIGeneratorCommand
Building for debugging...
[3/11] Write sources
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/43] Emitting module InternalCollectionsUtilities
[13/45] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[14/45] Compiling InternalCollectionsUtilities Specialize.swift
[15/45] Compiling InternalCollectionsUtilities _SortedCollection.swift
[16/45] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[17/45] Compiling InternalCollectionsUtilities Debugging.swift
[18/45] Compiling InternalCollectionsUtilities Descriptions.swift
[19/45] Compiling InternalCollectionsUtilities UInt+reversed.swift
[20/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[21/45] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[22/45] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[23/45] Compiling HTTPTypes ISOLatin1String.swift
[24/45] Compiling HTTPTypes HTTPParsedFields.swift
[25/45] Compiling HTTPTypes HTTPRequest.swift
[26/46] Compiling OSVer OSVer+Comparable.swift
[27/46] Emitting module OSVer
[28/46] Compiling HTTPTypes HTTPResponse.swift
[29/46] Emitting module HTTPTypes
[30/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[31/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[33/46] Compiling InternalCollectionsUtilities Integer rank.swift
[34/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[35/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[36/46] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[37/46] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[39/62] Compiling HTTPTypes NIOLock.swift
[40/62] Compiling DequeModule _DequeBuffer.swift
[41/62] Compiling DequeModule _DequeBufferHeader.swift
[42/64] Compiling DequeModule Deque+Testing.swift
[43/64] Compiling DequeModule Deque._Storage.swift
[44/64] Compiling DequeModule Deque+Extras.swift
[45/64] Compiling DequeModule Deque+Hashable.swift
[46/64] Compiling DequeModule Deque+CustomReflectable.swift
[47/64] Compiling DequeModule Deque+Descriptions.swift
[48/64] Compiling DequeModule Deque+Equatable.swift
[49/64] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[50/64] Compiling DequeModule _DequeSlot.swift
[51/64] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/64] Compiling DequeModule Deque._UnsafeHandle.swift
[53/64] Compiling DequeModule Deque.swift
[54/64] Compiling OSVer OSVerParseable.swift
[55/64] Compiling OSVer OSVer.swift
[56/64] Emitting module DequeModule
[57/64] Compiling DequeModule Deque+Codable.swift
[58/64] Compiling DequeModule Deque+Collection.swift
[59/65] Compiling OSVer OSVer+Hashable.swift
[60/65] Compiling OSVer OSVer+CustomStringConvertible.swift
[61/65] Compiling OSVer OSVer+Init.swift
[64/66] Compiling HTTPTypes HTTPFieldName.swift
[65/66] Compiling HTTPTypes HTTPField.swift
[66/66] Compiling HTTPTypes HTTPFields.swift
[68/128] Compiling OpenAPIRuntime URICodeCodingKey.swift
[69/128] Compiling OpenAPIRuntime URICoderConfiguration.swift
[70/128] Compiling OpenAPIRuntime URIEncodedNode.swift
[71/128] Compiling OpenAPIRuntime URIParsedTypes.swift
[72/128] Compiling OpenAPIRuntime URIDecoder.swift
[73/128] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[74/128] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[75/128] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[76/136] Emitting module OpenAPIRuntime
[77/136] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[78/136] Compiling OpenAPIRuntime CodableExtensions.swift
[79/136] Compiling OpenAPIRuntime Configuration.swift
[80/136] Compiling OpenAPIRuntime Converter+Client.swift
[81/136] Compiling OpenAPIRuntime Converter+Common.swift
[82/136] Compiling OpenAPIRuntime Converter+Server.swift
[83/136] Compiling OpenAPIRuntime Converter.swift
[84/136] Compiling OpenAPIRuntime CurrencyExtensions.swift
[85/136] Compiling OpenAPIRuntime ErrorExtensions.swift
[86/136] Compiling OpenAPIRuntime Acceptable.swift
[87/136] Compiling OpenAPIRuntime Base64EncodedData.swift
[88/136] Compiling OpenAPIRuntime ByteUtilities.swift
[89/136] Compiling OpenAPIRuntime ContentDisposition.swift
[90/136] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[91/136] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[92/136] Compiling OpenAPIRuntime OpenAPIValue.swift
[93/136] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[94/136] Compiling OpenAPIRuntime UndocumentedPayload.swift
[95/136] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[96/136] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[97/136] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[98/136] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[99/136] Compiling OpenAPIRuntime ServerSentEvents.swift
[100/136] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[101/136] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[102/136] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[103/136] Compiling OpenAPIRuntime ClientTransport.swift
[104/136] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[105/136] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[106/136] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[107/136] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[108/136] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[109/136] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[110/136] Compiling OpenAPIRuntime MultipartValidation.swift
[111/136] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.swift
[112/136] Compiling OpenAPIRuntime CurrencyTypes.swift
[113/136] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[114/136] Compiling OpenAPIRuntime HTTPBody.swift
[115/136] Compiling OpenAPIRuntime ServerTransport.swift
[116/136] Compiling OpenAPIRuntime UniversalClient.swift
[117/136] Compiling OpenAPIRuntime UniversalServer.swift
[118/136] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[119/136] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[120/136] Compiling OpenAPIRuntime FoundationExtensions.swift
[121/136] Compiling OpenAPIRuntime ParameterStyles.swift
[122/136] Compiling OpenAPIRuntime ServerVariable.swift
[123/136] Compiling OpenAPIRuntime URLExtensions.swift
[124/136] Compiling OpenAPIRuntime Deprecated.swift
[125/136] Compiling OpenAPIRuntime ClientError.swift
[126/136] Compiling OpenAPIRuntime CodingErrors.swift
[127/136] Compiling OpenAPIRuntime RuntimeError.swift
[128/136] Compiling OpenAPIRuntime ServerError.swift
[129/136] Compiling OpenAPIRuntime URIValueFromNodeDecoder.swift
[130/136] Compiling OpenAPIRuntime URIEncoder.swift
[131/136] Compiling OpenAPIRuntime URIValueToNodeEncoder+Keyed.swift
[132/136] Compiling OpenAPIRuntime URIValueToNodeEncoder+Single.swift
[133/136] Compiling OpenAPIRuntime URIValueToNodeEncoder+Unkeyed.swift
[134/136] Compiling OpenAPIRuntime URIValueToNodeEncoder.swift
[135/136] Compiling OpenAPIRuntime URIParser.swift
[136/136] Compiling OpenAPIRuntime URISerializer.swift
[138/144] Compiling OpenAPIURLSession BidirectionalStreamingURLSessionDelegate.swift
[139/144] Compiling OpenAPIURLSession Lock.swift
[140/144] Compiling OpenAPIURLSession URLSession+Extensions.swift
[141/144] Compiling OpenAPIURLSession HTTPBodyOutputStreamBridge.swift
[142/144] Compiling OpenAPIURLSession URLSessionTransport.swift
[143/144] Compiling OpenAPIURLSession BufferedStream.swift
[144/144] Emitting module OpenAPIURLSession
[146/155] Compiling IPSWDownloads FirmwareType.swift
/host/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.
[147/156] Compiling IPSWDownloads RuntimeError.swift
/host/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 {
[148/156] Compiling IPSWDownloads URL.swift
[149/156] Compiling IPSWDownloads IPSWDownloads.swift
[150/156] Compiling IPSWDownloads Board.swift
/host/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.
/host/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 {
[151/156] Compiling IPSWDownloads Data.swift
/host/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.
/host/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 {
[152/156] Emitting module IPSWDownloads
[153/156] Compiling IPSWDownloads Device.swift
/host/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.
[154/156] Compiling IPSWDownloads Firmware.swift
/host/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.
[155/156] Compiling IPSWDownloads Client.swift
/host/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
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:4:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  2 | @_spi(Generated) public import OpenAPIRuntime
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  5 | @preconcurrency public import struct Foundation.Data
  6 | @preconcurrency public import struct Foundation.Date
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:5:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
  5 | @preconcurrency public import struct Foundation.Data
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  6 | @preconcurrency public import struct Foundation.Date
  7 | #else
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Client.swift:6:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  4 | @preconcurrency public import struct Foundation.URL
  5 | @preconcurrency public import struct Foundation.Data
  6 | @preconcurrency public import struct Foundation.Date
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  7 | #else
  8 | public import struct Foundation.URL
/host/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 {
[156/156] Compiling IPSWDownloads Types.swift
/host/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
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:4:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  2 | @_spi(Generated) public import OpenAPIRuntime
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  5 | @preconcurrency public import struct Foundation.Data
  6 | @preconcurrency public import struct Foundation.Date
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:5:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  3 | #if os(Linux)
  4 | @preconcurrency public import struct Foundation.URL
  5 | @preconcurrency public import struct Foundation.Data
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  6 | @preconcurrency public import struct Foundation.Date
  7 | #else
/host/spi-builder-workspace/Sources/IPSWDownloads/Generated/Types.swift:6:24: warning: public import of 'Foundation' was not used in public declarations or inlinable code
  4 | @preconcurrency public import struct Foundation.URL
  5 | @preconcurrency public import struct Foundation.Data
  6 | @preconcurrency public import struct Foundation.Date
    |                        `- warning: public import of 'Foundation' was not used in public declarations or inlinable code
  7 | #else
  8 | public import struct Foundation.URL
Build complete! (40.57s)
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" : "/host/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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.