The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TypeSwift with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/momeno/typeswift.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/momeno/typeswift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7f5f5ac Update README.md
Cloned https://github.com/momeno/typeswift.git
Revision (git rev-parse @):
7f5f5ac71055191ae0d4adc088a0073165ba9402
SUCCESS checkout https://github.com/momeno/typeswift.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "typeswift",
      "name": "TypeSwift",
      "url": "https://github.com/momeno/typeswift.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/typeswift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/momeno/typeswift.git
[1/679] Fetching typeswift
Fetched https://github.com/momeno/typeswift.git (0.30s)
Creating working copy for https://github.com/momeno/typeswift.git
Working copy of https://github.com/momeno/typeswift.git resolved at master
warning: '.resolve-product-dependencies': dependency 'typeswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/23] Emitting module TypeSwift
[2/26] Compiling TypeSwift TypeScriptError.swift
[3/26] Compiling TypeSwift TypeSwift.swift
[4/26] Compiling TypeSwift VariableType.swift
[5/26] Compiling TypeSwift String+Trim.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[6/26] Compiling TypeSwift SwiftNumber.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[7/26] Compiling TypeSwift Type.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/Type.swift:96:66: note: use 'compactMap(_:)' instead
            self = .generic(generic.name, try generic.associates.flatMap(Type.init(typescript:)))
                                                                 ^~~~~~~
                                                                 compactMap
[8/26] Compiling TypeSwift InterfaceDeclaration.swift
[9/26] Compiling TypeSwift Model.swift
[10/26] Compiling TypeSwift ModelBody.swift
[11/26] Compiling TypeSwift Protocols.swift
[12/26] Compiling TypeSwift String+Help.swift
[13/26] Compiling TypeSwift String+RegexHelpers.swift
[14/26] Compiling TypeSwift FunctionDeclaration.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[15/26] Compiling TypeSwift Interface.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[16/26] Compiling TypeSwift InterfaceBody.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(PropertyDefinition.init)
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/FunctionDeclaration.swift:85:14: note: use 'compactMap(_:)' instead
            .flatMap(PropertyDefinition.init)
             ^~~~~~~
             compactMap
[17/26] Compiling TypeSwift AccessLevel.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[18/26] Compiling TypeSwift CodeBlock.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[19/26] Compiling TypeSwift Expression.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[20/26] Compiling TypeSwift Function.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
            .flatMap(Expression.init(typescript:))
             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/TypeSwift/CodeBlock.swift:40:14: note: use 'compactMap(_:)' instead
            .flatMap(Expression.init(typescript:))
             ^~~~~~~
             compactMap
[21/26] Compiling TypeSwift ModelDeclaration.swift
[22/26] Compiling TypeSwift Permission.swift
[23/26] Compiling TypeSwift PropertyDefinition.swift
[24/26] Compiling TypeSwift TypeScript+Constants.swift
[25/26] Compiling TypeSwift TypeScript.swift
[26/26] Compiling TypeSwift TypeScriptElement.swift
Build complete! (7.54s)
Build complete.
Done.