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 universalis-swift, reference v1.4.0 (e6b4b3), with Swift 6.0 for macOS (SPM) on 8 Nov 2024 18:38:17 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.57.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Eisenhuth/universalis-swift.git
Reference: v1.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Eisenhuth/universalis-swift
 * tag               v1.4.0     -> FETCH_HEAD
HEAD is now at e6b4b35 Update LoadData.swift
Cloned https://github.com/Eisenhuth/universalis-swift.git
Revision (git rev-parse @):
e6b4b35d1d10baf7eb0d273c68f83407129a1932
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Eisenhuth/universalis-swift.git at v1.4.0
========================================
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": "universalis-swift",
      "name": "universalis-swift",
      "url": "https://github.com/Eisenhuth/universalis-swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/universalis-swift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/Eisenhuth/universalis-swift.git
[1/137] Fetching universalis-swift
Fetched https://github.com/Eisenhuth/universalis-swift.git from cache (0.76s)
Creating working copy for https://github.com/Eisenhuth/universalis-swift.git
Working copy of https://github.com/Eisenhuth/universalis-swift.git resolved at v1.4.0 (e6b4b35)
warning: '.resolve-product-dependencies': dependency 'universalis-swift' 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/Eisenhuth/universalis-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/27] Emitting module universalis_swift
[4/29] Compiling universalis_swift UploadCountHistoryView.swift
[5/29] Compiling universalis_swift UserListView.swift
[6/29] Compiling universalis_swift RecentlyUpdatedItemsView.swift
[7/29] Compiling universalis_swift SaleView.swift
[8/29] Compiling universalis_swift SourceUploadCountView.swift
[9/29] Compiling universalis_swift WorldUploadCounts.swift
[10/29] Compiling universalis_swift universalis-swift.swift
[11/29] Compiling universalis_swift World.swift
[12/29] Compiling universalis_swift WorldItemRecencyView.swift
[13/29] Compiling universalis_swift TaxRatesView.swift
[14/29] Compiling universalis_swift TradeVolumeView.swift
[15/29] Compiling universalis_swift MinimizedSaleView.swift
[16/29] Compiling universalis_swift MostRecentlyUpdatedItemsView.swift
[17/29] Compiling universalis_swift ProblemDetails.swift
[18/29] Compiling universalis_swift AggregatedMarketBoardData.swift
[19/29] Compiling universalis_swift ContentView.swift
[20/29] Compiling universalis_swift CurrentlyShownMultiViewV2.swift
[21/29] Compiling universalis_swift HistoryView.swift
[22/29] Compiling universalis_swift ListingView.swift
[23/29] Compiling universalis_swift MateriaView.swift
[24/29] Compiling universalis_swift ConvertDict.swift
[25/29] Compiling universalis_swift Endpoint.swift
[26/29] Compiling universalis_swift LoadData.swift
[27/29] Compiling universalis_swift CurrentlyShownView.swift
[28/29] Compiling universalis_swift DataCenter.swift
[29/29] Compiling universalis_swift HistoryMultiViewV2.swift
Build complete! (12.78s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "universalis-swift",
  "name" : "universalis-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "universalis-swift",
      "targets" : [
        "universalis-swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "universalis_swift",
      "module_type" : "SwiftTarget",
      "name" : "universalis-swift",
      "path" : "Sources/universalis-swift",
      "product_memberships" : [
        "universalis-swift"
      ],
      "sources" : [
        "ConvertDict.swift",
        "Endpoint.swift",
        "LoadData.swift",
        "universalis-api/AggregatedMarketBoardData.swift",
        "universalis-api/ContentView.swift",
        "universalis-api/CurrentlyShownMultiViewV2.swift",
        "universalis-api/CurrentlyShownView.swift",
        "universalis-api/DataCenter.swift",
        "universalis-api/HistoryMultiViewV2.swift",
        "universalis-api/HistoryView.swift",
        "universalis-api/ListingView.swift",
        "universalis-api/MateriaView.swift",
        "universalis-api/MinimizedSaleView.swift",
        "universalis-api/MostRecentlyUpdatedItemsView.swift",
        "universalis-api/ProblemDetails.swift",
        "universalis-api/RecentlyUpdatedItemsView.swift",
        "universalis-api/SaleView.swift",
        "universalis-api/SourceUploadCountView.swift",
        "universalis-api/TaxRatesView.swift",
        "universalis-api/TradeVolumeView.swift",
        "universalis-api/UploadCountHistoryView.swift",
        "universalis-api/UserListView.swift",
        "universalis-api/World.swift",
        "universalis-api/WorldItemRecencyView.swift",
        "universalis-api/WorldUploadCounts.swift",
        "universalis-swift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/eisenhuth/universalis-swift/v1.4.0
Repository:               Eisenhuth/universalis-swift
Swift version used:       6.0
Target:                   universalis-swift
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'universalis-swift'...
Finished extracting symbol information for 'universalis-swift'. (3.04s)
Building documentation for 'universalis-swift'...
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:58:22-58:29
56 |     ///   - itemId: the item to retrieve data for
57 |     ///   - queryItems: the following queries are supported:
58 +     ///   - listings (query): the number of listings to return per item, default is all listings
   |                      ╰─suggestion: Replace '(query)' with 'queryItems'
59 |     ///   - entries (query): the number of recent history entries to return per item, default 5
60 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:59:21-59:28
57 |     ///   - queryItems: the following queries are supported:
58 |     ///   - listings (query): the number of listings to return per item, default is all listings
59 +     ///   - entries (query): the number of recent history entries to return per item, default 5
   |                     ╰─suggestion: Replace '(query)' with 'queryItems'
60 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
61 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:60:16-60:23
58 |     ///   - listings (query): the number of listings to return per item, default is all listings
59 |     ///   - entries (query): the number of recent history entries to return per item, default 5
60 +     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
   |                ╰─suggestion: Replace '(query)' with 'queryItems'
61 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
62 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:61:25-61:32
59 |     ///   - entries (query): the number of recent history entries to return per item, default 5
60 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
61 +     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
   |                         ╰─suggestion: Replace '(query)' with 'queryItems'
62 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
63 |     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:62:27-62:34
60 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
61 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
62 +     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
   |                           ╰─suggestion: Replace '(query)' with 'queryItems'
63 |     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
64 |     /// - Returns: current market board data
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:63:20-63:27
61 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
62 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
63 +     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
   |                    ╰─suggestion: Replace '(query)' with 'queryItems'
64 |     /// - Returns: current market board data
65 |     func getCurrentData(worldDcRegion: String, itemId: Int, queryItems: [URLQueryItem]? = nil) async -> UniversalisResponse<CurrentlyShownView>{
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:79:22-79:29
77 |     ///   - itemIds: the items to retrieve data for
78 |     ///   - queryItems: the following queries are supported:
79 +     ///   - listings (query): the number of listings to return per item, default is all listings
   |                      ╰─suggestion: Replace '(query)' with 'queryItems'
80 |     ///   - entries (query): the number of recent history entries to return per item, default 5
81 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:80:21-80:28
78 |     ///   - queryItems: the following queries are supported:
79 |     ///   - listings (query): the number of listings to return per item, default is all listings
80 +     ///   - entries (query): the number of recent history entries to return per item, default 5
   |                     ╰─suggestion: Replace '(query)' with 'queryItems'
81 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
82 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:81:16-81:23
79 |     ///   - listings (query): the number of listings to return per item, default is all listings
80 |     ///   - entries (query): the number of recent history entries to return per item, default 5
81 +     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
   |                ╰─suggestion: Replace '(query)' with 'queryItems'
82 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
83 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:82:25-82:32
80 |     ///   - entries (query): the number of recent history entries to return per item, default 5
81 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
82 +     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
   |                         ╰─suggestion: Replace '(query)' with 'queryItems'
83 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
84 |     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:83:27-83:34
81 |     ///   - hq (query): filter for HQ listings and entries. By default, both HQ and NQ listings will be returned
82 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
83 +     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
   |                           ╰─suggestion: Replace '(query)' with 'queryItems'
84 |     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
85 |     /// - Returns: current market board data
warning: Parameter '(query)' not found in instance method declaration
  --> Sources/universalis-swift/universalis-swift.swift:84:20-84:27
82 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
83 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
84 +     ///   - fields (query): a comma separated list of fields that should be included in the response, if ommitted will return all fields. For example if you're only interested in the listings price per unit you can set this to listings.pricePerUnit
   |                    ╰─suggestion: Replace '(query)' with 'queryItems'
85 |     /// - Returns: current market board data
86 |     func getCurrentData(worldDcRegion: String, itemIds: [Int], queryItems: [URLQueryItem]? = nil) async -> UniversalisResponse<CurrentlyShownMultiViewV2>{
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:107:29-107:36
105 |     ///   - itemId: the item to retrieve data for
106 |     ///   - queryItems: the following queries are supported:
107 +     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
    |                             ╰─suggestion: Replace '(query)' with 'queryItems'
108 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
109 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:108:25-108:32
106 |     ///   - queryItems: the following queries are supported:
107 |     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
108 +     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
    |                         ╰─suggestion: Replace '(query)' with 'queryItems'
109 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
110 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:109:27-109:34
107 |     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
108 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
109 +     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
    |                           ╰─suggestion: Replace '(query)' with 'queryItems'
110 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
111 |     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:110:26-110:33
108 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
109 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
110 +     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
    |                          ╰─suggestion: Replace '(query)' with 'queryItems'
111 |     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
112 |     /// - Returns: market history data
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:111:26-111:33
109 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
110 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
111 +     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
    |                          ╰─suggestion: Replace '(query)' with 'queryItems'
112 |     /// - Returns: market history data
113 |     func getHistory(worldDcRegion: String, itemId: Int, queryItems: [URLQueryItem]? = nil) async -> UniversalisResponse<HistoryView>{
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:126:29-126:36
124 |     ///   - itemIds: the items to retrieve data for
125 |     ///   - queryItems: the following queries are supported:
126 +     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
    |                             ╰─suggestion: Replace '(query)' with 'queryItems'
127 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
128 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:127:25-127:32
125 |     ///   - queryItems: the following queries are supported:
126 |     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
127 +     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
    |                         ╰─suggestion: Replace '(query)' with 'queryItems'
128 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
129 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:128:27-128:34
126 |     ///   - entriesToReturn (query): the number of entries to return, default 1800, maximum 999999
127 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
128 +     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
    |                           ╰─suggestion: Replace '(query)' with 'queryItems'
129 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
130 |     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:129:26-129:33
127 |     ///   - statsWithin (query): the amount of time before now to calculate stats over, in milliseconds, default 7 days
128 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
129 +     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
    |                          ╰─suggestion: Replace '(query)' with 'queryItems'
130 |     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
131 |     /// - Returns: market history data
warning: Parameter '(query)' not found in instance method declaration
   --> Sources/universalis-swift/universalis-swift.swift:130:26-130:33
128 |     ///   - entriesWithin (query): the amount of time before now to take entries within, in seconds, default 7 days
129 |     ///   - minSalePrice (query): the inclusive minimum unit sale price of entries to return
130 +     ///   - maxSalePrice (query): the inclusive maximum unit sale price of entries to return
    |                          ╰─suggestion: Replace '(query)' with 'queryItems'
131 |     /// - Returns: market history data
132 |     func getHistory(worldDcRegion: String, itemIds: [Int], queryItems: [URLQueryItem]? = nil) async -> UniversalisResponse<HistoryMultiViewV2>{Finished building documentation for 'universalis-swift' (0.21s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/eisenhuth/universalis-swift/v1.4.0
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (2.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3168] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.24s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.65s)
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--7754E27361AE5C74.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Compiling Snippets Snippet.swift
[8/53] Emitting module Snippets
[9/53] Emitting module SymbolKit
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit Mixin+Equals.swift
[15/57] Compiling SymbolKit Mixin+Hash.swift
[16/57] Compiling SymbolKit Mixin.swift
[17/57] Compiling SymbolKit LineList.swift
[18/57] Compiling SymbolKit Position.swift
[19/57] Compiling SymbolKit Names.swift
[20/57] Compiling SymbolKit SPI.swift
[21/57] Compiling SymbolKit Snippet.swift
[22/57] Compiling SymbolKit Extension.swift
[23/57] Compiling SymbolKit DeclarationFragments.swift
[24/57] Compiling SymbolKit Fragment.swift
[25/57] Compiling SymbolKit FragmentKind.swift
[26/57] Compiling SymbolKit FunctionParameter.swift
[27/57] Compiling SymbolKit FunctionSignature.swift
[28/57] Compiling SymbolKit SemanticVersion.swift
[29/57] Compiling SymbolKit AccessControl.swift
[30/57] Compiling SymbolKit Availability.swift
[31/57] Compiling SymbolKit AvailabilityItem.swift
[32/57] Compiling SymbolKit Domain.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit Relationship.swift
[43/57] Compiling SymbolKit RelationshipKind.swift
[44/57] Compiling SymbolKit SourceOrigin.swift
[45/57] Compiling SymbolKit GenericConstraints.swift
[46/57] Compiling SymbolKit Swift.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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! (4.54s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/26] Emitting module universalis_swift
[3/28] Compiling universalis_swift ConvertDict.swift
[4/28] Compiling universalis_swift Endpoint.swift
[5/28] Compiling universalis_swift LoadData.swift
[6/28] Compiling universalis_swift World.swift
[7/28] Compiling universalis_swift WorldItemRecencyView.swift
[8/28] Compiling universalis_swift UploadCountHistoryView.swift
[9/28] Compiling universalis_swift UserListView.swift
[10/28] Compiling universalis_swift MinimizedSaleView.swift
[11/28] Compiling universalis_swift MostRecentlyUpdatedItemsView.swift
[12/28] Compiling universalis_swift ProblemDetails.swift
[13/28] Compiling universalis_swift HistoryView.swift
[14/28] Compiling universalis_swift ListingView.swift
[15/28] Compiling universalis_swift MateriaView.swift
[16/28] Compiling universalis_swift RecentlyUpdatedItemsView.swift
[17/28] Compiling universalis_swift SaleView.swift
[18/28] Compiling universalis_swift SourceUploadCountView.swift
[19/28] Compiling universalis_swift TaxRatesView.swift
[20/28] Compiling universalis_swift TradeVolumeView.swift
[21/28] Compiling universalis_swift CurrentlyShownView.swift
[22/28] Compiling universalis_swift DataCenter.swift
[23/28] Compiling universalis_swift HistoryMultiViewV2.swift
[24/28] Compiling universalis_swift AggregatedMarketBoardData.swift
[25/28] Compiling universalis_swift ContentView.swift
[26/28] Compiling universalis_swift CurrentlyShownMultiViewV2.swift
[27/28] Compiling universalis_swift WorldUploadCounts.swift
[28/28] Compiling universalis_swift universalis-swift.swift
Build of target: 'universalis-swift' complete! (1.01s)
     674
5	/Users/admin/builder/spi-builder-workspace/.docs/eisenhuth/universalis-swift/v1.4.0
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/eisenhuth/universalis-swift/v1.4.0
File count: 674
Doc size:   5.0MB
Preparing doc bundle ...
Uploading prod-eisenhuth-universalis-swift-v1.4.0-1d8e51df.zip to s3://spi-docs-inbox/prod-eisenhuth-universalis-swift-v1.4.0-1d8e51df.zip
Copying... [13%]
Copying... [26%]
Copying... [33%]
Copying... [46%]
Copying... [53%]
Copying... [66%]
Copying... [72%]
Copying... [85%]
Copying... [92%]
Copying... [100%]
Done.