The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-blocks, reference 0.9.0 (cf03a8), with Swift 6.1 for macOS (SPM) on 15 Jan 2026 04:22:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dirtyhenry/swift-blocks.git
Reference: 0.9.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dirtyhenry/swift-blocks
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at cf03a8d Merge pull request #129 from dirtyhenry/release-0.9.0
Cloned https://github.com/dirtyhenry/swift-blocks.git
Revision (git rev-parse @):
cf03a8d75b895b2f1b05da44810ffbb85041af54
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-blocks.git at 0.9.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/dirtyhenry/swift-blocks.git
https://github.com/dirtyhenry/swift-blocks.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-blocks",
  "name" : "swift-blocks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Blocks",
      "targets" : [
        "Blocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObjectiveBlocks",
      "targets" : [
        "ObjectiveBlocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectiveBlocks",
      "module_type" : "ClangTarget",
      "name" : "ObjectiveBlocks",
      "path" : "Sources/ObjectiveBlocks",
      "product_memberships" : [
        "ObjectiveBlocks"
      ],
      "sources" : [
        "ArrayDataSource.m",
        "FileSystemExplorer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlocksTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocksTests",
      "path" : "Tests/BlocksTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/dump-package.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/sample-feed.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleExtensionTests.swift",
        "CopyUtilsTests.swift",
        "DataFormatterTests.swift",
        "ExtensionTests.swift",
        "Extensions/StringProtocolTests.swift",
        "Helpers/DummyURLRequest.swift",
        "Helpers/XCTest+Workaround.swift",
        "Helpers/XCTestCase+CI.swift",
        "ICalendarTests.swift",
        "JSONTests.swift",
        "JavaScriptISO8601DateFormatterTests.swift",
        "Maths/ArithmeticTests.swift",
        "PackageDumpTests.swift",
        "PasteboardTests.swift",
        "PlainDateTests.swift",
        "Security/PKCETests.swift",
        "Security/SecurityErrorTests.swift",
        "Security/SecurityUtilsTests.swift",
        "SitemapTests.swift",
        "Transport/EndpointTests.swift",
        "Transport/LoggingTransportTests.swift",
        "Transport/MailtoComponentsTests.swift",
        "Transport/RetryTransportTests.swift",
        "Transport/StatusCodeCheckingTransportTests.swift",
        "Transport/URLLoadingSystemErrorCodesTests.swift",
        "Transport/URLRequestHeaderItemTests.swift",
        "Web/FrontMatterTests.swift",
        "Web/JSONFeedTests.swift"
      ],
      "target_dependencies" : [
        "Blocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blocks",
      "module_type" : "SwiftTarget",
      "name" : "Blocks",
      "path" : "Sources/Blocks",
      "product_memberships" : [
        "Blocks"
      ],
      "sources" : [
        "BlocksError.swift",
        "CLIUtils/CLIUtils.swift",
        "Calendar/ICalendar.swift",
        "CopyUtils.swift",
        "DataFormatter.swift",
        "Extensions/Bundle.swift",
        "Extensions/Calendar.swift",
        "Extensions/Data.swift",
        "Extensions/Font.swift",
        "Extensions/JSONDecoder.swift",
        "Extensions/JSONEncoder.swift",
        "Extensions/StringProtocol.swift",
        "Extensions/URLComponents.swift",
        "JSON.swift",
        "JavaScriptISO8601DateFormatter.swift",
        "Maths/Arithmetic.swift",
        "Meta/PackageDump.swift",
        "Network/PrivateIPAddresses.swift",
        "Pasteboard.swift",
        "PlainDate.swift",
        "Security/GenericPasswordKeychainItem.swift",
        "Security/PKCE.swift",
        "Security/SecurityError.swift",
        "Security/SecurityUtils.swift",
        "SimpleMessageError.swift",
        "Sitemap.swift",
        "Transport/Endpoint.swift",
        "Transport/LoggingTransport.swift",
        "Transport/MailtoComponents.swift",
        "Transport/MockTransport.swift",
        "Transport/MultipartRequest.swift",
        "Transport/RetryTransport.swift",
        "Transport/StatusCodeCheckingTransport.swift",
        "Transport/TaskState.swift",
        "Transport/Transport.swift",
        "Transport/TransportError.swift",
        "Transport/URLRequestHeaderItem.swift",
        "UIComponents/LabeledTextField.swift",
        "UIComponents/PlainDatePicker.swift",
        "UIComponents/TaskStateButton.swift",
        "Watch/WatchPairingUtil.swift",
        "Web/FrontMatter.swift",
        "Web/JSONFeed.swift",
        "Web/OpenGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[2/45] Compiling ObjectiveBlocks FileSystemExplorer.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/ArrayDataSource.m:1:
/Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/public/ArrayDataSource.h:6:5: warning: 'TARGET_OS_PHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
    6 | #if TARGET_OS_PHONE
      |     ^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/ArrayDataSource.m:3:5: warning: 'TARGET_OS_PHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
    3 | #if TARGET_OS_PHONE
      |     ^
2 warnings generated.
[3/45] Compiling ObjectiveBlocks ArrayDataSource.m
[5/45] Emitting module Blocks
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[6/49] Compiling Blocks WatchPairingUtil.swift
[7/49] Compiling Blocks FrontMatter.swift
[8/49] Compiling Blocks JSONFeed.swift
[9/49] Compiling Blocks OpenGraph.swift
[10/49] Compiling Blocks MailtoComponents.swift
[11/49] Compiling Blocks MockTransport.swift
[12/49] Compiling Blocks MultipartRequest.swift
[13/49] Compiling Blocks RetryTransport.swift
[14/49] Compiling Blocks BlocksError.swift
[15/49] Compiling Blocks CLIUtils.swift
[16/49] Compiling Blocks ICalendar.swift
[17/49] Compiling Blocks CopyUtils.swift
[18/49] Compiling Blocks DataFormatter.swift
[19/49] Compiling Blocks SimpleMessageError.swift
[20/49] Compiling Blocks Sitemap.swift
[21/49] Compiling Blocks Endpoint.swift
[22/49] Compiling Blocks LoggingTransport.swift
[23/49] Compiling Blocks GenericPasswordKeychainItem.swift
[24/49] Compiling Blocks PKCE.swift
[25/49] Compiling Blocks SecurityError.swift
[26/49] Compiling Blocks SecurityUtils.swift
[27/49] Compiling Blocks StatusCodeCheckingTransport.swift
[28/49] Compiling Blocks TaskState.swift
[29/49] Compiling Blocks Transport.swift
[30/49] Compiling Blocks TransportError.swift
[31/49] Compiling Blocks JSONEncoder.swift
[32/49] Compiling Blocks StringProtocol.swift
[33/49] Compiling Blocks URLComponents.swift
[34/49] Compiling Blocks JSON.swift
[35/49] Compiling Blocks JavaScriptISO8601DateFormatter.swift
[36/49] Compiling Blocks Bundle.swift
[37/49] Compiling Blocks Calendar.swift
[38/49] Compiling Blocks Data.swift
[39/49] Compiling Blocks Font.swift
[40/49] Compiling Blocks JSONDecoder.swift
[41/49] Compiling Blocks Arithmetic.swift
[42/49] Compiling Blocks PackageDump.swift
[43/49] Compiling Blocks PrivateIPAddresses.swift
[44/49] Compiling Blocks Pasteboard.swift
[45/49] Compiling Blocks PlainDate.swift
[46/49] Compiling Blocks URLRequestHeaderItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[47/49] Compiling Blocks LabeledTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[48/49] Compiling Blocks PlainDatePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[49/49] Compiling Blocks TaskStateButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
Build complete! (7.72s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-blocks",
  "name" : "swift-blocks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Blocks",
      "targets" : [
        "Blocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObjectiveBlocks",
      "targets" : [
        "ObjectiveBlocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectiveBlocks",
      "module_type" : "ClangTarget",
      "name" : "ObjectiveBlocks",
      "path" : "Sources/ObjectiveBlocks",
      "product_memberships" : [
        "ObjectiveBlocks"
      ],
      "sources" : [
        "ArrayDataSource.m",
        "FileSystemExplorer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlocksTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocksTests",
      "path" : "Tests/BlocksTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/dump-package.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/sample-feed.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleExtensionTests.swift",
        "CopyUtilsTests.swift",
        "DataFormatterTests.swift",
        "ExtensionTests.swift",
        "Extensions/StringProtocolTests.swift",
        "Helpers/DummyURLRequest.swift",
        "Helpers/XCTest+Workaround.swift",
        "Helpers/XCTestCase+CI.swift",
        "ICalendarTests.swift",
        "JSONTests.swift",
        "JavaScriptISO8601DateFormatterTests.swift",
        "Maths/ArithmeticTests.swift",
        "PackageDumpTests.swift",
        "PasteboardTests.swift",
        "PlainDateTests.swift",
        "Security/PKCETests.swift",
        "Security/SecurityErrorTests.swift",
        "Security/SecurityUtilsTests.swift",
        "SitemapTests.swift",
        "Transport/EndpointTests.swift",
        "Transport/LoggingTransportTests.swift",
        "Transport/MailtoComponentsTests.swift",
        "Transport/RetryTransportTests.swift",
        "Transport/StatusCodeCheckingTransportTests.swift",
        "Transport/URLLoadingSystemErrorCodesTests.swift",
        "Transport/URLRequestHeaderItemTests.swift",
        "Web/FrontMatterTests.swift",
        "Web/JSONFeedTests.swift"
      ],
      "target_dependencies" : [
        "Blocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blocks",
      "module_type" : "SwiftTarget",
      "name" : "Blocks",
      "path" : "Sources/Blocks",
      "product_memberships" : [
        "Blocks"
      ],
      "sources" : [
        "BlocksError.swift",
        "CLIUtils/CLIUtils.swift",
        "Calendar/ICalendar.swift",
        "CopyUtils.swift",
        "DataFormatter.swift",
        "Extensions/Bundle.swift",
        "Extensions/Calendar.swift",
        "Extensions/Data.swift",
        "Extensions/Font.swift",
        "Extensions/JSONDecoder.swift",
        "Extensions/JSONEncoder.swift",
        "Extensions/StringProtocol.swift",
        "Extensions/URLComponents.swift",
        "JSON.swift",
        "JavaScriptISO8601DateFormatter.swift",
        "Maths/Arithmetic.swift",
        "Meta/PackageDump.swift",
        "Network/PrivateIPAddresses.swift",
        "Pasteboard.swift",
        "PlainDate.swift",
        "Security/GenericPasswordKeychainItem.swift",
        "Security/PKCE.swift",
        "Security/SecurityError.swift",
        "Security/SecurityUtils.swift",
        "SimpleMessageError.swift",
        "Sitemap.swift",
        "Transport/Endpoint.swift",
        "Transport/LoggingTransport.swift",
        "Transport/MailtoComponents.swift",
        "Transport/MockTransport.swift",
        "Transport/MultipartRequest.swift",
        "Transport/RetryTransport.swift",
        "Transport/StatusCodeCheckingTransport.swift",
        "Transport/TaskState.swift",
        "Transport/Transport.swift",
        "Transport/TransportError.swift",
        "Transport/URLRequestHeaderItem.swift",
        "UIComponents/LabeledTextField.swift",
        "UIComponents/PlainDatePicker.swift",
        "UIComponents/TaskStateButton.swift",
        "Watch/WatchPairingUtil.swift",
        "Web/FrontMatter.swift",
        "Web/JSONFeed.swift",
        "Web/OpenGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.