The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftStockEarnings, reference 0.5.0 (95d7cb), with Swift 6.1 for macOS (SPM) on 22 Jul 2025 22:13:21 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattrudin/SwiftStockEarnings.git
Reference: 0.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattrudin/SwiftStockEarnings
 * tag               0.5.0      -> FETCH_HEAD
HEAD is now at 95d7cbb Fix: Support "Sept." as month abbreviation in date parser
Cloned https://github.com/mattrudin/SwiftStockEarnings.git
Revision (git rev-parse @):
95d7cbbf40a7396db7873dca4ae116efe5e1e68a
SUCCESS checkout https://github.com/mattrudin/SwiftStockEarnings.git at 0.5.0
Fetching https://github.com/scinfu/SwiftSoup.git
[1/4246] Fetching swiftsoup
Fetched https://github.com/scinfu/SwiftSoup.git from cache (1.02s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.8.7
========================================
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": "swiftstockearnings",
      "name": "SwiftStockEarnings",
      "url": "https://github.com/mattrudin/SwiftStockEarnings.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftStockEarnings",
      "dependencies": [
        {
          "identity": "swiftsoup",
          "name": "SwiftSoup",
          "url": "https://github.com/scinfu/SwiftSoup.git",
          "version": "2.9.6",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftSoup",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/mattrudin/SwiftStockEarnings.git
[1/76] Fetching swiftstockearnings
Fetched https://github.com/mattrudin/SwiftStockEarnings.git from cache (0.61s)
Fetching https://github.com/scinfu/SwiftSoup.git from cache
Fetched https://github.com/scinfu/SwiftSoup.git from cache (0.48s)
Computing version for https://github.com/scinfu/SwiftSoup.git
Computed https://github.com/scinfu/SwiftSoup.git at 2.9.6 (0.95s)
Creating working copy for https://github.com/scinfu/SwiftSoup.git
Working copy of https://github.com/scinfu/SwiftSoup.git resolved at 2.9.6
Creating working copy for https://github.com/mattrudin/SwiftStockEarnings.git
Working copy of https://github.com/mattrudin/SwiftStockEarnings.git resolved at 0.5.0 (95d7cbb)
warning: '.resolve-product-dependencies': dependency 'swiftstockearnings' is not used by any target
Found 1 product dependencies
  - SwiftSoup
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/mattrudin/SwiftStockEarnings.git
https://github.com/mattrudin/SwiftStockEarnings.git
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "SwiftStockEarnings",
  "name" : "SwiftStockEarnings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftStockEarnings",
      "targets" : [
        "SwiftStockEarnings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftStockEarningsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStockEarningsTests",
      "path" : "Tests/SwiftStockEarningsTests",
      "sources" : [
        "SwiftStockEarningsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftStockEarnings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftStockEarnings",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStockEarnings",
      "path" : "Sources/SwiftStockEarnings",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "SwiftStockEarnings"
      ],
      "sources" : [
        "Models/EarningsData.swift",
        "Network/EarningsNetworkClient.swift",
        "SwiftStockEarnings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/58] Emitting module SwiftSoup
[5/64] Compiling SwiftSoup UnfairLock.swift
[6/64] Compiling SwiftSoup UnicodeScalar.swift
[7/64] Compiling SwiftSoup Validate.swift
[8/64] Compiling SwiftSoup Whitelist.swift
[9/64] Compiling SwiftSoup XmlDeclaration.swift
[10/64] Compiling SwiftSoup XmlTreeBuilder.swift
[11/64] Compiling SwiftSoup Token.swift
[12/64] Compiling SwiftSoup TokenQueue.swift
[13/64] Compiling SwiftSoup Tokeniser.swift
[14/64] Compiling SwiftSoup TokeniserState.swift
[15/64] Compiling SwiftSoup TreeBuilder.swift
[16/64] Compiling SwiftSoup UTF8Arrays.swift
[17/64] Compiling SwiftSoup HtmlTreeBuilderState.swift
[18/64] Compiling SwiftSoup HttpStatusException.swift
[19/64] Compiling SwiftSoup Mutex.swift
[20/64] Compiling SwiftSoup Node.swift
[21/64] Compiling SwiftSoup NodeTraversor.swift
[22/64] Compiling SwiftSoup NodeVisitor.swift
[23/64] Compiling SwiftSoup OrderedSet.swift
[24/64] Compiling SwiftSoup ParseError.swift
[25/64] Compiling SwiftSoup ParseErrorList.swift
[26/64] Compiling SwiftSoup ParseSettings.swift
[27/64] Compiling SwiftSoup Parser.swift
[28/64] Compiling SwiftSoup ParsingStrings.swift
[29/64] Compiling SwiftSoup StringBuilder.swift
[30/64] Compiling SwiftSoup StringUtil.swift
[31/64] Compiling SwiftSoup StructuralEvaluator.swift
[32/64] Compiling SwiftSoup SwiftSoup.swift
[33/64] Compiling SwiftSoup Tag.swift
[34/64] Compiling SwiftSoup TextNode.swift
[35/64] Compiling SwiftSoup Elements.swift
[36/64] Compiling SwiftSoup Entities.swift
[37/64] Compiling SwiftSoup Evaluator.swift
[38/64] Compiling SwiftSoup Exception.swift
[39/64] Compiling SwiftSoup FormElement.swift
[40/64] Compiling SwiftSoup HtmlTreeBuilder.swift
[41/64] Compiling SwiftSoup CharacterReader.swift
[42/64] Compiling SwiftSoup Cleaner.swift
[43/64] Compiling SwiftSoup Collector.swift
[44/64] Compiling SwiftSoup CombiningEvaluator.swift
[45/64] Compiling SwiftSoup Comment.swift
[46/64] Compiling SwiftSoup Connection.swift
[47/64] Compiling SwiftSoup ArrayExt.swift
[48/64] Compiling SwiftSoup Attribute.swift
[49/64] Compiling SwiftSoup Attributes.swift
[50/64] Compiling SwiftSoup BinarySearch.swift
[51/64] Compiling SwiftSoup BooleanAttribute.swift
[52/64] Compiling SwiftSoup CharacterExt.swift
[53/64] Compiling SwiftSoup CssSelector.swift
[54/64] Compiling SwiftSoup DataNode.swift
[55/64] Compiling SwiftSoup DataUtil.swift
[56/64] Compiling SwiftSoup Document.swift
[57/64] Compiling SwiftSoup DocumentType.swift
[58/64] Compiling SwiftSoup Element.swift
[59/64] Compiling SwiftSoup Pattern.swift
[60/64] Compiling SwiftSoup QueryParser.swift
[61/64] Compiling SwiftSoup SerializationException.swift
[62/64] Compiling SwiftSoup SimpleDictionary.swift
[63/64] Compiling SwiftSoup StreamReader.swift
[64/64] Compiling SwiftSoup String.swift
[65/68] Compiling SwiftStockEarnings EarningsNetworkClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[66/68] Compiling SwiftStockEarnings SwiftStockEarnings.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStockEarnings/SwiftStockEarnings.swift:111:25: warning: variable 'dateStrFixed' was never mutated; consider changing to 'let' constant
109 |                 // Helper to try both abbreviated and full month
110 |                 let createLocalDate: (String) -> Date? = { dateStr in
111 |                     var dateStrFixed = dateStr.replacingOccurrences(of: "Sept.", with: "Sep.")
    |                         `- warning: variable 'dateStrFixed' was never mutated; consider changing to 'let' constant
112 |                     windowFormatter.dateFormat = "MMM. d, yyyy"
113 |                     if let date = windowFormatter.date(from: dateStrFixed) {
[67/68] Compiling SwiftStockEarnings EarningsData.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[68/68] Emitting module SwiftStockEarnings
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (9.27s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftsoup",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.6.1",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/scinfu/SwiftSoup.git"
    }
  ],
  "manifest_display_name" : "SwiftStockEarnings",
  "name" : "SwiftStockEarnings",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftStockEarnings",
      "targets" : [
        "SwiftStockEarnings"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftStockEarningsTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStockEarningsTests",
      "path" : "Tests/SwiftStockEarningsTests",
      "sources" : [
        "SwiftStockEarningsTests.swift"
      ],
      "target_dependencies" : [
        "SwiftStockEarnings"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftStockEarnings",
      "module_type" : "SwiftTarget",
      "name" : "SwiftStockEarnings",
      "path" : "Sources/SwiftStockEarnings",
      "product_dependencies" : [
        "SwiftSoup"
      ],
      "product_memberships" : [
        "SwiftStockEarnings"
      ],
      "sources" : [
        "Models/EarningsData.swift",
        "Network/EarningsNetworkClient.swift",
        "SwiftStockEarnings.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.