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 main (6c614b), with Swift 6.1 for Linux on 30 Apr 2025 08:23:57 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.1-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.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/brightdigit/IPSWDownloads.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6c614b4 Update dependabot.yml
Cloned https://github.com/brightdigit/IPSWDownloads.git
Revision (git rev-parse @):
6c614b4486191fe2040b0ff3a9bb18a51fca127a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/brightdigit/IPSWDownloads.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-openapi-generator
Fetching https://github.com/brightdigit/OSVer
Fetching https://github.com/apple/swift-openapi-runtime
Fetching https://github.com/apple/swift-openapi-urlsession
[1/261] Fetching osver
[262/5933] Fetching osver, swift-openapi-runtime
[603/6894] Fetching osver, swift-openapi-runtime, swift-openapi-urlsession
Fetched https://github.com/brightdigit/OSVer from cache (0.26s)
Fetched https://github.com/apple/swift-openapi-urlsession from cache (0.26s)
[1/15468] Fetching swift-openapi-generator
Fetched https://github.com/apple/swift-openapi-runtime from cache (0.32s)
Fetched https://github.com/apple/swift-openapi-generator from cache (0.70s)
Computing version for https://github.com/brightdigit/OSVer
Computed https://github.com/brightdigit/OSVer at 1.0.0 (1.14s)
Computing version for https://github.com/apple/swift-openapi-runtime
Computed https://github.com/apple/swift-openapi-runtime at 1.8.2 (0.48s)
Fetching https://github.com/apple/swift-http-types
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.30s)
Computing version for https://github.com/apple/swift-openapi-generator
Computed https://github.com/apple/swift-openapi-generator at 1.7.2 (2.34s)
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/mattpolzin/OpenAPIKit
Fetching https://github.com/apple/swift-algorithms
[1/10445] Fetching yams
[315/16348] Fetching yams, swift-algorithms
[774/32617] Fetching yams, swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms from cache (0.47s)
[8408/26714] Fetching yams, swift-collections
[10498/41664] Fetching yams, swift-collections, swift-argument-parser
[13099/120158] Fetching yams, swift-collections, swift-argument-parser, openapikit
Fetched https://github.com/jpsim/Yams from cache (1.32s)
[68897/109713] Fetching swift-collections, swift-argument-parser, openapikit
Fetched https://github.com/apple/swift-argument-parser from cache (3.38s)
Fetched https://github.com/apple/swift-collections from cache (3.39s)
Fetched https://github.com/mattpolzin/OpenAPIKit from cache (3.43s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (4.11s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (0.45s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-openapi-urlsession
Computed https://github.com/apple/swift-openapi-urlsession at 1.1.0 (0.92s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.44s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
Computing version for https://github.com/mattpolzin/OpenAPIKit
Computed https://github.com/mattpolzin/OpenAPIKit at 3.5.0 (0.50s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.4.0 (0.44s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.69s)
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-urlsession
Working copy of https://github.com/apple/swift-openapi-urlsession resolved at 1.1.0
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
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/brightdigit/OSVer
Working copy of https://github.com/brightdigit/OSVer resolved at 1.0.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-generator
Working copy of https://github.com/apple/swift-openapi-generator resolved at 1.7.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-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
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
[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-24593BA9C3E375BF.txt
[12/43] Emitting module InternalCollectionsUtilities
[13/45] Compiling HTTPTypes HTTPParsedFields.swift
[14/46] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[15/46] Compiling InternalCollectionsUtilities Specialize.swift
[16/46] Compiling OSVer OSVerParseable.swift
[17/46] Compiling HTTPTypes ISOLatin1String.swift
[18/46] Compiling InternalCollectionsUtilities UInt+reversed.swift
[19/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[20/46] Emitting module OSVer
[21/46] Compiling OSVer OSVer+Comparable.swift
[22/46] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[23/46] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[24/46] Compiling InternalCollectionsUtilities _SortedCollection.swift
[25/46] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[26/46] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[27/46] Compiling InternalCollectionsUtilities Integer rank.swift
[28/46] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[29/46] Compiling InternalCollectionsUtilities Debugging.swift
[30/46] Compiling InternalCollectionsUtilities Descriptions.swift
[31/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[32/46] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[33/46] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[34/46] Compiling HTTPTypes HTTPResponse.swift
[35/46] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[36/46] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[37/46] Compiling HTTPTypes HTTPRequest.swift
[38/47] Emitting module HTTPTypes
[39/47] Compiling HTTPTypes HTTPField.swift
[40/47] Compiling HTTPTypes HTTPFieldName.swift
[42/62] Compiling HTTPTypes NIOLock.swift
[43/62] Compiling OSVer OSVer.swift
[44/62] Compiling DequeModule _DequeBuffer.swift
[45/62] Compiling DequeModule _DequeBufferHeader.swift
[46/64] Compiling OSVer OSVer+Hashable.swift
[47/64] Compiling OSVer OSVer+CustomStringConvertible.swift
[48/64] Compiling OSVer OSVer+Init.swift
[50/65] Compiling DequeModule _DequeSlot.swift
[51/65] Compiling DequeModule _UnsafeWrappedBuffer.swift
[52/65] Compiling DequeModule Deque+Testing.swift
[53/65] Compiling DequeModule Deque._Storage.swift
[54/65] Compiling DequeModule Deque._UnsafeHandle.swift
[55/65] Compiling DequeModule Deque.swift
[56/65] Compiling DequeModule Deque+Extras.swift
[57/65] Compiling DequeModule Deque+Hashable.swift
[58/65] Compiling DequeModule Deque+Equatable.swift
[59/65] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[60/65] Compiling DequeModule Deque+CustomReflectable.swift
[61/65] Compiling DequeModule Deque+Descriptions.swift
[62/65] Compiling DequeModule Deque+Codable.swift
[63/65] Compiling DequeModule Deque+Collection.swift
[64/65] Emitting module DequeModule
[65/66] Compiling HTTPTypes HTTPFields.swift
[68/128] Emitting module OpenAPIRuntime
[69/136] Compiling OpenAPIRuntime FoundationExtensions.swift
[70/136] Compiling OpenAPIRuntime ParameterStyles.swift
[71/136] Compiling OpenAPIRuntime ServerVariable.swift
[72/136] Compiling OpenAPIRuntime URLExtensions.swift
[73/136] Compiling OpenAPIRuntime Deprecated.swift
[74/136] Compiling OpenAPIRuntime ClientError.swift
[75/136] Compiling OpenAPIRuntime CodingErrors.swift
[76/136] Compiling OpenAPIRuntime RuntimeError.swift
[77/136] Compiling OpenAPIRuntime ServerError.swift
[78/136] Compiling OpenAPIRuntime Acceptable.swift
[79/136] Compiling OpenAPIRuntime Base64EncodedData.swift
[80/136] Compiling OpenAPIRuntime ByteUtilities.swift
[81/136] Compiling OpenAPIRuntime ContentDisposition.swift
[82/136] Compiling OpenAPIRuntime CopyOnWriteBox.swift
[83/136] Compiling OpenAPIRuntime OpenAPIMIMEType.swift
[84/136] Compiling OpenAPIRuntime OpenAPIValue.swift
[85/136] Compiling OpenAPIRuntime PrettyStringConvertible.swift
[86/136] Compiling OpenAPIRuntime UndocumentedPayload.swift
[87/136] Compiling OpenAPIRuntime JSONLinesDecoding.swift
[88/136] Compiling OpenAPIRuntime JSONLinesEncoding.swift
[89/136] Compiling OpenAPIRuntime JSONSequenceDecoding.swift
[90/136] Compiling OpenAPIRuntime JSONSequenceEncoding.swift
[91/136] Compiling OpenAPIRuntime ServerSentEvents.swift
[92/136] Compiling OpenAPIRuntime ServerSentEventsDecoding.swift
[93/136] Compiling OpenAPIRuntime ServerSentEventsEncoding.swift
[94/136] Compiling OpenAPIRuntime AsyncSequenceCommon.swift
[95/136] Compiling OpenAPIRuntime ClientTransport.swift
[96/136] Compiling OpenAPIRuntime WarningSuppressingAnnotations.swift
[97/136] Compiling OpenAPIRuntime CodableExtensions.swift
[98/136] Compiling OpenAPIRuntime Configuration.swift
[99/136] Compiling OpenAPIRuntime Converter+Client.swift
[100/136] Compiling OpenAPIRuntime Converter+Common.swift
[101/136] Compiling OpenAPIRuntime Converter+Server.swift
[102/136] Compiling OpenAPIRuntime Converter.swift
[103/136] Compiling OpenAPIRuntime CurrencyExtensions.swift
[104/136] Compiling OpenAPIRuntime ErrorExtensions.swift
[105/136] Compiling OpenAPIRuntime CurrencyTypes.swift
[106/136] Compiling OpenAPIRuntime ErrorHandlingMiddleware.swift
[107/136] Compiling OpenAPIRuntime HTTPBody.swift
[108/136] Compiling OpenAPIRuntime ServerTransport.swift
[109/136] Compiling OpenAPIRuntime UniversalClient.swift
[110/136] Compiling OpenAPIRuntime UniversalServer.swift
[111/136] Compiling OpenAPIRuntime MultipartBoundaryGenerator.swift
[112/136] Compiling OpenAPIRuntime MultipartBytesToFramesSequence.swift
[113/136] Compiling OpenAPIRuntime URICodeCodingKey.swift
[114/136] Compiling OpenAPIRuntime URICoderConfiguration.swift
[115/136] Compiling OpenAPIRuntime URIEncodedNode.swift
[116/136] Compiling OpenAPIRuntime URIParsedTypes.swift
[117/136] Compiling OpenAPIRuntime URIDecoder.swift
[118/136] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Keyed.swift
[119/136] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Single.swift
[120/136] Compiling OpenAPIRuntime URIValueFromNodeDecoder+Unkeyed.swift
[121/136] Compiling OpenAPIRuntime MultipartFramesToBytesSequence.swift
[122/136] Compiling OpenAPIRuntime MultipartFramesToRawPartsSequence.swift
[123/136] Compiling OpenAPIRuntime MultipartInternalTypes.swift
[124/136] Compiling OpenAPIRuntime MultipartPublicTypes.swift
[125/136] Compiling OpenAPIRuntime MultipartPublicTypesExtensions.swift
[126/136] Compiling OpenAPIRuntime MultipartRawPartsToFramesSequence.swift
[127/136] Compiling OpenAPIRuntime MultipartValidation.swift
[128/136] Compiling OpenAPIRuntime OpenAPIMIMEType+Multipart.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 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
/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 {
[147/156] 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
[148/156] 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
[149/156] 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
/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.
[150/156] 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
/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.
[151/156] 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
/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.
[152/156] 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
[153/156] 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
/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
[154/156] 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
/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 {
[155/156] 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
/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 {
[156/156] 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
/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 {
Build complete! (43.33s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.